-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.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
{
"name": "gov-deployer",
"description": "Deploy your own on-chain DAO in a few seconds",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@coinbase/wallet-sdk": "^4.0.3",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@reown/appkit": "^1.1.2",
"@reown/appkit-adapter-ethers": "^1.1.2",
"@reown/appkit-siwe": "^1.5.1",
"@types/node": "22.5.2",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@web3-storage/w3up-client": "^16.2.0",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "14.2.7",
"ethers": "^6.13.2",
"framer-motion": "^11.9.0",
"next": "14.2.12",
"next-seo": "^6.6.0",
"postcss": "8.4.44",
"react": "18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"typescript": "5.5.4"
}
}