-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 932 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 932 Bytes
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
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@inertiajs/vue3": "^2.0.0",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-vue": "^5.0.0",
"autoprefixer": "^10.4.12",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.2.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.2.1",
"vite": "^6.0.11",
"vite-plugin-vuetify": "^2.0.4",
"vue": "^3.4.0",
"vuetify": "^3.7.9"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@vee-validate/yup": "^4.15.0",
"apexcharts": "^4.7.0",
"date-fns": "^4.1.0",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"vue-i18n": "^11.1.11",
"vue3-apexcharts": "^1.8.0",
"vuetify-pro-tiptap": "^2.5.7"
}
}