-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.46 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
{
"name": "coolapp",
"homepage": "https://chalabi2.github.io/ccr-ui/",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^2.1.0",
"@chakra-ui/react": "^2.8.0",
"@chakra-ui/toast": "^7.0.0",
"@coinbase/wallet-sdk": "^3.7.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^28.1.8",
"@types/node": "^12.20.55",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@wagmi/cli": "^1.3.0",
"buffer": "^6.0.3",
"font-awesome": "^4.7.0",
"framer-motion": "^6.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^3.11.0",
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"wagmi": "^1.3.10",
"web-vitals": "^2.1.4",
"web3": "^4.1.1"
},
"scripts": {
"start": "npm run wagmi && react-scripts start",
"build": "npm run wagmi && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"wagmi": "wagmi generate"
},
"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"
]
}
}