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.

28 lines
710 B

1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
4 weeks ago
1 month ago
  1. {
  2. "name": "activitylink",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --host",
  8. "build": "vite build",
  9. "preview": "vite preview",
  10. "build:test": "vite build --mode test",
  11. "build:prod": "vite build --mode production"
  12. },
  13. "dependencies": {
  14. "@tweenjs/tween.js": "^18.6.4",
  15. "@vitejs/plugin-vue": "^4.6.2",
  16. "axios": "^1.10.0",
  17. "element-plus": "^2.10.3",
  18. "pinia": "^3.0.3",
  19. "pinia-plugin-persistedstate": "^4.4.1",
  20. "three": "^0.178.0",
  21. "vite": "^4.5.3",
  22. "vue": "^3.5.17",
  23. "vue-router": "^4.5.1"
  24. },
  25. "devDependencies": {
  26. "unplugin-auto-import": "^19.3.0",
  27. "unplugin-vue-components": "^28.8.0"
  28. }
  29. }