You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 468B

12345678910111213141516171819
  1. {
  2. "private": true,
  3. "type": "module",
  4. "scripts": {
  5. "dev": "vite",
  6. "build": "vite build"
  7. },
  8. "devDependencies": {
  9. "@tailwindcss/forms": "^0.5.9",
  10. "@tailwindcss/typography": "^0.5.15",
  11. "autoprefixer": "^10.4.20",
  12. "axios": "^1.7.7",
  13. "laravel-vite-plugin": "^1.0",
  14. "postcss": "^8.4.49",
  15. "postcss-nesting": "^13.0.1",
  16. "tailwindcss": "^3.4.15",
  17. "vite": "^5.4"
  18. }
  19. }