-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "webpack2",
"version": "1.0.0",
"description": "",
"dependencies": {
"webpack": "^2.4.1"
},
"devDependencies": {
"apidoc": "^0.17.6",
"autoprefixer": "^7.0.1",
"axios": "^0.16.2",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-component": "^0.9.1",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.4",
"cssnano": "^3.10.0",
"curvejs": "^0.3.3",
"element-ui": "^1.3.5",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"opn": "^5.0.0",
"postcss-loader": "^2.0.3",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"vue": "^2.2.6",
"vue-loader": "^11.3.3",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.2",
"webpack-merge": "^4.1.0"
},
"scripts": {
"dev": "node build/dev.js",
"build": "node build/prod.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}