-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.31 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": "cws-ble-web-flow",
"version": "0.1.0",
"private": true,
"dependencies": {
"@coolwallets/eth": "^0.1.8",
"@coolwallets/transport-web-ble": "0.0.18",
"@coolwallets/wallet": "0.0.8-beta",
"@material-ui/core": "^4.6.1",
"@material-ui/icons": "^4.5.1",
"bip39": "^3.0.2",
"express": "^4.17.1",
"express-favicon": "^2.0.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"redux": "^4.0.4",
"styled-components": "^4.4.1"
},
"scripts": {
"start": "node server.js",
"startn": "react-scripts start",
"build": "react-scripts build",
"test": "jest",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"gh-pages": "^2.1.1",
"jest": "^24.9.0"
},
"homepage": "http://noraliu0830.github.io/cws-web-flow"
}