-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·63 lines (63 loc) · 1.66 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
{
"name": "des-help",
"version": "0.1.0",
"homepage": ".",
"private": true,
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"prd": "node pm2 start bin/www",
"server": "./node_modules/.bin/nodemon bin/www",
"test server": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"classnames": "2.2.3",
"co": "4.6.0",
"co-busboy": "1.3.1",
"co-redis": "2.1.1",
"co-request": "1.0.0",
"debug": "2.6.3",
"hommilyeditor": "3.2.3",
"isomorphic-fetch": "2.2.1",
"js-cookie": "2.2.0",
"kcors": "2.2.1",
"kiss": "0.2.4",
"koa": "2.2.0",
"koa-bodyparser": "3.2.0",
"koa-convert": "1.2.0",
"koa-json": "2.0.2",
"koa-jwt": "3.3.1",
"koa-logger": "2.0.1",
"koa-onerror": "1.2.1",
"koa-router": "7.1.1",
"koa-static": "3.0.0",
"koa-views": "5.2.1",
"lodash": "4.13.1",
"moment": "2.14.1",
"mysql": "^2.14.1",
"pinyin": "2.8.0",
"pug": "2.0.0-rc.1",
"query-string": "5.0.1",
"react": "16.2.0",
"react-app-rewire-define-plugin": "^1.0.0",
"react-dom": "16.2.0",
"react-quill": "1.1.0",
"react-scripts": "1.0.17",
"react-transition-group": "2.2.1",
"request": "2.85.0",
"request-promise": "4.2.2",
"sequelize": "4.36.1",
"then-redis": "2.0.1"
},
"devDependencies": {
"nodemon": "1.8.1",
"antd": "3.0.1",
"babel-plugin-import": "1.6.3",
"react-app-rewire-less": "2.1.0",
"react-app-rewired": "1.3.8",
"react-router-dom": "4.2.2"
},
"theme": "./src/assets/libs/theme.js"
}