package.json 480 B

123456789101112131415161718192021222324
  1. {
  2. "name": "4dwall",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "preview": "vite preview"
  10. },
  11. "author": "",
  12. "license": "ISC",
  13. "dependencies": {
  14. "@vitejs/plugin-vue": "^5.2.1",
  15. "lib-flexible": "^0.3.2",
  16. "sass": "^1.83.4",
  17. "scss": "^0.2.4",
  18. "swiper": "5.4.5",
  19. "vite": "^6.0.7",
  20. "vue": "^3.5.13",
  21. "vue-perfectlooper": "^1.4.0",
  22. "xlsx": "^0.18.5"
  23. }
  24. }