-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 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
{
"name": "@ethui/demo",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"eth-watch": "./scripts/eth-watch.sh",
"lint": "yarn lint:biome && yarn lint:tsc",
"lint:biome": "biome check .",
"lint:tsc": "tsc --noEmit",
"fix": "yarn fix:biome",
"fix:biome": "biome check --write ."
},
"dependencies": {
"@ethui/ui": "0.0.7",
"@hookform/resolvers": "^3.10.0",
"@rainbow-me/rainbowkit": "^2.2.3",
"@tanstack/react-query": "^5.66.0",
"autoprefixer": "^10.4.20",
"lodash-es": "^4.17.21",
"lucide-react": "^0.474.0",
"postcss": "^8.5.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"tailwindcss": "3",
"viem": "^2.22.21",
"vite-tsconfig-paths": "^5.1.4",
"wagmi": "^2.14.9",
"zod": "^3.24.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tanstack/react-router": "^1.99.0",
"@tanstack/router-plugin": "^1.99.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.1",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"@wagmi/cli": "^2.2.0",
"globals": "^15.14.0",
"ts-unused-exports": "^11.0.1",
"tsc": "^2.0.4",
"typescript": "^5.7.3",
"vite": "^6.0.11"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}