-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.71 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.71 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "vue-cnode-mobile",
"version": "1.0.0",
"description": "学习vue",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cross-env NODE_ENV=development nodemon server.js --ignore src/",
"build": "npm run clean && cross-env NODE_ENV=production webpack --config webpack.config.prod.js --progress",
"clean": "rimraf dist/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soulcm/vue-cnode-mobile.git"
},
"keywords": [
"vue",
"vue-router",
"vuex",
"cnode"
],
"author": "soulcm",
"license": "MIT",
"bugs": {
"url": "https://github.com/soulcm/vue-cnode-mobile/issues"
},
"homepage": "https://github.com/soulcm/vue-cnode-mobile#readme",
"dependencies": {
"es6-promise": "^4.0.5",
"github-markdown-css": "^2.4.1",
"isomorphic-fetch": "^2.2.1",
"vue": "^2.0.5",
"vue-router": "^2.0.1",
"vuex": "^2.0.0"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"babel-runtime": "^6.18.0",
"cross-env": "^3.1.3",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.24.1",
"inline-manifest-webpack-plugin": "^3.0.1",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"rimraf": "^2.5.4",
"serve-favicon": "^2.3.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^2.0.6",
"vue-loader": "^9.8.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2",
"webpack-merge": "^0.15.0"
}
}