-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.51 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.51 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "vite-wagmi-starter",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@9.3.0+sha512.ee7b93e0c2bd11409c6424f92b866f31d3ea1bef5fbe47d3c7500cdc3c9668833d2e55681ad66df5b640c61fa9dc25d546efa54d76d7f8bf54b13614ac293631",
"description": "vite wagmi starter",
"author": "zouhang",
"license": "MIT",
"homepage": "https://github.com/fisand/vite-wagmi-seed#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/fisand/vite-wagmi-seed.git"
},
"bugs": {
"url": "https://github.com/fisand/vite-wagmi-seed/issues"
},
"keywords": [
"vite",
"wagmi",
"unocss"
],
"main": "index.js",
"scripts": {
"build": "vite build",
"dev": "vite",
"preview": "vite preview"
},
"dependencies": {
"@did-network/dapp-sdk": "^0.1.9",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-toast": "^1.2.6",
"@tanstack/react-query": "^5.69.0",
"@unocss/reset": "66.1.0-beta.7",
"axios": "^1.8.4",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"jotai": "^2.12.2",
"lucide-react": "^0.484.0",
"node-stdlib-browser": "^1.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.4.0",
"react-router-dom": "^7.4.0",
"tailwind-merge": "^3.0.2",
"viem": "^2.24.1",
"wagmi": "^2.14.15"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.8",
"@iconify-json/line-md": "^1.2.5",
"@iconify-json/logos": "^1.2.4",
"@iconify-json/lucide": "^1.2.33",
"@nabla/vite-plugin-eslint": "^2.0.5",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/node": "^22.13.14",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@unocss/eslint-config": "66.1.0-beta.7",
"@unocss/transformer-variant-group": "66.1.0-beta.7",
"@vitejs/plugin-legacy": "^6.0.2",
"@vitejs/plugin-react": "4.3.4",
"eslint": "^9.23.0",
"eslint-config-hyoban": "^4.0.2",
"pkg-exports": "^0.2.0",
"prettier": "3.5.3",
"rollup-plugin-visualizer": "^5.14.0",
"typescript": "^5.8.2",
"unocss": "66.1.0-beta.7",
"unocss-preset-animations": "1.1.1",
"unocss-preset-shadcn": "^0.5.0",
"unplugin-auto-import": "^19.1.2",
"unplugin-icons": "^22.1.0",
"vite": "6.2.3",
"vite-plugin-checker": "^0.9.1",
"vite-plugin-node-polyfills": "^0.23.0",
"vite-plugin-pages": "^0.32.5"
}
}