-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.41 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
{
"name": "res-awesome",
"version": "2.0.2",
"description": "基于 egg + react + typescript + webpack 服务端渲染工程骨架项目",
"scripts": {
"dev": "res dev",
"debug": "res debug",
"start": "res start",
"print": "res print -n resolve",
"build": "res tsc && res build",
"size": "res build --size",
"tsc": "res tsc",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"dependencies": {
"@easy-team/res": "^2.0.0",
"@hubcarl/json-typescript-mapper": "^2.0.1",
"axios": "^0.19.2",
"lodash": "^4.17.4",
"lodash-id": "^0.14.0",
"lowdb": "^1.0.0",
"mobx": "^5.15.3",
"mobx-react": "^6.1.4",
"moment": "^2.17.1",
"react-loadable": "^5.5.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-config": "^1.0.0-beta.4",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"redux": "^3.7.2",
"shortid": "^2.2.8",
"showdown": "^1.8.6"
},
"devDependencies": {
"@easy-team/res-cli": "^2.0.0"
},
"egg": {
"typescript": true
},
"engines": {
"node": ">=8.0.0"
},
"ci": {
"version": "8, 10, 12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/easy-team/egg-react-typescript-boilerplate.git"
},
"author": "[email protected]",
"license": "MIT",
"homepage": "https://github.com/easy-team/egg-react-typescript-boilerplate"
}