-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 872 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
{
"name": "webpack-vue-todo",
"version": "1.0.0",
"description": "使用webpack和vue构建简单的TODO应用",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ashe-reset/webpack-vue-todo.git"
},
"author": "Ashe-reset",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ashe-reset/webpack-vue-todo/issues"
},
"homepage": "https://github.com/Ashe-reset/webpack-vue-todo#readme",
"devDependencies": {
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"vue": "^2.5.16",
"vue-loader": "^14.2.2",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.8.0",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.4"
}
}