-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 929 Bytes
/
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
{
"name": "beidou-example-advanced",
"version": "1.0.5",
"description": "beidou example advanced",
"scripts": {
"start": "beidou start",
"debug": "beidou debug",
"stop": "beidou stop",
"dev": "beidou dev",
"build": "beidou build",
"build:node": "beidou build --target=node",
"lint": "eslint --fix --ext .jsx,.js app client config"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.15.0",
"eslint-config-beidou": "^1.0.3",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"beidou-cli": "^1.0.5",
"beidou-core": "^1.0.4",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"engines": {
"node": ">= 8.0.0"
},
"license": "MIT",
"boilerplate": {
"name": "beidou-example-advanced",
"version": "1.0.5",
"description": "beidou example advanced"
}
}