-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.29 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.29 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
47
48
49
50
51
{
"name": "ve-interface",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=18.17.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@svgr/webpack": "^8.1.0",
"@tanstack/query-sync-storage-persister": "^5.22.2",
"@tanstack/react-query": "^5.18.1",
"@tanstack/react-query-persist-client": "^5.22.2",
"@web3modal/wagmi": "^4.0.0",
"chart.js": "^4.4.6",
"chartjs-plugin-datalabels": "^2.2.0",
"formik": "^2.4.5",
"framer-motion": "^11.0.5",
"next": "14.1.0",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-i18next": "^14.0.4",
"react-icons": "^5.0.1",
"react-spinners": "^0.14.1",
"rsuite": "^5.53.2",
"viem": "2.17.4",
"wagmi": "2.10.10"
},
"devDependencies": {
"@types/big.js": "^6.2.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"prettier": "^3.2.5",
"typescript": "^5"
}
}