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.

26 lines
553 B

2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
  1. {
  2. "name": "jakjwebsite",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "@amap/amap-jsapi-loader": "^1.0.1",
  13. "axios": "^1.7.2",
  14. "element-plus": "^2.7.6",
  15. "pinia": "^2.1.7",
  16. "sass": "^1.77.6",
  17. "video.js": "^8.16.1",
  18. "vue": "^3.4.29",
  19. "vue-router": "^4.3.3"
  20. },
  21. "devDependencies": {
  22. "@vitejs/plugin-vue": "^5.0.5",
  23. "vite": "^5.3.1",
  24. "vite-plugin-vue-devtools": "^7.3.1"
  25. }
  26. }