-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 868 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
{
"name": "safe-wallet",
"version": "0.0.16",
"private": true,
"devDependencies": {
"react-scripts": "^1.1.5",
"semantic-ui": "^2.4.2"
},
"dependencies": {
"@material-ui/core": "^3.0.1",
"@material-ui/icons": "^3.0.1",
"qrcode-js": "0.0.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-redux": "^5.0.2",
"react-tap-event-plugin": "^3.0.3",
"redux": "^4.0.0",
"safe-coins-wallet": "^0.0.14",
"semantic-ui-css": "^2.3.3",
"semantic-ui-react": "^0.82.3",
"urlsafe-base64": "^1.0.0"
},
"scripts": {
"start": "react-scripts start",
"start-nonet": "REACT_APP_SAFENET_OFF=1 react-scripts start",
"build": "react-scripts build",
"build-nosafenet": "REACT_APP_SAFENET_OFF=1 react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}