-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.01 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ethersproject/bignumber": "^5.7.0",
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@types/jest": "^28.1.3",
"@types/node": "^17.0.45",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/styled-components": "^5.1.25",
"@use-gesture/react": "^10.2.16",
"@walletconnect/ethereum-provider": "^2.8.0",
"@walletconnect/modal": "^2.5.2",
"autoprefixer": "^10.4.7",
"axios": "^1.4.0",
"child_process": "^1.0.2",
"crypto": "^1.0.1",
"fs": "^0.0.1-security",
"immer": "^9.0.15",
"path": "^0.12.7",
"postcss": "^8.4.14",
"postcss-cli": "^9.1.0",
"postcss-preset-env": "^7.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-faq-component": "^1.3.4",
"react-feather": "^2.0.10",
"react-notifications": "^1.7.4",
"react-range": "^1.8.13",
"react-redux": "^8.1.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"react-tabs": "^6.0.0",
"react-tooltip": "^5.10.5",
"request": "^2.88.2",
"sass": "^1.53.0",
"sqlite3": "^5.1.6",
"styled-components": "^5.3.5",
"tailwindcss": "^3.1.4",
"typescript": "^4.7.4",
"web3": "^4.0.1",
"web3modal": "^1.9.9",
"zustand": "^4.0.0-rc.1"
},
"scripts": {
"start": "npm run config | npm run cli",
"cli": "react-scripts start",
"config": "node src/setupTests.js",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"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": {}
}