-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.17 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
{
"name": "webpack-front",
"version": "1.0.0",
"description": "front demo",
"scripts": {
"build": "webpack --config webpack.config.js",
"test": "webpack-dev-server --config webpack.config.server.js"
},
"author": "axiu",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-loader": "^6.2.10",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.3.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-flow-vue": "^1.0.0",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"file-loader": "^0.8.5",
"fs": "0.0.1-security",
"glob": "^7.1.1",
"html-loader": "^0.4.3",
"html-minifier": "^3.3.1",
"html-webpack-plugin": "^2.9.0",
"jquery": "^1.12.0",
"json-loader": "^0.5.4",
"less": "^2.6.0",
"less-loader": "^2.2.2",
"node-sass": "^4.5.0",
"resolve-url-loader": "^1.6.1",
"sass-loader": "^5.0.1",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"vue": "^2.1.10",
"vue-html-loader": "^1.2.3",
"webpack": "^2.2.1",
"webpack-dev-server": "^1.16.3"
}
}