-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.18 KB
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
45
46
{
"name": "todo-list",
"version": "1.0.0",
"description": "Todo list on VueJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"assets-webpack-plugin": "^3.5.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.18.0",
"express": "^4.14.0",
"firebase": "^3.6.6",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.1",
"gulp-develop-server": "^0.5.2",
"gulp-if": "^2.0.2",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.2.0",
"gulp-rev": "^7.1.2",
"gulp-rev-replace": "^0.4.3",
"gulp-stylus": "^2.5.0",
"gulp-uglify": "^2.0.0",
"http": "0.0.0",
"json-loader": "^0.5.4",
"moment": "^2.14.1",
"morgan": "^1.7.0",
"pug": "^2.0.0-beta6",
"pug-html-loader": "^1.0.9",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.1",
"vinyl-named": "^1.1.0",
"vue": "^2.0.8",
"vue-router": "^2.0.3",
"vuex": "^2.2.1",
"webpack-stream": "^3.2.0"
}
}