-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
54 lines (54 loc) · 1.56 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": "yolo",
"version": "0.1.0",
"private": true,
"dependencies": {
"bignumber.js": "^8.1.1",
"cors": "^2.8.5",
"eosjs": "^16.0.9",
"express": "^4.16.4",
"react": "^16.8.6",
"react-dom": "^16.7.0",
"react-redux": "^6.0.0",
"react-router-dom": "^5.0.1",
"react-scripts": "2.1.3",
"react-simple-dropdown": "^3.2.3",
"react-tooltip": "^3.10.0",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.2",
"scatterjs-core": "^2.7.18",
"scatterjs-plugin-eosjs": "^1.5.1",
"scatterjs-plugin-lynx": "^1.6.6",
"underscore": "^1.9.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"local": "REACT_APP_ENV=local react-scripts start",
"development": "REACT_APP_ENV=development react-scripts start",
"staging": "REACT_APP_ENV=staging react-scripts start",
"production": "REACT_APP_ENV=production react-scripts start",
"build-dev": "REACT_APP_ENV=development react-scripts build",
"build-staging": "REACT_APP_ENV=staging react-scripts build",
"build-production": "REACT_APP_ENV=production react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"node-sass": "^4.11.0"
}
}