package.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. {
  2. "name": "skyeye-admin-fe",
  3. "version": "1.3.9",
  4. "private": true,
  5. "scripts": {
  6. "bootstrap": "pnpm install",
  7. "serve": "pnpm run dev",
  8. "dev": "vite",
  9. "build": "cross-env NODE_ENV=production vite build",
  10. "build:test": "cross-env vite build --mode test && esno ./build/script/postBuild.ts",
  11. "build:no-cache": "pnpm clean:cache && pnpm run build",
  12. "report": "cross-env REPORT=true pnpm run build",
  13. "type:check": "vue-tsc --noEmit --skipLibCheck",
  14. "preview": "pnpm run build && vite preview",
  15. "preview:dist": "vite preview",
  16. "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
  17. "clean:lib": "rimraf node_modules",
  18. "lint:eslint": "eslint \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
  19. "lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
  20. "lint:stylelint": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
  21. "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
  22. "lint:pretty": "pretty-quick --staged",
  23. "test prod gzip": "http-server dist --cors --gzip -c-1",
  24. "reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && pnpm run bootstrap",
  25. "build typecheck": "vuedx-typecheck . && vite build",
  26. "deploy": "gh-pages -d dist"
  27. },
  28. "dependencies": {
  29. "@antv/g6": "5.0.48",
  30. "@element-plus/icons-vue": "2.0.9",
  31. "@vicons/antd": "0.12.0",
  32. "@vicons/ionicons5": "0.12.0",
  33. "@vitejs/plugin-vue": "5.2.1",
  34. "@vue-office/docx": "1.6.3",
  35. "@vue-office/excel": "1.7.14",
  36. "@vue-office/pdf": "2.0.10",
  37. "@vue-office/pptx": "1.0.1",
  38. "@vueuse/core": "14.0.0",
  39. "@vueuse/router": "10.6.1",
  40. "@wangeditor/editor": "^5.1.12",
  41. "@wangeditor/editor-for-vue": "5.1.12",
  42. "animate.css": "4.1.1",
  43. "axios": "0.27.2",
  44. "blueimp-md5": "2.19.0",
  45. "cropperjs": "1.5.12",
  46. "dayjs": "1.11.4",
  47. "echarts": "5.5.0",
  48. "element-plus": "2.9.7",
  49. "element-resize-detector": "1.2.4",
  50. "flv.js": "1.6.2",
  51. "form-data": "4.0.0",
  52. "html2canvas": "1.0.0",
  53. "lodash-es": "4.17.21",
  54. "mitt": "3.0.1",
  55. "mockjs": "1.1.0",
  56. "mpegts.js": "1.7.3",
  57. "notivue": "2.4.5",
  58. "nprogress": "0.2.0",
  59. "perfect-scrollbar": "1.5.5",
  60. "pinia": "2.0.16",
  61. "qrcode": "1.5.4",
  62. "qs": "6.11.0",
  63. "screenfull": "6.0.2",
  64. "uid": "2.0.2",
  65. "url-join": "5.0.0",
  66. "vue": "3.5.13",
  67. "vue-demi": "0.14.6",
  68. "vue-draggable-plus": "0.6.0",
  69. "vue-echarts": "6.7.3",
  70. "vue-hooks-plus": "1.8.6",
  71. "vue-router": "4.1.2",
  72. "vue-types": "4.1.1",
  73. "vuedraggable": "2.24.3",
  74. "xlsx": "0.18.5"
  75. },
  76. "devDependencies": {
  77. "@commitlint/cli": "17.0.3",
  78. "@commitlint/config-conventional": "17.0.3",
  79. "@types/crypto-js": "4.2.0",
  80. "@types/element-resize-detector": "1.1.3",
  81. "@types/intro.js": "3.0.2",
  82. "@types/lodash-es": "4.17.6",
  83. "@types/node": "17.0.45",
  84. "@types/qrcode": "1.4.2",
  85. "@typescript-eslint/eslint-plugin": "5.30.7",
  86. "@typescript-eslint/parser": "5.30.7",
  87. "@vitejs/plugin-vue-jsx": "1.3.10",
  88. "@vue/compiler-sfc": "3.5.13",
  89. "autoprefixer": "10.4.7",
  90. "chalk": "5.3.0",
  91. "code-inspector-plugin": "0.20.2",
  92. "colors": "1.4.0",
  93. "commitizen": "4.2.5",
  94. "core-js": "3.23.5",
  95. "cross-env": "7.0.3",
  96. "crypto-js": "4.2.0",
  97. "dotenv": "16.0.1",
  98. "eslint": "8.20.0",
  99. "eslint-config-prettier": "8.5.0",
  100. "eslint-define-config": "1.5.1",
  101. "eslint-plugin-prettier": "4.2.1",
  102. "eslint-plugin-vue": "8.7.1",
  103. "esno": "0.16.3",
  104. "fast-glob": "3.3.1",
  105. "fs-extra": "10.1.0",
  106. "gh-pages": "4.0.0",
  107. "husky": "8.0.1",
  108. "less": "4.1.3",
  109. "less-loader": "11.1.3",
  110. "lint-staged": "13.0.3",
  111. "patch-package": "8.0.0",
  112. "picocolors": "1.0.0",
  113. "postcss": "8.4.14",
  114. "postcss-px-to-viewport": "1.1.1",
  115. "postinstall-postinstall": "2.1.0",
  116. "prettier": "2.7.1",
  117. "pretty-quick": "3.1.3",
  118. "rimraf": "3.0.2",
  119. "rollup-plugin-visualizer": "5.8.3",
  120. "sass": "1.53.0",
  121. "simple-git": "3.22.0",
  122. "stylelint": "14.9.1",
  123. "stylelint-config-prettier": "9.0.3",
  124. "stylelint-config-standard": "25.0.0",
  125. "stylelint-order": "5.0.0",
  126. "stylelint-scss": "4.3.0",
  127. "ts-node": "10.9.1",
  128. "typescript": "4.7.4",
  129. "vconsole": "3.15.1",
  130. "vite": "5.1.3",
  131. "vite-plugin-compression": "0.5.1",
  132. "vite-plugin-html": "3.2.2",
  133. "vite-plugin-mock": "2.9.6",
  134. "vite-plugin-style-import": "2.0.0",
  135. "vite-plugin-svg-icons": "2.0.1",
  136. "vite-plugin-vconsole": "1.3.1",
  137. "vue-eslint-parser": "9.0.3",
  138. "vue-tsc": "0.35.2"
  139. },
  140. "lint-staged": {
  141. "*.{vue,js,ts,tsx}": "eslint --fix"
  142. },
  143. "config": {
  144. "commitizen": {
  145. "path": "./node_modules/cz-customizable"
  146. }
  147. },
  148. "keywords": [
  149. "vue",
  150. "naive-ui",
  151. "naive-ui-admin",
  152. "vue3",
  153. "ts",
  154. "tsx",
  155. "admin",
  156. "typescript"
  157. ],
  158. "engines": {
  159. "node": "12 || >=14"
  160. },
  161. "pnpm": {
  162. "patchedDependencies": {
  163. "@vue-office/docx@1.6.3": "patches/@vue-office__docx.patch",
  164. "@vue-office/excel@1.7.14": "patches/@vue-office__excel.patch",
  165. "@vue-office/pdf@2.0.10": "patches/@vue-office__pdf.patch",
  166. "@vue-office/pptx@1.0.1": "patches/@vue-office__pptx.patch"
  167. },
  168. "peerDependencyRules": {
  169. "ignoreMissing": [
  170. "rollup",
  171. "webpack"
  172. ]
  173. }
  174. }
  175. }