text4u
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.

123456789101112131415
  1. {
  2. "private": true,
  3. "scripts": {
  4. "dev": "vite",
  5. "build": "vite build"
  6. },
  7. "devDependencies": {
  8. "@tailwindcss/typography": "^0.5.9",
  9. "autoprefixer": "^10.4.14",
  10. "laravel-vite-plugin": "^0.7.2",
  11. "postcss": "^8.4.23",
  12. "tailwindcss": "^3.3.2",
  13. "vite": "^4.0.0"
  14. }
  15. }