forked from noxonsu/dash.onout.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.67 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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "onout_dashboard",
"version": "0.1.1",
"private": true,
"dependencies": {
"@metamask/eth-sig-util": "^4.0.0",
"@types/node": "^16.7.13",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@walletconnect/web3-provider": "^1.7.1",
"assert": "^2.0.0",
"axios": "^0.25.0",
"bignumber.js": "^9.0.2",
"ethereumjs-util": "^7.1.3",
"ethers": "^5.5.3",
"fs": "^0.0.1-security",
"https-browserify": "^1.0.0",
"os": "^0.1.2",
"os-browserify": "^0.3.0",
"react": "^17.0.2",
"react-app-rewired": "^2.1.11",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-icons": "^4.3.1",
"react-router-dom": "^6.2.2",
"react-scripts": "5.0.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"typescript": "^4.4.2",
"url": "^0.11.0",
"web-vitals": "^2.1.0",
"web3": "^1.7.0",
"web3modal": "^1.9.5"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"serve": "npx serve -s build",
"eject": "react-app-rewired eject",
"check-domains": "jest tests/checkDemoProjects.test.ts --detectOpenHandles"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"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/preset-typescript": "^7.16.7",
"@types/jest": "^27.0.1",
"jest": "^27.0.0",
"puppeteer": "^11.0.0",
"serve": "^13.0.2"
}
}