-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 890 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 890 Bytes
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
{
"name": "frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"author": "",
"license": "ISC",
"dependencies": {
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/react": "^2.10.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@rainbow-me/rainbowkit": "^2.1.7",
"@tanstack/react-query": "^5.59.13",
"@wagmi/connectors": "^5.1.15",
"@wagmi/core": "^2.13.8",
"bignumber.js": "^9.1.2",
"bootstrap": "^5.3.3",
"crypto-js": "^4.2.0",
"framer-motion": "^11.11.8",
"next": "^13.5.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.21.25",
"wagmi": "^2.12.17"
},
"devDependencies": {
"@zeit/next-css": "^1.0.1"
}
}