-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (56 loc) · 1.43 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "b-library",
"version": "0.8.30",
"description": "Vue Component Library, Customize your website like building blocks",
"main": "dist/brick-library.min.js",
"scripts": {
"dev": "webpack-dev-server --inline --progress --config webpack.config.js",
"lint": "eslint --ext .js,.vue src",
"build": "webpack"
},
"keywords": [
"components",
"brick",
"framework",
"library",
"middle office",
"vue",
"es5",
"es6",
"es7"
],
"author": "bobblehat",
"license": "MIT",
"dependencies": {
"node-sass": "^4.12.0",
"swiper": "^4.5.1",
"vue": "^2.6.10",
"vue-router": "^3.1.2",
"vuex": "^3.1.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.7",
"es6-promise": "^4.1.1",
"file-loader": "^1.1.4",
"sass-loader": "^7.1.0",
"sass-resources-loader": "^2.0.1",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"vue": "^2.5.9",
"vue-hot-reload-api": "^2.2.4",
"vue-html-loader": "^1.2.4",
"vue-loader": "^13.5.0",
"vue-router": "^3.0.1",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "^2.5.9",
"vuex": "^3.0.1",
"webpack": "^3.9.1",
"webpack-dev-server": "^2.9.5"
}
}