-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
80 lines (80 loc) · 2.04 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
{
"name": "front",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@ethersproject/providers": "^5.7.0",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.2",
"@pinata/sdk": "^1.1.26",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"axios": "^0.27.2",
"bootstrap": "^5.2.0",
"concurrently": "^7.3.0",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"ethers": "^5.7.0",
"express": "^4.18.1",
"gsap": "^3.11.1",
"http-proxy-middleware": "^2.0.6",
"mdb-react-ui-kit": "^4.1.0",
"node-sass": "^7.0.1",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-bootstrap-range-slider": "^3.0.8",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-fullscreen-loading": "^0.0.4",
"react-icons": "^4.4.0",
"react-pro-sidebar": "^0.7.1",
"react-router-dom": "^6.3.0",
"react-scripts": "4.0.3",
"readline": "^1.3.0",
"rimble-ui": "^0.14.0",
"sass": "^1.54.8",
"snarkjs": "git+https://github.com/kimchan122/snarkjs.git",
"styled-components": "^5.3.5",
"web-vitals": "^2.1.0",
"web3-react": "^5.0.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"resolutions": {
"react-error-overlay": "6.0.9"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0"
},
"homepage": "./"
}