-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.56 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.56 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
{
"name": "wechat-pivot",
"version": "0.0.1",
"description": "wechat pivot server",
"ENTRY": {
"index": "./rsrc/index",
"oauth": "./rsrc/oauth"
},
"dependencies": {
"egg": "2.2.1",
"egg-sequelize": "3.1.0",
"egg-view-nunjucks": "2.1.3",
"egg-web": "0.1.9",
"le_node": "1.7.1",
"lodash": "4.17.5",
"mysql2": "1.6.4",
"promise-wechat-oauth": "1.0.1",
"vanilla.js": "0.1.6"
},
"devDependencies": {
"assets-webpack-plugin": "3.5.1",
"axios": "0.16.2",
"babel-core": "6.26.0",
"babel-eslint": "7.2.3",
"babel-loader": "6.4.1",
"babel-plugin-import": "1.4.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "6.26.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"classnames": "2.2.5",
"css-loader": "0.28.4",
"del": "3.0.0",
"egg-bin": "4.3.5",
"eslint": "3.19.0",
"eslint-config-airbnb": "14.1.0",
"eslint-import-resolver-webpack": "0.8.1",
"eslint-loader": "1.7.1",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.10.3",
"extract-text-webpack-plugin": "2.1.2",
"file-loader": "0.11.2",
"gulp": "3.9.1",
"gulp-replace": "1.0.0",
"postcss-loader": "2.0.6",
"postcss-nested": "2.1.1",
"postcss-ordered-values": "2.2.3",
"prop-types": "15.6.1",
"react": "15.6.2",
"react-dom": "15.6.2",
"react-router": "4.2.0",
"react-router-redux": "4.0.8",
"style-loader": "0.18.2",
"stylelint": "7.10.1",
"stylelint-config-standard": "16.0.0",
"stylelint-webpack-plugin": "0.7.0",
"url-loader": "0.5.9",
"webpack": "2.7.0",
"webpack-dev-server": "2.7.1",
"webpack-merge": "4.1.0"
},
"engines": {
"node": ">=8.9.0"
},
"scripts": {
"start": "egg-bin dev --port 7002",
"dev": "NODE_ENV=development webpack-dev-server --config node_modules/egg-web/build/webpack.config.dev.js",
"_prod": "NODE_ENV=production webpack --display-error-details --config node_modules/egg-web/build/webpack.config.prod.js",
"build": "gulp _clean && npm run _prod && gulp _replace && gulp _logger",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov"
},
"ci": {
"version": "6"
},
"repository": "https://github.com:wechat-developer/wechat-pivot",
"author": "shuaizhexu@gmail.com",
"license": "MIT"
}