-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.58 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.58 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
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@formkit/auto-animate": "^0.8.2",
"@internationalized/date": "^3.7.0",
"@tanstack/vue-query": "^5.64.1",
"@tanstack/vue-table": "^8.20.5",
"@unovis/ts": "^1.5.1",
"@unovis/vue": "^1.5.1",
"@vee-validate/zod": "^4.15.0",
"@vueuse/core": "^13.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"lucide-vue-next": "^0.485.0",
"nprogress": "^0.2.0",
"pinia": "^3.0.1",
"pinia-plugin-persistedstate": "^4.2.0",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"vaul-vue": "^0.2.0",
"vee-validate": "^4.15.0",
"vue": "^3.5.13",
"vue-i18n": "^11.0.1",
"vue-router": "^4.5.0",
"vue-sonner": "^1.3.0",
"zod": "^3.24.1",
"@types/node": "^22.10.7",
"@types/vue-router": "^2.0.0",
"autoprefixer": "^10.4.20",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.17",
"vite": "^6.0.7"
},
"dependencies": {
"@antfu/eslint-config": "^4.1.1",
"@faker-js/faker": "^9.4.0",
"@iconify/vue": "^4.3.0",
"@radix-icons/vue": "^1.0.0",
"@tanstack/eslint-plugin-query": "^5.62.16",
"@tanstack/vue-query-devtools": "^5.64.1",
"@types/lodash": "^4.17.16",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.3.0",
"@vue/tsconfig": "^0.7.0",
"date-fns": "^4.1.0",
"echo-editor": "^0.4.6",
"eslint": "^9.18.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-vue": "^9.32.0",
"lint-staged": "^15.3.0",
"lodash": "^4.17.21",
"lucide-vue": "^0.484.0",
"prettier": "^3.4.2",
"radix-vue": "^1.9.12",
"reka-ui": "^2.2.0",
"rollup-plugin-visualizer": "^5.14.0",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.7.3",
"uuid": "^11.1.0",
"vite-plugin-pages": "^0.32.4",
"vite-plugin-vue-devtools": "^7.7.0",
"vite-plugin-vue-layouts": "^0.11.0",
"vue-tsc": "^2.2.0",
"vue3-org-chart": "^0.2.5",
"vue3-simple-icons": "^13.2.0",
"vuedraggable": "^4.0.1"
}
}