-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
34 lines (34 loc) · 967 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": "todo-list-vue",
"version": "1.0.0",
"description": "vue demo",
"main": "index.js",
"scripts": {
"start": "./node_modules/babel-cli/bin/babel-node.js app.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"css-loader": "^0.26.1",
"html-webpack-plugin": "^2.24.1",
"koa": "^2.0.0-alpha.7",
"koa-convert": "^1.2.0",
"koa-static": "^2.0.0",
"koa-webpack-dev-middleware": "^1.3.0",
"koa-webpack-hot-middleware": "^1.0.3",
"opn": "^4.0.2",
"vue": "^2.1.7",
"vue-loader": "^10.0.2",
"vue-template-compiler": "^2.1.7",
"vuex": "^2.1.1",
"webpack": "^1.14.0"
},
"dependencies": {}
}