-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.13 KB
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
{
"name": "comet-interface",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"build:release": "next build",
"start": "serve out",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@chakra-ui/icons": "^2.1.0",
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.0",
"@rainbow-me/rainbowkit": "^1.3.6",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/styled-components": "^5.1.34",
"bignumber.js": "^9.1.2",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"next": "13.4.19",
"prettier": "^3.0.3",
"react": "18.2.0",
"react-awesome-reveal": "^4.2.5",
"react-dom": "18.2.0",
"react-i18next": "^13.2.2",
"react-router-dom": "^6.15.0",
"react-spinners": "^0.13.8",
"recharts": "^2.12.7",
"styled-components": "^6.1.9",
"typescript": "5.2.2",
"viem": "^1.10.7",
"wagmi": "^1.4.1",
"web3": "^4.1.1"
},
"devDependencies": {
"serve": "^14.2.1"
},
"engines": {
"node": ">=18.x"
}
}