-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.15 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.15 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/compiler-sfc": "^3.5.21",
"axios": "^1.11",
"daisyui": "^5.1.6",
"laravel-vite-plugin": "^2.0.1",
"lodash": "^4.17.21",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
"tailwindcss": "^4.1.12",
"vite": "^7.1.4",
"vue": "^3.5.21",
"vue-loader": "^17.4.2"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.2.0",
"@inertiajs/vue3": "2.1",
"@tailwindcss/postcss": "^4.1.12",
"@tailwindcss/vite": "^4.1.12",
"@themesberg/flowbite": "^1.3.0",
"autoprefixer": "^10.4.21",
"chart.js": "^4.5.0",
"vue-chartjs": "^5.3.2",
"vue-good-table": "^2.21.11",
"vue-good-table-next": "^0.2.2",
"vue-recaptcha-v3": "^2.0.1",
"vue3-select-component": "^0.11.8",
"vuex": "^4.1.0"
}
}