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 433B

123456789101112131415161718
  1. {
  2. "private": true,
  3. "type": "module",
  4. "scripts": {
  5. "dev": "vite",
  6. "build": "vite build"
  7. },
  8. "devDependencies": {
  9. "@tailwindcss/forms": "^0.5.6",
  10. "@tailwindcss/typography": "^0.5.10",
  11. "autoprefixer": "^10.4.16",
  12. "axios": "^1.1.2",
  13. "laravel-vite-plugin": "^0.8.0",
  14. "postcss": "^8.4.31",
  15. "tailwindcss": "^3.3.3",
  16. "vite": "^4.0.0"
  17. }
  18. }