forge/package.json

25 lines
611 B
JSON
Raw Permalink Normal View History

2024-05-13 18:55:34 -04:00
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
2025-01-29 13:27:10 -05:00
"@tailwindcss/postcss": "^4.0.0",
2024-05-13 18:55:34 -04:00
"@tailwindcss/typography": "^0.5.10",
"axios": "^1.7.8",
"chokidar": "^4.0.1",
2024-05-13 18:55:34 -04:00
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
2025-01-29 13:27:10 -05:00
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.0.0",
"vite": "^6.0"
2024-06-22 21:50:15 -04:00
},
"dependencies": {
"@alpinejs/focus": "^3.14.4"
2024-05-13 18:55:34 -04:00
}
}