package.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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-for-vue": "5.1.12",
  41. "animate.css": "4.1.1",
  42. "axios": "0.27.2",
  43. "blueimp-md5": "2.19.0",
  44. "cropperjs": "1.5.12",
  45. "dayjs": "1.11.4",
  46. "echarts": "5.5.0",
  47. "element-plus": "2.9.7",
  48. "element-resize-detector": "1.2.4",
  49. "flv.js": "1.6.2",
  50. "form-data": "4.0.0",
  51. "html2canvas": "1.0.0",
  52. "lodash-es": "4.17.21",
  53. "mitt": "3.0.1",
  54. "mockjs": "1.1.0",
  55. "mpegts.js": "1.7.3",
  56. "notivue": "2.4.5",
  57. "nprogress": "0.2.0",
  58. "perfect-scrollbar": "1.5.5",
  59. "pinia": "2.0.16",
  60. "qrcode": "1.5.4",
  61. "qs": "6.11.0",
  62. "screenfull": "6.0.2",
  63. "uid": "2.0.2",
  64. "url-join": "5.0.0",
  65. "vue": "3.5.13",
  66. "vue-demi": "0.14.6",
  67. "vue-draggable-plus": "0.6.0",
  68. "vue-echarts": "6.7.3",
  69. "vue-hooks-plus": "1.8.6",
  70. "vue-router": "4.1.2",
  71. "vue-types": "4.1.1",
  72. "vuedraggable": "2.24.3",
  73. "xlsx": "0.18.5"
  74. },
  75. "devDependencies": {
  76. "@commitlint/cli": "17.0.3",
  77. "@commitlint/config-conventional": "17.0.3",
  78. "@types/crypto-js": "4.2.0",
  79. "@types/element-resize-detector": "1.1.3",
  80. "@types/intro.js": "3.0.2",
  81. "@types/lodash-es": "4.17.6",
  82. "@types/node": "17.0.45",
  83. "@types/qrcode": "1.4.2",
  84. "@typescript-eslint/eslint-plugin": "5.30.7",
  85. "@typescript-eslint/parser": "5.30.7",
  86. "@vitejs/plugin-vue-jsx": "1.3.10",
  87. "@vue/compiler-sfc": "3.5.13",
  88. "autoprefixer": "10.4.7",
  89. "chalk": "5.3.0",
  90. "code-inspector-plugin": "0.20.2",
  91. "colors": "1.4.0",
  92. "commitizen": "4.2.5",
  93. "core-js": "3.23.5",
  94. "cross-env": "7.0.3",
  95. "crypto-js": "4.2.0",
  96. "dotenv": "16.0.1",
  97. "eslint": "8.20.0",
  98. "eslint-config-prettier": "8.5.0",
  99. "eslint-define-config": "1.5.1",
  100. "eslint-plugin-prettier": "4.2.1",
  101. "eslint-plugin-vue": "8.7.1",
  102. "esno": "0.16.3",
  103. "fast-glob": "3.3.1",
  104. "fs-extra": "10.1.0",
  105. "gh-pages": "4.0.0",
  106. "husky": "8.0.1",
  107. "less": "4.1.3",
  108. "less-loader": "11.1.3",
  109. "lint-staged": "13.0.3",
  110. "patch-package": "8.0.0",
  111. "picocolors": "1.0.0",
  112. "postcss": "8.4.14",
  113. "postcss-px-to-viewport": "1.1.1",
  114. "postinstall-postinstall": "2.1.0",
  115. "prettier": "2.7.1",
  116. "pretty-quick": "3.1.3",
  117. "rimraf": "3.0.2",
  118. "rollup-plugin-visualizer": "5.8.3",
  119. "sass": "1.53.0",
  120. "simple-git": "3.22.0",
  121. "stylelint": "14.9.1",
  122. "stylelint-config-prettier": "9.0.3",
  123. "stylelint-config-standard": "25.0.0",
  124. "stylelint-order": "5.0.0",
  125. "stylelint-scss": "4.3.0",
  126. "ts-node": "10.9.1",
  127. "typescript": "4.7.4",
  128. "vconsole": "3.15.1",
  129. "vite": "5.1.3",
  130. "vite-plugin-compression": "0.5.1",
  131. "vite-plugin-html": "3.2.2",
  132. "vite-plugin-mock": "2.9.6",
  133. "vite-plugin-style-import": "2.0.0",
  134. "vite-plugin-svg-icons": "2.0.1",
  135. "vite-plugin-vconsole": "1.3.1",
  136. "vue-eslint-parser": "9.0.3",
  137. "vue-tsc": "0.35.2"
  138. },
  139. "lint-staged": {
  140. "*.{vue,js,ts,tsx}": "eslint --fix"
  141. },
  142. "config": {
  143. "commitizen": {
  144. "path": "./node_modules/cz-customizable"
  145. }
  146. },
  147. "keywords": [
  148. "vue",
  149. "naive-ui",
  150. "naive-ui-admin",
  151. "vue3",
  152. "ts",
  153. "tsx",
  154. "admin",
  155. "typescript"
  156. ],
  157. "engines": {
  158. "node": "12 || >=14"
  159. },
  160. "pnpm": {
  161. "patchedDependencies": {
  162. "@vue-office/docx@1.6.3": "patches/@vue-office__docx.patch",
  163. "@vue-office/excel@1.7.14": "patches/@vue-office__excel.patch",
  164. "@vue-office/pdf@2.0.10": "patches/@vue-office__pdf.patch",
  165. "@vue-office/pptx@1.0.1": "patches/@vue-office__pptx.patch"
  166. },
  167. "peerDependencyRules": {
  168. "ignoreMissing": [
  169. "rollup",
  170. "webpack"
  171. ]
  172. },
  173. "ignoredBuiltDependencies": [
  174. "@vue-office/docx",
  175. "@vue-office/excel",
  176. "@vue-office/pdf",
  177. "@vue-office/pptx",
  178. "core-js",
  179. "es5-ext",
  180. "esbuild",
  181. "postinstall-postinstall",
  182. "vue-demi",
  183. "vue-echarts"
  184. ]
  185. }
  186. }