-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "ssr-starter",
"version": "0.0.1",
"private": true,
"license": "MIT",
"scripts": {
"start": "beidou start --port 7003 --daemon",
"debug": "beidou debug --port 7003",
"stop": "beidou stop --title=egg-server-ssr-starter",
"dev": "beidou dev --port 7003",
"build": "beidou build",
"build:node": "beidou build --target=node",
"prod": "export NODE_ENV=production && EGG_SERVER_ENV=prod beidou start --port 7003 --daemon"
},
"dependencies": {
"antd": "^3.10.9",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"beidou-cli": "^1.0.8",
"beidou-core": "^1.0.9",
"egg-alinode": "^2.0.1",
"egg-security": "^2.4.1",
"fetch-jsonp": "^1.1.3",
"fs": "^0.0.1-security",
"get-value": "^3.0.1",
"moment": "^2.21.0",
"prop-types": "^15.6.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2"
},
"engines": {
"node": ">= 8.0.0"
},
"devDependencies": {
"babel-eslint": "^8.1.2",
"eslint": "^4.11.0",
"eslint-config-beidou": "^1.0.9",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1"
}
}