package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "jpom-vue3",
  3. "private": true,
  4. "version": "2.11.12",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --mode dev",
  8. "local": "vite --mode loc",
  9. "build": "vite build",
  10. "lint": "eslint --ext .ts,.js,.jsx,.vue .",
  11. "lint:fix": "eslint --fix --ext .ts,.js,.jsx,.vue .",
  12. "preview": "vite preview",
  13. "i18n": "node ./bin/i18n.cjs"
  14. },
  15. "dependencies": {
  16. "@ant-design/icons-vue": "^7.0.1",
  17. "@codemirror/lang-javascript": "^6.2.2",
  18. "ant-design-vue": "^4.1.2",
  19. "axios": "^1.6.8",
  20. "base64-js": "^1.5.1",
  21. "codemirror": "^5.65.16",
  22. "codemirror-editor-vue3": "^2.4.1",
  23. "dayjs": "^1.11.10",
  24. "echarts": "^5.5.0",
  25. "js-sha1": "^0.7.0",
  26. "markdown-it": "^14.1.0",
  27. "pinia": "^2.1.7",
  28. "prismjs": "^1.29.0",
  29. "qs": "^6.12.1",
  30. "spark-md5": "^3.0.2",
  31. "vue": "^3.4.21",
  32. "vue-i18n": "^9.12.1",
  33. "vue-router": "^4.3.0",
  34. "vue-virtual-scroller": "^2.0.0-beta.8",
  35. "vue3-smooth-dnd": "^0.0.6",
  36. "xterm": "^5.3.0",
  37. "xterm-addon-attach": "^0.9.0",
  38. "xterm-addon-fit": "^0.8.0"
  39. },
  40. "devDependencies": {
  41. "@types/node": "^20.10.8",
  42. "@types/vue-i18n": "^7.0.0",
  43. "@typescript-eslint/eslint-plugin": "^6.18.1",
  44. "@typescript-eslint/parser": "^6.18.1",
  45. "@vitejs/plugin-vue": "^5.0.4",
  46. "@vitejs/plugin-vue-jsx": "^3.1.0",
  47. "dotenv": "^16.4.5",
  48. "eslint": "^8.56.0",
  49. "eslint-config-prettier": "^9.1.0",
  50. "eslint-plugin-prettier": "^5.1.3",
  51. "eslint-plugin-vue": "^9.25.0",
  52. "https": "^1.0.0",
  53. "jpom-i18n": "^1.0.17",
  54. "less": "^4.2.0",
  55. "prettier": "^3.2.5",
  56. "rollup-plugin-visualizer": "^5.12.0",
  57. "typescript": "^5.4.5",
  58. "unplugin-auto-import": "^0.17.5",
  59. "unplugin-vue-components": "^0.26.0",
  60. "vite": "^5.2.8",
  61. "vite-plugin-html": "^3.2.2"
  62. }
  63. }