package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "info-assets-manage",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --host",
  8. "build": "run-p type-check \"build-only {@}\" --",
  9. "preview": "vite preview",
  10. "build-only": "vite build",
  11. "type-check": "vue-tsc --build",
  12. "lint": "eslint . --fix",
  13. "format": "prettier --write src/"
  14. },
  15. "dependencies": {
  16. "@vueuse/core": "^13.4.0",
  17. "element-plus": "^2.10.2",
  18. "pinia": "^3.0.1",
  19. "three": "^0.177.0",
  20. "vue": "^3.5.13",
  21. "vue-router": "^4.5.0"
  22. },
  23. "devDependencies": {
  24. "@tsconfig/node22": "^22.0.1",
  25. "@types/node": "^22.14.0",
  26. "@types/three": "^0.177.0",
  27. "@vitejs/plugin-vue": "^5.2.3",
  28. "@vitejs/plugin-vue-jsx": "^4.1.2",
  29. "@vue/eslint-config-prettier": "^10.2.0",
  30. "@vue/eslint-config-typescript": "^14.5.0",
  31. "@vue/tsconfig": "^0.7.0",
  32. "eslint": "^9.22.0",
  33. "eslint-plugin-vue": "~10.0.0",
  34. "jiti": "^2.4.2",
  35. "npm-run-all2": "^7.0.2",
  36. "prettier": "3.5.3",
  37. "typescript": "~5.8.0",
  38. "unocss": "^66.2.3",
  39. "unplugin-auto-import": "^19.3.0",
  40. "unplugin-vue-components": "^28.7.0",
  41. "vite": "^6.2.4",
  42. "vite-plugin-vue-devtools": "^7.7.2",
  43. "vue-tsc": "^2.2.8"
  44. }
  45. }