-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.69 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "walife",
"version": "1.0.1",
"description": "walife",
"author": "mail.com",
"private": true,
"scripts": {
"dev": "node build/dev-server.js",
"build": "node bin/build-dev",
"build-dev": "node bin/build-dev",
"build-test": "node bin/build-test",
"build-prod": "node bin/build-prod",
"start-dist-dev": "node dist/start-dev.js"
},
"dependencies": {
"babel-runtime": "^6.9.2",
"eslint-config-standard": "^5.3.1",
"node-uuid": "^1.4.7",
"vue": "^1.0.25",
"vue-router": "^0.7.13",
"vue-resource": "^0.7.4",
"vue-validator": "^2.1.3",
"vuex": "^0.6.3",
"vuex-router-sync": "^1.0.0"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-eslint": "^6.0.5",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^2.13.1",
"eslint-config-vue": "^1.0.3",
"eslint-friendly-formatter": "^1.2.2",
"eslint-loader": "^1.3.0",
"eslint-plugin-html": "^1.5.1",
"eslint-plugin-promise": "^1.3.2",
"eslint-plugin-standard": "^1.3.2",
"eslint-plugin-vue": "^0.1.1",
"express": "^4.14.0",
"eventsource-polyfill": "^0.9.6",
"extract-text-webpack-plugin": "^1.0.1",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"ora": "^0.2.3",
"shelljs": "^0.6.0",
"html-webpack-plugin": "^2.21.0",
"vue-loader": "^8.5.2",
"vue-style-loader": "^1.0.0",
"vue-hot-reload-api": "^1.3.2",
"vue-html-loader": "^1.2.2",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0",
"webpack-merge": "^0.8.4"
}
}