forked from bensyc/bensyc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "100kCat",
"homepage": "https://100kCat.com",
"version": "0.0.1",
"scripts": {
"postinstall": "patch-package",
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@coreui/coreui": "^4.2.2",
"@coreui/react": "^4.4.0",
"@rainbow-me/rainbowkit": "^0.2.0",
"alchemy-sdk": "^2.2.0",
"antd": "^4.24.1",
"bootstrap": "^5.2.2",
"ethers": "^5.6.1",
"framer-motion": "^6.3.3",
"fs": "^0.0.1-security",
"next": "12.1.6",
"next-images": "^1.8.4",
"react": "^18.2.0",
"react-addons-shallow-compare": "^15.6.3",
"react-device-detect": "^2.2.2",
"react-dom": "^18.1.0",
"react-modal": "^3.15.1",
"react-router-dom": "^6.3.0",
"styled-components": "^5.3.5",
"wagmi": "^0.4.0",
"web3": "^1.7.3"
},
"devDependencies": {
"@types/react": "^18.0.9",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"patch-package": "^6.4.7",
"typescript": "4.6.4"
}
}