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.

14 lines
286 B

2 years ago
  1. {
  2. "private": true,
  3. "scripts": {
  4. "dev": "vite",
  5. "build": "vite build"
  6. },
  7. "devDependencies": {
  8. "axios": "^0.25",
  9. "laravel-vite-plugin": "^0.2.1",
  10. "lodash": "^4.17.19",
  11. "postcss": "^8.1.14",
  12. "vite": "^2.9.11"
  13. }
  14. }