Advertisement
dimkiriakos

Vite

Jul 25th, 2022
1,293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.51 KB | None | 0 0
  1. {
  2.     "private": true,
  3.     "scripts": {
  4.         "dev": "vite --host",
  5.         "build": "vite build"
  6.     },
  7.     "devDependencies": {
  8.         "@tailwindcss/forms": "^0.5.2",
  9.         "@tailwindcss/typography": "^0.5.0",
  10.         "alpinejs": "^3.0.6",
  11.         "autoprefixer": "^10.4.7",
  12.         "axios": "^0.27",
  13.         "laravel-vite-plugin": "^0.5.0",
  14.         "lodash": "^4.17.19",
  15.         "postcss": "^8.4.14",
  16.         "tailwindcss": "^3.1.0"
  17.     },
  18.     "dependencies": {
  19.         "vite": "^3.0.3"
  20.     }
  21. }
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement