-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·54 lines (54 loc) · 1.51 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "nova_auction",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --mode local",
"sepolia": "vite --host 0.0.0.0 --mode sepolia",
"prod-run": "vite --host 0.0.0.0 --mode prod",
"prod": "vite build --mode prod",
"build": "tsc && vite build",
"lint": "biome check .",
"preview": "vite preview --host 0.0.0.0 --port 5173"
},
"dependencies": {
"@tanstack/react-query": "^5.0.5",
"connectkit": "^1.7.3",
"import-sort-cli": "^6.0.0",
"import-sort-parser-babylon": "^6.0.0",
"import-sort-style-module": "^6.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^2.9.23",
"wagmi": "^2.5.20"
},
"devDependencies": {
"@ant-design/web3": "^1.10.0",
"@ant-design/web3-wagmi": "^2.4.2",
"@biomejs/biome": "^1.1.2",
"@rainbow-me/rainbowkit": "^2.1.1",
"@typechain/ethers-v6": "^0.5.1",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.1.0",
"@wagmi/cli": "latest",
"antd": "^5.16.2",
"axios": "^1.6.8",
"buffer": "^6.0.3",
"json-bigint": "^1.0.0",
"marked": "^12.0.2",
"react-countup": "^6.5.3",
"react-ga4": "^2.1.0",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-paginate": "^8.2.0",
"react-router-dom": "^6.23.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"styled-components": "^6.1.9",
"typechain": "^8.3.2",
"typescript": "^5.2.2",
"vite": "^4.4.9"
}
}