forked from chefmee/n00dleswap-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.7 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": "n00d",
"homepage": ".",
"version": "0.1.0",
"private": true,
"dependencies": {
"@alch/alchemy-web3": "^1.4.6",
"@andrewscwei/super-error": "^2.1.0",
"@react-hook/window-size": "^3.1.1",
"@react-rxjs/core": "^0.9.8",
"@react-rxjs/utils": "^0.9.5",
"@react95/core": "^6.0.4",
"@react95/icons": "^2.0.5",
"@reduxjs/toolkit": "^1.8.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@web3-onboard/core": "^2.8.1",
"@web3-onboard/injected-wallets": "^2.2.0",
"alchemy-sdk": "^2.2.0",
"axios": "^1.0.0",
"base-path-converter": "^1.0.2",
"bignumber.js": "^9.1.0",
"dotenv": "^16.0.3",
"ethers": "^5.7.0",
"form-data": "^4.0.0",
"got": "^12.5.3",
"lodash": "^4.17.21",
"mongodb": "^4.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-redux": "^8.0.2",
"react-rnd": "^10.3.7",
"react-scripts": "4.0.3",
"react95": "^3.12.2",
"recursive-fs": "^2.1.0",
"rxjs": "^7.5.6",
"styled-components": "^5.3.5",
"wagmi": "^0.6.5",
"web-vitals": "^2.1.4",
"web3": "^1.8.0"
},
"scripts": {
"start": "ENV=dev react-scripts start",
"build": "react-scripts build && node upload.js",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}