mirror of
https://github.com/twinpath/app.git
synced 2026-01-26 05:15:28 +07:00
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "app-ca-management",
|
|
"version": "1.0.0",
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@tailwindcss/vite": "^4.1.12",
|
|
"axios": "^1.11.0",
|
|
"concurrently": "^9.0.1",
|
|
"laravel-echo": "^2.2.6",
|
|
"laravel-vite-plugin": "^2.0.0",
|
|
"pusher-js": "^8.4.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"
|
|
}
|
|
}
|