forge/package.json

21 lines
508 B
JSON
Raw 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",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.32",
2024-05-14 22:15:20 -04:00
"prettier": "^3.2.5",
2024-06-18 23:18:03 -04:00
"prettier-plugin-tailwindcss": "^0.6.5",
2024-05-13 18:55:34 -04:00
"tailwindcss": "^3.4.0",
"vite": "^5.0"
}
}