package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "eai-frontend-vue",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "run-p build-only",
  9. "preview": "vite preview",
  10. "build-only": "vite build",
  11. "type-check": "vue-tsc --build",
  12. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
  13. },
  14. "dependencies": {
  15. "@onlyoffice/document-editor-vue": "^1.4.0",
  16. "@vue-office/docx": "^1.6.2",
  17. "axios": "^1.7.2",
  18. "docx-preview": "^0.3.2",
  19. "element-plus": "^2.8.1",
  20. "mitt": "^3.0.1",
  21. "pinia": "^2.1.7",
  22. "pinia-plugin-persistedstate": "^3.2.1",
  23. "vue": "^3.4.29",
  24. "vue-demi": "^0.14.10",
  25. "vue-router": "^4.3.3"
  26. },
  27. "devDependencies": {
  28. "@rushstack/eslint-patch": "^1.8.0",
  29. "@tsconfig/node20": "^20.1.4",
  30. "@types/node": "^20.12.5",
  31. "@vitejs/plugin-vue": "^5.0.4",
  32. "@vue/eslint-config-typescript": "^13.0.0",
  33. "@vue/tsconfig": "^0.5.1",
  34. "eslint": "^8.57.0",
  35. "eslint-plugin-vue": "^9.23.0",
  36. "npm-run-all2": "^6.1.2",
  37. "sass": "^1.77.5",
  38. "typescript": "~5.4.0",
  39. "vite": "^5.2.8",
  40. "vue-tsc": "^2.0.11"
  41. }
  42. }