-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
63 lines (63 loc) · 1.9 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": "antd-blog",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/glob": "^5.0.35",
"@types/jsonwebtoken": "^7.2.6",
"@types/koa": "^2.0.45",
"@types/koa-bodyparser": "^4.2.0",
"@types/koa-jwt": "^3.3.0",
"@types/koa-morgan": "^1.0.4",
"@types/koa-router": "^7.0.27",
"@types/md5": "^2.1.32",
"@types/uuid": "^3.4.3",
"antd": "^3.2.3",
"cross-env": "^5.1.4",
"excel-export": "^0.5.1",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-typescript": "^4.0.2",
"highlight.js": "^9.12.0",
"isomorphic-unfetch": "^2.0.0",
"jsonwebtoken": "^8.2.1",
"koa": "^2.5.0",
"koa-bodyparser": "^4.2.0",
"koa-jwt": "^3.3.1",
"koa-morgan": "^1.0.1",
"koa-router": "^7.4.0",
"koa-static": "^4.0.2",
"marked": "^0.3.17",
"md5": "^2.2.1",
"moment": "^2.21.0",
"mysql-pro": "^1.0.1",
"qs": "^6.5.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"react-tinymce": "^0.7.0",
"redux": "^3.7.2",
"redux-observable": "^0.18.0",
"redux-thunk": "^2.2.0",
"rxjs": "^5.5.8",
"simplemde": "^1.11.2",
"ts-node": "^5.0.1",
"tslint": "^5.9.1",
"typescript": "^2.8.1",
"uuid": "^3.2.1",
"xss": "^0.3.8"
},
"scripts": {
"start": "nodemon --exec ts-node ./server/src/app",
"start:dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"server": "node server"
},
"proxy": "http://localhost:5000"
}