-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.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
{
"name": "@importantimport/ssr",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.7.1",
"scripts": {
"build": "vue-tsc -b && vite build",
"dev": "vite",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview"
},
"dependencies": {
"@iconify/vue": "^4.1.2",
"@internationalized/date": "^3.5.5",
"@radix-icons/vue": "1.0.0",
"@vee-validate/zod": "^4.13.2",
"@vueuse/core": "^11.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.428.0",
"pinia": "^2.2.2",
"radix-vue": "^1.9.4",
"tailwind-merge": "^2.5.2",
"vee-validate": "^4.13.2",
"vue": "^3.4.38",
"vue-router": "^4.4.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "^2.26.0",
"@guiiai/core": "^0.3.0",
"@importantimport/eslint-config": "1.0.0-alpha.0",
"@importantimport/tsconfig": "^0.1.1",
"@types/node": "^22.4.0",
"@unocss/eslint-plugin": "^0.62.2",
"@unocss/preset-uno": "^0.62.2",
"@unocss/reset": "^0.62.2",
"@unocss/vite": "^0.62.2",
"@vitejs/plugin-vue": "^5.1.2",
"eslint": "9.5.0",
"eslint-plugin-format": "^0.1.2",
"typescript": "^5.5.4",
"unocss-preset-animations": "^1.1.0",
"unocss-preset-shadcn": "^0.3.1",
"unplugin-vue-router": "^0.10.6",
"vite": "6.0.0-alpha.19",
"vite-plugin-vue-devtools": "^7.3.8",
"vue-tsc": "^2.0.29"
}
}