package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "name": "印界智程",
  3. "version": "2.8.2",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "preinstall": "npx only-allow pnpm",
  8. "dev": "vite serve --mode development",
  9. "build:prod": "vite build --mode production && vue-tsc --noEmit",
  10. "lint:eslint": "eslint --fix --ext .ts,.js,.vue ./src ",
  11. "lint:prettier": "prettier --write \"**/*.{js,cjs,ts,json,tsx,css,less,scss,vue,html,md}\"",
  12. "lint:stylelint": "stylelint \"**/*.{css,scss,vue}\" --fix",
  13. "commit": "git-cz"
  14. },
  15. "config": {
  16. "commitizen": {
  17. "path": "node_modules/cz-git"
  18. }
  19. },
  20. "dependencies": {
  21. "@codemirror/lang-javascript": "^6.2.1",
  22. "@codemirror/theme-one-dark": "^6.1.2",
  23. "@element-plus/icons-vue": "^2.3.1",
  24. "@vitejs/plugin-vue": "^4.6.2",
  25. "@vueuse/core": "^10.7.1",
  26. "@wangeditor/editor": "^5.1.23",
  27. "@wangeditor/editor-for-vue": "5.1.10",
  28. "axios": "^1.6.5",
  29. "echarts": "^5.4.3",
  30. "element-china-area-data": "^6.1.0",
  31. "element-plus": "^2.5.0",
  32. "js-base64": "^3.7.7",
  33. "js-cookie": "^3.0.5",
  34. "lodash-es": "^4.17.21",
  35. "net": "^1.0.2",
  36. "nprogress": "^0.2.0",
  37. "path-browserify": "^1.0.1",
  38. "path-to-regexp": "^6.2.1",
  39. "pinia": "^2.1.7",
  40. "qiniu-js": "^3.4.2",
  41. "screenfull": "^6.0.2",
  42. "sockjs-client": "1.6.1",
  43. "sortablejs": "^1.15.1",
  44. "stompjs": "^2.3.3",
  45. "terser": "^5.26.0",
  46. "vue": "^3.4.8",
  47. "vue-codemirror": "^6.1.1",
  48. "vue-i18n": "9.2.2",
  49. "vue-router": "^4.2.5",
  50. "xlsx": "^0.18.5"
  51. },
  52. "devDependencies": {
  53. "@commitlint/cli": "^17.8.1",
  54. "@commitlint/config-conventional": "^17.8.1",
  55. "@iconify-json/ep": "^1.1.14",
  56. "@types/lodash": "^4.14.202",
  57. "@types/nprogress": "^0.2.3",
  58. "@types/path-browserify": "^1.0.2",
  59. "@types/sockjs-client": "^1.5.4",
  60. "@types/sortablejs": "^1.15.7",
  61. "@types/stompjs": "^2.3.9",
  62. "@typescript-eslint/eslint-plugin": "^5.62.0",
  63. "@typescript-eslint/parser": "^5.62.0",
  64. "@vitejs/plugin-vue-jsx": "^3.1.0",
  65. "autoprefixer": "^10.4.16",
  66. "commitizen": "^4.3.0",
  67. "cz-git": "^1.8.0",
  68. "eslint": "^8.56.0",
  69. "eslint-config-prettier": "^8.10.0",
  70. "eslint-plugin-import": "^2.29.1",
  71. "eslint-plugin-prettier": "^4.2.1",
  72. "eslint-plugin-vue": "^9.20.0",
  73. "fast-glob": "^3.3.2",
  74. "postcss": "^8.4.33",
  75. "postcss-html": "^1.5.0",
  76. "postcss-scss": "^4.0.9",
  77. "prettier": "^2.8.8",
  78. "sass": "^1.69.7",
  79. "stylelint": "^15.11.0",
  80. "stylelint-config-html": "^1.1.0",
  81. "stylelint-config-recess-order": "^4.4.0",
  82. "stylelint-config-recommended-scss": "^13.1.0",
  83. "stylelint-config-recommended-vue": "^1.5.0",
  84. "stylelint-config-standard": "^34.0.0",
  85. "stylelint-config-standard-scss": "^11.1.0",
  86. "typescript": "^5.3.3",
  87. "unocss": "^0.58.3",
  88. "unplugin-auto-import": "^0.15.3",
  89. "unplugin-icons": "^0.16.6",
  90. "unplugin-vue-components": "^0.24.1",
  91. "vite": "^5.0.11",
  92. "vite-plugin-mock-dev-server": "^1.4.5",
  93. "vite-plugin-svg-icons": "^2.0.1",
  94. "vue-tsc": "^1.8.27"
  95. },
  96. "repository": "git地址",
  97. "author": "印界智程",
  98. "license": "MIT",
  99. "engines": {
  100. "node": ">=18.0.0"
  101. }
  102. }