Files
cheerstothe_season_2.0/package.json

19 lines
429 B
JSON
Raw Permalink Normal View History

2024-05-21 17:03:29 +05:30
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
2024-05-21 17:06:14 +05:30
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
2024-05-21 17:03:29 +05:30
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0",
2024-05-21 17:06:14 +05:30
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
2024-05-21 17:03:29 +05:30
"vite": "^5.0"
}
}