mirror of
https://github.com/twinpath/app-beta.git
synced 2026-01-25 21:38:38 +07:00
33 lines
926 B
JSON
33 lines
926 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.12",
|
|
"axios": "^1.11.0",
|
|
"concurrently": "^9.0.1",
|
|
"laravel-vite-plugin": "^2.0.0",
|
|
"tailwindcss": "^4.1.12",
|
|
"vite": "^7.0.4"
|
|
},
|
|
"dependencies": {
|
|
"@floating-ui/dom": "^1.7.4",
|
|
"@fullcalendar/core": "^6.1.19",
|
|
"@fullcalendar/daygrid": "^6.1.19",
|
|
"@fullcalendar/interaction": "^6.1.19",
|
|
"@fullcalendar/list": "^6.1.19",
|
|
"@fullcalendar/timegrid": "^6.1.19",
|
|
"@popperjs/core": "^2.11.8",
|
|
"alpinejs": "^3.14.9",
|
|
"apexcharts": "^5.3.5",
|
|
"flatpickr": "^4.6.13",
|
|
"jsvectormap": "^1.7.0",
|
|
"prismjs": "^1.30.0",
|
|
"swiper": "^12.0.3"
|
|
}
|
|
}
|