Files
alliance-services/package.json
2026-03-22 19:08:27 -05:00

50 lines
1.6 KiB
JSON

{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@popperjs/core": "^2.11.8",
"@tailwindcss/vite": "^4.1.12",
"axios": "^1.11.0",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^2.1.0",
"sass": "^1.56.1",
"tailwindcss": "^4.1.12",
"vite": "^7.3.1"
},
"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",
"alpinejs": "^3.14.9",
"apexcharts": "^5.3.5",
"flatpickr": "^4.6.13",
"jsvectormap": "^1.7.0",
"prismjs": "^1.30.0",
"swiper": "^12.0.3"
},
"name": "alliance-services",
"version": "1.0.0",
"description": "<p align=\"center\"><a href=\"https://laravel.com\" target=\"_blank\"><img src=\"https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg\" width=\"400\" alt=\"Laravel Logo\"></a></p>",
"main": "vite.config.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "http://gitea.cmancuso.net/drkthunder02/alliance-services.git"
},
"keywords": [],
"author": "",
"license": "ISC"
}