-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.25 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "BLOCKSURANCE",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/breadcrumb": "^1.3.1",
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.3",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@ethersproject/units": "^5.5.0",
"@fontsource/inter": "^4.5.4",
"@walletconnect/web3-provider": "^1.7.1",
"apisauce": "^2.1.5",
"bignumber.js": "^9.0.2",
"buffer": "^6.0.3",
"ethereumjs-util": "^7.1.4",
"fortmatic": "^2.2.1",
"framer-motion": "^4.1.17",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react": "^17.0.2",
"react-countdown": "^2.3.2",
"react-dom": "^17.0.2",
"react-icons": "^3.11.0",
"react-infinite-scroll-component": "^6.1.0",
"react-jazzicon": "^1.0.3",
"react-router-dom": "^6.2.1",
"react-router-scroll": "^0.4.4",
"react-scripts": "^4.0.3",
"react-spinners": "^0.11.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"styled-components": "^5.3.3",
"typescript": "^4.5.4",
"url": "^0.11.0",
"walletlink": "^2.5.0",
"web-vitals": "^0.2.4",
"web3": "^1.7.3",
"web3-eth-contract": "^1.7.3",
"web3modal": "^1.9.6"
},
"scripts": {
"start": "react-scripts start",
"build": "run-p build:**",
"build:app": "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": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^10.4.9",
"@testing-library/user-event": "^12.8.3",
"@types/ethereumjs-util": "^6.1.0",
"@types/jest": "^25.2.3",
"@types/node": "^12.20.37",
"@types/react": "^16.14.21",
"@types/react-dom": "^16.9.14",
"@types/styled-components": "^5.1.24",
"@types/underscore": "^1.11.4",
"@types/web3": "^1.2.2",
"babel-eslint": "^10.1.0",
"dotenv": "^10.0.0",
"netlify-lambda": "^1.4.5",
"npm-run-all": "^4.1.5"
}
}