forked from shinygang/Vue-cnodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.77 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.77 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "Vue-Cnodejs",
"version": "1.0.0",
"description": "用Vue.js 重写Cnodejs社区",
"main": "index.html",
"scripts": {
"start": "node server.js",
"dist": "cross-env NODE_ENV=development gulp",
"build": "cross-env NODE_ENV=production gulp",
"webpack": "webpack --progress --profile --colors",
"watch": "webpack-dev-server --hot --inline --progress --colors",
"server": "pm2 start server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/shinygang/Vue-cnodejs"
},
"keywords": [
"cnode",
"WebApp",
"Vue",
"Webpack",
"vue.js"
],
"author": "",
"license": "ISC",
"engines": {
"node": "^4.2.1"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.1.2",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.1.0",
"babel-plugin-transform-runtime": "^6.1.2",
"babel-preset-es2015": "^6.1.2",
"babel-preset-stage-0": "^6.1.2",
"babel-runtime": "^5.8.0",
"cross-env": "^1.0.8",
"css-loader": "^0.23.0",
"cssnext-loader": "^1.0.1",
"del": "^2.0.2",
"eslint": "^3.7.1",
"eslint-config-standard": "^6.2.0",
"eslint-friendly-formatter": "^2.0.6",
"eslint-loader": "^1.5.0",
"eslint-plugin-html": "^1.5.3",
"eslint-plugin-promise": "^3.0.0",
"eslint-plugin-standard": "^2.0.1",
"eslint-plugin-vue": "^0.1.1",
"eventsource-polyfill": "^0.9.6",
"exports-loader": "^0.6.2",
"extract-text-webpack-plugin": "^0.8.2",
"fastclick": "^1.0.6",
"file-loader": "^0.8.4",
"function-bind": "^1.0.2",
"gulp": "^3.9.0",
"gulp-minify-css": "^1.2.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.2",
"html-loader": "^0.3.0",
"inject-loader": "^2.0.1",
"json-loader": "^0.5.4",
"lodash": "^3.10.1",
"markdown": "^0.5.0",
"md5": "^2.0.0",
"node-sass": "^3.4.1",
"object-assign": "^4.0.1",
"pm2": "^1.1.3",
"sass-loader": "^3.1.1",
"simplemde": "^1.8.1",
"style-loader": "^0.13.0",
"template-html-loader": "0.0.3",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^2.0.6",
"vue-html-loader": "^1.0.0",
"vue-loader": "^9.7.0",
"vue-resource": "^0.1.17",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.12.0",
"webpack-zepto": "0.0.1"
},
"dependencies": {
"timeago.js": "^2.0.2",
"vue": "^2.0.3",
"vue-router": "^2.0.1",
"vue-validator": "^1.4.4",
"vuex": "^2.0.0"
}
}