-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
113 lines (113 loc) · 3.16 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
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "outside-manage",
"version": "0.0.1",
"description": "",
"main": "start.js",
"scripts": {
"client": "dora --plugins \"webpack,webpack-hmr\"",
"server": "nodemon --debug start.js",
"start": "cross-env NODE_ENV=production atool-build && pm2 restart ecosystem.config.js",
"dev": "dora --plugins \"webpack,webpack-hmr\" | nodemon start.js",
"build": "atool-build",
"test": "mocha --compilers js:babel-core/register --require babel-polyfill",
"report": "mocha --compilers js:babel-core/register --require babel-polyfill --reporter mochawesome"
},
"entry": {
"index": "./client/index.js"
},
"dependencies": {
"antd": "^2.7.1",
"assets": "^2.1.0",
"bcryptjs": "^2.3.0",
"classnames": "^2.2.5",
"co": "^3.1.0",
"co-mysql": "^0.4.1",
"dva": "^1.2.0",
"dva-loading": "^0.2.0",
"excel-export": "^0.5.1",
"hashids": "^1.1.0",
"images": "^3.0.0",
"js-cookie": "^2.1.3",
"kcors": "^2.1.1",
"koa": "^2.0.0",
"koa-bodyparser": "^3.1.0",
"koa-compose": "^3.1.0",
"koa-convert": "^1.2.0",
"koa-generic-session": "^1.11.3",
"koa-logger": "^1.3.0",
"koa-mount": "^2.0.0",
"koa-multer": "^1.0.1",
"koa-passport": "^2.2.1",
"koa-router": "^7.0.1",
"koa-send": "^3.1.1",
"koa-static": "^2.0.0",
"koa-views": "^5.0.2",
"lodash": "^4.14.1",
"log4js": "^0.6.38",
"mkdirp": "^0.5.1",
"moment": "^2.17.1",
"mongoose": "^4.9.2",
"mysql": "^2.11.1",
"node-excel": "^0.5.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"path-to-regexp": "^1.7.0",
"promise": "^7.1.1",
"qs": "^6.2.0",
"react": "^15.4.2",
"react-countup": "^1.3.0",
"react-css-modules": "^4.1.0",
"react-dom": "^15.4.2",
"react-tinymce": "^0.5.1",
"recharts": "^0.20.2",
"request": "^2.81.0",
"signals": "^1.0.0",
"swig": "^1.4.2",
"url-loader": "^0.5.7"
},
"devDependencies": {
"atool-build": "^0.9.3",
"babel-core": "^6.4.0",
"babel-eslint": "^6.0.0",
"babel-loader": "~6.2.1",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-dva-hmr": "^0.1.0",
"babel-plugin-import": "^1.0.1",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-register": "^6.3.13",
"babel-runtime": "^6.9.2",
"cross-env": "^3.1.4",
"dora": "0.4.x",
"dora-plugin-proxy": "^0.8.0",
"dora-plugin-webpack": "0.8.x",
"dora-plugin-webpack-hmr": "^0.2.1",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.4.2",
"eslint-plugin-react": "^5.1.1",
"glob": "^7.0.5",
"koa-proxy": "^0.7.0",
"mocha": "^3.0.2",
"mochawesome": "^1.5.1",
"mockjs": "^1.0.1-beta3",
"nodemon": "^1.10.0",
"redbox-react": "^1.2.10",
"robe-ajax": "^1.0.0",
"serve-favicon": "^2.3.0",
"should": "^11.1.0",
"supertest": "^2.0.0",
"watchjs": "^0.0.0"
},
"theme": "./client/theme.js",
"standard": {
"parser": "babel-eslint",
"globals": [
"location",
"localStorage"
]
}
}