package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "name": "online-optmize",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "run-p type-check \"build-only {@}\" --",
  9. "preview": "vite preview",
  10. "build-only": "vite build",
  11. "type-check": "vue-tsc --build --force",
  12. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
  13. "format": "prettier --write src/"
  14. },
  15. "dependencies": {
  16. "@element-plus/icons-vue": "^2.3.1",
  17. "@wangeditor/editor": "^5.1.23",
  18. "@wangeditor/editor-for-vue": "^5.1.12",
  19. "ant-design-vue": "^4.2.3",
  20. "axios": "^1.7.5",
  21. "dayjs": "^1.11.13",
  22. "echarts": "^5.5.1",
  23. "element-plus": "^2.8.1",
  24. "exceljs": "^4.4.0",
  25. "js-md5": "^0.8.3",
  26. "lodash": "^4.17.21",
  27. "mitt": "^3.0.1",
  28. "moment": "^2.30.1",
  29. "pinia": "^2.2.2",
  30. "vue": "^3.4.29",
  31. "vue-draggable-plus": "^0.5.3",
  32. "vue-router": "^4.3.3",
  33. "vuedraggable": "^2.24.3",
  34. "vxe-pc-ui": "^4.1.7",
  35. "vxe-table": "^4.7.70",
  36. "vxe-table-plugin-export-xlsx": "^4.0.5",
  37. "xe-clipboard": "^1.10.2"
  38. },
  39. "devDependencies": {
  40. "@rushstack/eslint-patch": "^1.8.0",
  41. "@tsconfig/node20": "^20.1.4",
  42. "@types/lodash": "^4.17.7",
  43. "@types/node": "^20.14.5",
  44. "@vitejs/plugin-vue": "^5.0.5",
  45. "@vue/eslint-config-prettier": "^9.0.0",
  46. "@vue/eslint-config-typescript": "^13.0.0",
  47. "@vue/tsconfig": "^0.5.1",
  48. "autoprefixer": "^10.4.20",
  49. "eslint": "^8.57.0",
  50. "eslint-plugin-vue": "^9.23.0",
  51. "npm-run-all2": "^6.2.0",
  52. "postcss": "^8.4.41",
  53. "postcss-loader": "^8.1.1",
  54. "prettier": "^3.2.5",
  55. "sass": "^1.77.8",
  56. "typescript": "~5.4.0",
  57. "unplugin-auto-import": "^0.18.2",
  58. "unplugin-icons": "^0.19.2",
  59. "unplugin-vue-components": "^0.27.4",
  60. "vite": "^5.3.1",
  61. "vue-tsc": "^2.0.21"
  62. },
  63. "postcss": {
  64. "plugins": {
  65. "autoprefixer": {}
  66. }
  67. }
  68. }