1
1
{
2
- "name" : " v2ex -vue" ,
3
- "version" : " 1.0.0" ,
4
- "description" : " A Vue.js project" ,
5
- "author" :
" chencoder <[email protected] >" ,
6
- "private" : true ,
7
- "scripts" : {
8
- "dev" : " node build/dev-server.js" ,
9
- "start" : " node build/dev-server.js" ,
10
- "build" : " node build/build.js" ,
11
- "lint" : " eslint --ext .js,.vue src"
12
- },
13
- "dependencies" : {
14
- "axios" : " ^0.16.2" ,
15
- "cookiesjs" : " ^1.4.2" ,
16
- "normalize.css" : " ^7.0.0" ,
17
- "vue" : " ^2.3.3" ,
18
- "vue-router" : " ^2.3.1" ,
19
- "vuex" : " ^2.3.1"
20
- },
21
- "devDependencies" : {
22
- "autoprefixer" : " ^6.7.2" ,
23
- "babel-core" : " ^6.22.1" ,
24
- "babel-eslint" : " ^7.1.1" ,
25
- "babel-loader" : " ^6.2.10" ,
26
- "babel-plugin-transform-runtime" : " ^6.22.0" ,
27
- "babel-preset-env" : " ^1.3.2" ,
28
- "babel-preset-stage-2" : " ^6.22.0" ,
29
- "babel-register" : " ^6.22.0" ,
30
- "chalk" : " ^1.1.3" ,
31
- "connect-history-api-fallback" : " ^1.3.0" ,
32
- "copy-webpack-plugin" : " ^4.0.1" ,
33
- "css-loader" : " ^0.28.0" ,
34
- "eslint" : " ^3.19.0" ,
35
- "eslint-config-airbnb-base" : " ^11.1.3" ,
36
- "eslint-friendly-formatter" : " ^2.0.7" ,
37
- "eslint-import-resolver-webpack" : " ^0.8.1" ,
38
- "eslint-loader" : " ^1.7.1" ,
39
- "eslint-plugin-html" : " ^2.0.0" ,
40
- "eslint-plugin-import" : " ^2.2.0" ,
41
- "eventsource-polyfill" : " ^0.9.6" ,
42
- "express" : " ^4.14.1" ,
43
- "extract-text-webpack-plugin" : " ^2.0.0" ,
44
- "file-loader" : " ^0.11.1" ,
45
- "friendly-errors-webpack-plugin" : " ^1.1.3" ,
46
- "html-webpack-plugin" : " ^2.28.0" ,
47
- "http-proxy-middleware" : " ^0.17.3" ,
48
- "less" : " ^2.7.2" ,
49
- "less-loader" : " ^4.0.4" ,
50
- "opn" : " ^4.0.2" ,
51
- "optimize-css-assets-webpack-plugin" : " ^1.3.0" ,
52
- "ora" : " ^1.2.0" ,
53
- "rimraf" : " ^2.6.0" ,
54
- "semver" : " ^5.3.0" ,
55
- "shelljs" : " ^0.7.6" ,
56
- "style-loader" : " ^0.18.2" ,
57
- "url-loader" : " ^0.5.8" ,
58
- "vue-loader" : " ^12.1.0" ,
59
- "vue-style-loader" : " ^3.0.1" ,
60
- "vue-template-compiler" : " ^2.3.3" ,
61
- "webpack" : " ^2.6.1" ,
62
- "webpack-bundle-analyzer" : " ^2.2.1" ,
63
- "webpack-dev-middleware" : " ^1.10.0" ,
64
- "webpack-hot-middleware" : " ^2.18.0" ,
65
- "webpack-merge" : " ^4.1.0"
66
- },
67
- "engines" : {
68
- "node" : " >= 4.0.0" ,
69
- "npm" : " >= 3.0.0"
70
- },
71
- "browserslist" : [
72
- " > 1%" ,
73
- " last 2 versions" ,
74
- " not ie <= 8"
75
- ]
76
- }
2
+ "name" : " cnode -vue" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " A Vue.js project" ,
5
+ "author" :
" chencoder <[email protected] >" ,
6
+ "private" : true ,
7
+ "scripts" : {
8
+ "dev" : " node build/dev-server.js" ,
9
+ "start" : " node build/dev-server.js" ,
10
+ "build" : " node build/build.js" ,
11
+ "lint" : " eslint --ext .js,.vue src"
12
+ },
13
+ "dependencies" : {
14
+ "axios" : " ^0.16.2" ,
15
+ "cookiesjs" : " ^1.4.2" ,
16
+ "normalize.css" : " ^7.0.0" ,
17
+ "vue" : " ^2.3.3" ,
18
+ "vue-router" : " ^2.3.1" ,
19
+ "vuex" : " ^2.3.1"
20
+ },
21
+ "devDependencies" : {
22
+ "autoprefixer" : " ^6.7.2" ,
23
+ "babel-core" : " ^6.22.1" ,
24
+ "babel-eslint" : " ^7.1.1" ,
25
+ "babel-loader" : " ^6.2.10" ,
26
+ "babel-plugin-transform-runtime" : " ^6.22.0" ,
27
+ "babel-preset-env" : " ^1.3.2" ,
28
+ "babel-preset-stage-2" : " ^6.22.0" ,
29
+ "babel-register" : " ^6.22.0" ,
30
+ "chalk" : " ^1.1.3" ,
31
+ "connect-history-api-fallback" : " ^1.3.0" ,
32
+ "copy-webpack-plugin" : " ^4.0.1" ,
33
+ "css-loader" : " ^0.28.0" ,
34
+ "eslint" : " ^3.19.0" ,
35
+ "eslint-config-airbnb-base" : " ^11.1.3" ,
36
+ "eslint-friendly-formatter" : " ^2.0.7" ,
37
+ "eslint-import-resolver-webpack" : " ^0.8.1" ,
38
+ "eslint-loader" : " ^1.7.1" ,
39
+ "eslint-plugin-html" : " ^2.0.0" ,
40
+ "eslint-plugin-import" : " ^2.2.0" ,
41
+ "eventsource-polyfill" : " ^0.9.6" ,
42
+ "express" : " ^4.14.1" ,
43
+ "extract-text-webpack-plugin" : " ^2.0.0" ,
44
+ "file-loader" : " ^0.11.1" ,
45
+ "friendly-errors-webpack-plugin" : " ^1.1.3" ,
46
+ "html-webpack-plugin" : " ^2.28.0" ,
47
+ "http-proxy-middleware" : " ^0.17.3" ,
48
+ "less" : " ^2.7.2" ,
49
+ "less-loader" : " ^4.0.4" ,
50
+ "opn" : " ^4.0.2" ,
51
+ "optimize-css-assets-webpack-plugin" : " ^1.3.0" ,
52
+ "ora" : " ^1.2.0" ,
53
+ "rimraf" : " ^2.6.0" ,
54
+ "semver" : " ^5.3.0" ,
55
+ "shelljs" : " ^0.7.6" ,
56
+ "style-loader" : " ^0.18.2" ,
57
+ "url-loader" : " ^0.5.8" ,
58
+ "vue-loader" : " ^12.1.0" ,
59
+ "vue-style-loader" : " ^3.0.1" ,
60
+ "vue-template-compiler" : " ^2.3.3" ,
61
+ "webpack" : " ^2.6.1" ,
62
+ "webpack-bundle-analyzer" : " ^2.2.1" ,
63
+ "webpack-dev-middleware" : " ^1.10.0" ,
64
+ "webpack-hot-middleware" : " ^2.18.0" ,
65
+ "webpack-merge" : " ^4.1.0"
66
+ },
67
+ "engines" : {
68
+ "node" : " >= 4.0.0" ,
69
+ "npm" : " >= 3.0.0"
70
+ },
71
+ "browserslist" : [
72
+ " > 1%" ,
73
+ " last 2 versions" ,
74
+ " not ie <= 8"
75
+ ]
76
+ }
0 commit comments