1234567891011121314151617 |
- {
- "private": true,
- "type": "module",
- "scripts": {
- "build": "vite build",
- "dev": "vite"
- },
- "devDependencies": {
- "@tailwindcss/typography": "^0.5.12",
- "autoprefixer": "^10.4.19",
- "laravel-vite-plugin": "^1.0.2",
- "postcss": "^8.4.38",
- "tailwindcss": "^3.4.3",
- "vite": "^6.0",
- "concurrently": "^9.0.1"
- }
- }
|