-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
82 lines (82 loc) · 2.45 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
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
{
"name": "vite-wagmi-starter",
"type": "module",
"version": "0.0.0",
"packageManager": "[email protected]+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.0.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.4",
"@tanstack/react-query": "^5.17.7",
"@unocss/reset": "^0.59.4",
"axios": "^1.2.6",
"buffer": "^6.0.3",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"jotai": "^2.7.2",
"lucide-react": "^0.244.0",
"node-stdlib-browser": "^1.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.8.0",
"react-router-dom": "^6.8.0",
"tailwind-merge": "^1.13.2",
"viem": "^2.19.2",
"wagmi": "^2.12.4"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.14",
"@iconify-json/line-md": "^1.1.24",
"@iconify-json/logos": "^1.1.25",
"@iconify-json/lucide": "^1.1.83",
"@nabla/vite-plugin-eslint": "^2.0.4",
"@svgr/core": "^6.5.1",
"@types/node": "^18.15.11",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@unocss/eslint-config": "^0.61.9",
"@unocss/transformer-variant-group": "^0.59.4",
"@vitejs/plugin-legacy": "^5.4.1",
"@vitejs/plugin-react": "4.3.1",
"eslint": "^9.7.0",
"eslint-config-hyoban": "^3.0.1",
"pkg-exports": "^0.1.2",
"prettier": "2.8.3",
"rollup-plugin-visualizer": "^5.9.0",
"typescript": "^5.3.3",
"unocss": "0.59.4",
"unocss-preset-animations": "1.0.1",
"unocss-preset-shadcn": "^0.2.3",
"unplugin-auto-import": "^0.13.0",
"unplugin-icons": "^0.15.2",
"vite": "5.4.0",
"vite-plugin-checker": "^0.7.2",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-pages": "^0.32.3"
}
}