-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 995 Bytes
/
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": "user-app",
"version": "0.0.0",
"homepage": "https://phirotto.com",
"scripts": {
"dev": "dotenv -- vite",
"build": "vite build",
"predeploy": "npm run build && cp CNAME dist/CNAME",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@openzeppelin/merkle-tree": "^1.0.5",
"@tanstack/react-query": "^4.36.1",
"antd": "^5.13.2",
"bignumber.js": "^9.1.2",
"connectkit": "^1.6.0",
"papaparse": "^5.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.21.3",
"react-router-dom": "^6.21.3",
"viem": "^1.21.4",
"wagmi": "^1.4.13"
},
"devDependencies": {
"@types/bignumber.js": "^5.0.0",
"@types/papaparse": "^5.3.14",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^2.1.0",
"dotenv-cli": "^7.3.0",
"gh-pages": "^6.1.1",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^3.1.0"
}
}