package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "name": "ruoyi_ui_ts",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --host",
  8. "build": "vue-tsc --noEmit && vite build ",
  9. "build:prod": "vite build --mode production",
  10. "preview": "vite preview"
  11. },
  12. "dependencies": {
  13. "@element-plus/icons-vue": "^2.0.5",
  14. "@typescript-eslint/eslint-plugin": "^5.19.0",
  15. "@typescript-eslint/parser": "^5.19.0",
  16. "bpmn-js": "^13.2.0",
  17. "bpmn-js-bpmnlint": "^0.20.1",
  18. "bpmnlint": "^8.2.0",
  19. "bpmnlint-loader": "^0.1.6",
  20. "diagram-js": "^12.2.0",
  21. "file-drops": "^0.5.0",
  22. "pinia-plugin-persist": "^1.0.0",
  23. "vkbeautify": "^0.99.3",
  24. "vue": "^3.2.35",
  25. "vue3-treeselect": "^0.1.10",
  26. "xcrud": "^0.4.19"
  27. },
  28. "devDependencies": {
  29. "@highlightjs/vue-plugin": "^2.1.0",
  30. "@types/file-saver": "^2.0.5",
  31. "@types/inherits": "^0.0.30",
  32. "@types/js-cookie": "^3.0.2",
  33. "@types/node": "^17.0.21",
  34. "@types/nprogress": "^0.2.0",
  35. "@vitejs/plugin-vue": "^2.2.0",
  36. "@vitejs/plugin-vue-jsx": "^1.3.7",
  37. "@vue/compiler-sfc": "^3.2.36",
  38. "@vueuse/core": "^8.5.0",
  39. "axios": "^0.27.2",
  40. "consola": "^2.15.3",
  41. "core-js": "^3.23.5",
  42. "cron-validator": "^1.3.1",
  43. "echarts": "^5.3.3",
  44. "element-plus": "^2.2.5",
  45. "eslint": "^8.14.0",
  46. "eslint-plugin-vue": "^8.6.0",
  47. "fast-glob": "^3.2.11",
  48. "file-saver": "^2.0.5",
  49. "fuse.js": "^6.6.2",
  50. "js-cookie": "^3.0.1",
  51. "jsencrypt": "^3.2.1",
  52. "nanoid": "^4.0.0",
  53. "nprogress": "^0.2.0",
  54. "pinia": "^2.0.16",
  55. "quill": "^1.3.7",
  56. "sass": "^1.52.1",
  57. "screenfull": "^6.0.2",
  58. "sortablejs": "^1.14.0",
  59. "typescript": "^4.6.4",
  60. "unplugin-auto-import": "^0.9.3",
  61. "unplugin-vue-components": "^0.21.1",
  62. "vite": "^2.9.9",
  63. "vite-plugin-compression": "^0.5.1",
  64. "vite-plugin-style-import": "^2.0.0",
  65. "vite-plugin-svg-icons": "^2.0.1",
  66. "vite-plugin-vue-setup-extend": "^0.4.0",
  67. "vite-svg-loader": "^3.4.0",
  68. "vue-clipboard3": "^2.0.0",
  69. "vue-cropper": "^1.0.5",
  70. "vue-router": "^4.1.2",
  71. "vue-tsc": "^0.38.4",
  72. "vue3-highlightjs": "^1.0.5"
  73. },
  74. "browserslist": [
  75. "> 1%",
  76. "not ie 11",
  77. "not op_mini all"
  78. ],
  79. "engines": {
  80. "node": ">= 14"
  81. }
  82. }