package.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. {
  2. "name": "shvscc",
  3. "version": "1.0.1",
  4. "author": {
  5. "name": "bowintek",
  6. "email": "",
  7. "url": ""
  8. },
  9. "scripts": {
  10. "dev": "npm run serve",
  11. "serve": "vue-cli-service serve",
  12. "build": "vue-cli-service build",
  13. "build:test": "vue-cli-service build --mode test",
  14. "build:preview": "npm run build && npx serve -s dist",
  15. "build:prod": "vue-cli-service build --mode production",
  16. "build:report": "vue-cli-service build --report && npx live-server --open=dist/report.html",
  17. "clean:lib": "npx rimraf node_modules",
  18. "deploy": "npm run build && npx gh-pages -d dist",
  19. "dev:debug": "cross-env DEBUG_ANTDV=true npm run serve",
  20. "format": "prettier --write .",
  21. "lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx,.md,.json --max-warnings 0 && pretty-quick --check --branch dev",
  22. "lint:fix": "eslint --fix . --ext .vue,.js,.ts,.jsx,.tsx,.md,.json && pretty-quick --branch dev",
  23. "lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
  24. "lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
  25. "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
  26. "lint:lint-staged": "lint-staged",
  27. "postversion": "git push && git push origin --tags",
  28. "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run dev",
  29. "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
  30. "test:gzip": "npx http-server dist --cors --gzip -c-1",
  31. "test:br": "npx http-server dist --cors --brotli -c-1",
  32. "commit": "czg"
  33. },
  34. "dependencies": {
  35. "@ant-design/icons-vue": "~6.1.0",
  36. "@codemirror/lang-sql": "^6.x",
  37. "@codemirror/language": "^6.x",
  38. "@codemirror/theme-one-dark": "^6.x",
  39. "@vue-office/docx": "^1.6.0",
  40. "@vue-office/excel": "^1.6.0",
  41. "@vue-office/pdf": "^1.6.0",
  42. "@vueuse/core": "~9.1.0",
  43. "@wangeditor/editor": "^5.1.23",
  44. "@wangeditor/editor-for-vue": "^5.1.12",
  45. "animate.css": "^4.1.1",
  46. "ant-design-vue": "3.2.17",
  47. "axios": "~0.27.2",
  48. "codemirror": "^6.0.1",
  49. "core-js": "~3.24.1",
  50. "crypto-js": "^4.1.1",
  51. "dayjs": "~1.11.5",
  52. "echarts": "~5.4.3",
  53. "file-saver": "~2.0.5",
  54. "html2canvas": "^1.4.1",
  55. "lodash-es": "~4.17.21",
  56. "mitt": "~3.0.0",
  57. "mockjs": "~1.1.0",
  58. "moment": "^2.29.4",
  59. "nprogress": "~1.0.0-1",
  60. "pinia": "~2.0.18",
  61. "qs": "~6.11.0",
  62. "socket.io-client": "~4.5.1",
  63. "sortablejs": "~1.15.0",
  64. "thememirror": "^2.0.1",
  65. "uuid": "^9.0.1",
  66. "v3-tour": "^3.1.2",
  67. "vue": "3.2.47",
  68. "vue-codemirror": "^6.1.1",
  69. "vue-demi": "^0.14.6",
  70. "vue-i18n": "9.2.2",
  71. "vue-router": "^4.1.6",
  72. "vue-tour": "^2.0.0",
  73. "vue-types": "~4.2.1",
  74. "xlsx": "~0.18.5"
  75. },
  76. "devDependencies": {
  77. "@commitlint/cli": "~17.0.3",
  78. "@commitlint/config-conventional": "~17.0.3",
  79. "@types/lodash-es": "~4.17.6",
  80. "@types/node": "~18.7.3",
  81. "@types/uuid": "^9.0.7",
  82. "@types/webpack-env": "~1.17.0",
  83. "@typescript-eslint/eslint-plugin": "~5.33.0",
  84. "@typescript-eslint/parser": "~5.33.0",
  85. "@vue/cli-plugin-babel": "~5.0.8",
  86. "@vue/cli-plugin-eslint": "~5.0.8",
  87. "@vue/cli-plugin-router": "~5.0.8",
  88. "@vue/cli-plugin-typescript": "~5.0.8",
  89. "@vue/cli-service": "~5.0.8",
  90. "@vue/eslint-config-typescript": "~11.0.0",
  91. "@vue/tsconfig": "^0.1.3",
  92. "babel-plugin-import": "~1.13.5",
  93. "conventional-changelog-cli": "~2.2.2",
  94. "cross-env": "~7.0.3",
  95. "cz-git": "~1.3.10",
  96. "czg": "~1.3.10",
  97. "eslint": "~8.22.0",
  98. "eslint-config-prettier": "~8.5.0",
  99. "eslint-plugin-import": "2.26.0",
  100. "eslint-plugin-prettier": "~4.2.1",
  101. "eslint-plugin-vue": "~9.3.0",
  102. "less": "~4.1.3",
  103. "less-loader": "11.0.0",
  104. "lint-staged": "~12.5.0",
  105. "path-browserify": "~1.0.1",
  106. "postcss-html": "~1.5.0",
  107. "postcss-less": "~6.0.0",
  108. "prettier": "~2.7.1",
  109. "pretty-quick": "~3.1.3",
  110. "regenerator-runtime": "~0.13.9",
  111. "speed-measure-webpack-plugin": "~1.5.0",
  112. "stylelint": "~14.10.0",
  113. "stylelint-config-html": "~1.1.0",
  114. "stylelint-config-prettier": "~9.0.3",
  115. "stylelint-config-recommended": "~9.0.0",
  116. "stylelint-config-recommended-vue": "~1.4.0",
  117. "stylelint-config-standard": "~27.0.0",
  118. "stylelint-order": "~5.0.0",
  119. "svg-sprite-loader": "~6.0.11",
  120. "typescript": "~4.7.4",
  121. "unplugin-vue-define-options": "~0.7.3",
  122. "vue-cli-plugin-windicss": "~1.1.6",
  123. "vue-eslint-parser": "~9.0.3",
  124. "vue-tsc": "^0.40.1"
  125. },
  126. "__npminstall_done": false,
  127. "repository": {
  128. "type": "git",
  129. "url": "http://www.bowintek.com"
  130. },
  131. "homepage": "http://www.bowintek.com",
  132. "keywords": [
  133. "vue",
  134. "ant-design-vue",
  135. "vue3",
  136. "ts",
  137. "tsx",
  138. "admin",
  139. "typescript"
  140. ],
  141. "license": "MIT",
  142. "engines": {
  143. "node": ">=14"
  144. },
  145. "lint-staged": {
  146. "*.{js,jsx,ts,tsx}": [
  147. "eslint --fix",
  148. "prettier --write"
  149. ],
  150. "*.json": [
  151. "prettier --write"
  152. ],
  153. "*.vue": [
  154. "eslint --fix",
  155. "prettier --write",
  156. "stylelint --fix"
  157. ],
  158. "*.{scss,less,styl,html}": [
  159. "stylelint --fix",
  160. "prettier --write"
  161. ],
  162. "*.md": [
  163. "prettier --write"
  164. ]
  165. }
  166. }