-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.15 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
{
"type": "module",
"private": true,
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"test": "vitest",
"up": "taze major -I"
},
"dependencies": {
"@reown/appkit": "^1.0.7",
"@reown/appkit-adapter-wagmi": "^1.0.7",
"@tanstack/react-query": "^5.59.0",
"@tanstack/vue-query": "^5.59.0",
"@types/file-saver": "^2.0.7",
"@vueuse/core": "^11.1.0",
"@wagmi/vue": "^0.0.48",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"element-plus": "^2.8.4",
"ethers": "^6.13.3",
"file-saver": "^2.0.5",
"lodash": "^4.17.21",
"lucide-vue-next": "^0.447.0",
"neverthrow": "^8.0.0",
"pinia": "^2.2.4",
"pixi.js": "^8.4.1",
"radix-vue": "^1.9.6",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.21.18",
"vue": "^3.5.11",
"vue-i18n": "^10.0.3",
"vue-router": "^4.4.5",
"vue-sonner": "^1.2.1",
"wagmi": "^2.12.16"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@egoist/tailwindcss-icons": "^1.8.1",
"@iconify-json/carbon": "^1.2.1",
"@iconify-json/ic": "^1.2.0",
"@iconify-json/line-md": "^1.2.1",
"@tanstack/vue-query-devtools": "^5.59.0",
"@types/node": "^22.7.4",
"@vitejs/plugin-vue": "^5.1.4",
"@vue-macros/volar": "^0.30.3",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.20",
"eslint": "^9.11.1",
"eslint-plugin-format": "^0.1.2",
"jsdom": "^25.0.1",
"postcss": "^8.4.47",
"sass": "^1.79.4",
"tailwindcss": "^3.4.13",
"taze": "^0.17.2",
"typescript": "^5.6.2",
"unplugin-auto-import": "^0.18.3",
"unplugin-turbo-console": "^1.10.4",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-macros": "^2.12.3",
"unplugin-vue-router": "^0.10.8",
"vite": "^5.4.8",
"vite-plugin-vue-devtools": "^7.4.6",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-svg-loader": "^5.1.0",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.2",
"vue-tsc": "^2.1.6"
}
}