forked from eosdetroit/govboard
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.46 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
55
{
"name": "govboard",
"version": "0.1.8",
"private": false,
"proxy": "http://localhost:3000",
"dependencies": {
"@emotion/react": "^11.1.5",
"@eosdacio/ual-wax": "^1.9.0",
"@waxio/waxjs": "^1.4.2",
"bootstrap": "^4.6.0",
"env-cmd": "^10.1.0",
"eosjs": "^20.0.3",
"normalize.css": "^8.0.1",
"react": "^16.13.1",
"react-bootstrap": "^1.4.3",
"react-dom": "^16.13.1",
"react-full-page-loader-overlay": "^0.0.12",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"simple-react-validator": "^1.5.0",
"ual-anchor": "^1.3.0",
"ual-ledger": "^0.3.0",
"ual-reactjs-renderer": "^0.3.1",
"ual-scatter": "^0.1.6"
},
"scripts": {
"start": "react-scripts start",
"start:testnet": "env-cmd -f .env.testnet react-scripts start",
"start:prod": "env-cmd -f .env.production react-scripts start",
"build": "react-scripts build",
"build:testnet": "env-cmd -f .env.testnet react-scripts build",
"build:prod": "env-cmd -f .env.production react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"cypress": "4.12.1"
}
}