-
Notifications
You must be signed in to change notification settings - Fork 261
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
{
"name": "beidou-example-redux",
"version": "2.3.0",
"description": "beidou css modules template",
"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"
},
"dependencies": {
"babel-polyfill": "6.26.0",
"beidou": "^2.3.0",
"beidou-cli": "^2.3.0",
"classnames": "^2.2.3",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-hot-loader": "^4.1.2",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-saga": "^0.16.0",
"reqwest": "^2.0.5"
},
"devDependencies": {
"autoprefixer": "^6.5.3",
"babel-eslint": "^7.1.1",
"eslint": "^4.11.0",
"eslint-config-beidou": "^2.0.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1"
},
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"engines": {
"node": ">= 8.0.0"
},
"license": "MIT",
"gitHead": "b601b857e2d005cdad7cb7b73462a7e02f23f8e9"
}