-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 933 Bytes
/
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
{
"name": "webpack-vue",
"version": "1.0.0",
"description": "1.0.0",
"main": "webpack.config.js",
"dependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"clean-webpack-plugin": "^0.1.15",
"css-loader": "^0.26.1",
"file-loader": "^0.10.0",
"html-webpack-plugin": "^2.28.0",
"less-loader": "^2.2.3",
"less": "^2.7.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue-template-compiler": "^2.1.10",
"vue-loader": "^11.0.0",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0",
"vue-router": "^2.2.1",
"vue": "^2.1.10"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"w":"webpack --progress --colors",
"ws":"webpack-dev-server --progress --colors"
},
"author": "",
"license": "ISC"
}