-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.52 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
{
"name": "madissues-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@canopassoftware/vue-file-upload": "^1.0.8",
"@headlessui/vue": "^1.7.22",
"@ckeditor/ckeditor5-build-classic": "^41.3.1",
"@ckeditor/ckeditor5-vue": "^5.1.0",
"@ckeditor/vite-plugin-ckeditor5": "^0.1.3",
"@iconify/vue": "^4.1.2",
"@mdi/js": "^7.4.47",
"@radix-icons/vue": "^1.0.0",
"@tanstack/vue-query": "^5.32.0",
"@vee-validate/yup": "^4.12.6",
"axios": "^1.6.8",
"bootstrap-icons-vue": "^1.11.3",
"ckeditor5": "^41.3.1",
"ckeditor5-build-classic": "^1.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"konva": "^9.3.6",
"lucide-vue-next": "^0.376.0",
"oh-vue-icons": "^1.0.0-rc3",
"path": "^0.12.7",
"radix-vue": "^1.7.3",
"shadcn-vue": "^0.10.3",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.12.6",
"vite-plugin-vuetify": "^2.0.3",
"vue": "^3.3.11",
"vue-konva": "^3.0.2",
"vue-router": "^4.3.2",
"vue-toggles": "^2.1.0",
"vue3-carousel": "^0.3.3",
"vuetify": "^3.6.3",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/node": "^20.12.8",
"@vitejs/plugin-vue": "^4.5.2",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vue-tsc": "^1.8.25"
}
}