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.

38 lines
988 B

2 years ago
  1. {
  2. "name": "dreamworks-frontend-template",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "amfe-flexible": "^2.2.1",
  13. "animate.css": "^4.1.1",
  14. "autoprefixer": "^10.4.14",
  15. "axios": "^1.3.4",
  16. "element-plus": "^2.4.2",
  17. "pinia": "^2.0.32",
  18. "postcss": "^8.4.21",
  19. "postcss-px-to-viewport": "^1.1.1",
  20. "rollup-plugin-visualizer": "^5.9.0",
  21. "swiper": "^9.0.0",
  22. "vite-plugin-compression": "^0.5.1",
  23. "vue": "^3.2.45",
  24. "vue-router": "^4.0.13",
  25. "vue3-lazy": "^1.0.0-alpha.1",
  26. "vue3-marquee": "^3.1.2"
  27. },
  28. "devDependencies": {
  29. "@vitejs/plugin-vue": "^4.0.0",
  30. "@vue/compiler-sfc": "^3.2.45",
  31. "sass": "^1.58.3",
  32. "unplugin-auto-import": "^0.16.7",
  33. "unplugin-vue-components": "^0.25.2",
  34. "vite": "^4.0.4",
  35. "vite-plugin-chunk-split": "^0.4.7",
  36. "vite-plugin-imagemin": "^0.6.1"
  37. }
  38. }