Files

23 lines
521 B
JSON
Raw Permalink Normal View History

2024-08-01 13:53:10 -05:00
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.19",
"axios": "^1.6.4",
"daisyui": "^4.12.10",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"vite": "^5.0"
},
"dependencies": {
"apexcharts": "^3.51.0"
2024-08-01 13:53:10 -05:00
}
}