package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "name": "vben-admin",
  3. "version": "2.0.0-rc.17",
  4. "scripts": {
  5. "bootstrap": "yarn install",
  6. "serve": "vite",
  7. "dev": "vite",
  8. "build": "cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts",
  9. "build:no-cache": "yarn clean:cache && npm run build",
  10. "report": "cross-env REPORT=true npm run build ",
  11. "preview": "npm run build && esno ./build/script/preview.ts",
  12. "preview:dist": "esno ./build/script/preview.ts",
  13. "log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
  14. "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
  15. "clean:lib": "npx rimraf node_modules",
  16. "typecheck": "vuedx-typecheck .",
  17. "lint:eslint": "eslint --fix --ext \"src/**/*.{vue,less,css,scss}\"",
  18. "lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
  19. "lint:stylelint": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
  20. "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap"
  21. },
  22. "dependencies": {
  23. "@iconify/iconify": "^2.0.0-rc.6",
  24. "@vueuse/core": "^4.0.10",
  25. "ant-design-vue": "^2.0.0-rc.9",
  26. "apexcharts": "^3.23.1",
  27. "axios": "^0.21.1",
  28. "crypto-es": "^1.2.6",
  29. "echarts": "^4.9.0",
  30. "lodash-es": "^4.17.20",
  31. "mockjs": "^1.1.0",
  32. "nprogress": "^0.2.0",
  33. "path-to-regexp": "^6.2.0",
  34. "qrcode": "^1.4.4",
  35. "sortablejs": "^1.13.0",
  36. "vditor": "^3.7.7",
  37. "vue": "^3.0.5",
  38. "vue-i18n": "9.0.0-rc.2",
  39. "vue-router": "^4.0.3",
  40. "vue-types": "^3.0.1",
  41. "vuex": "^4.0.0-rc.2",
  42. "vuex-module-decorators": "^1.0.1",
  43. "xlsx": "^0.16.9",
  44. "zxcvbn": "^4.4.2"
  45. },
  46. "devDependencies": {
  47. "@commitlint/cli": "^11.0.0",
  48. "@commitlint/config-conventional": "^11.0.0",
  49. "@iconify/json": "^1.1.290",
  50. "@ls-lint/ls-lint": "^1.9.2",
  51. "@purge-icons/generated": "^0.5.2",
  52. "@types/echarts": "^4.9.3",
  53. "@types/fs-extra": "^9.0.6",
  54. "@types/http-proxy": "^1.17.5",
  55. "@types/koa-static": "^4.0.1",
  56. "@types/lodash-es": "^4.17.4",
  57. "@types/mockjs": "^1.0.3",
  58. "@types/nprogress": "^0.2.0",
  59. "@types/qrcode": "^1.3.5",
  60. "@types/rollup-plugin-visualizer": "^2.6.0",
  61. "@types/sortablejs": "^1.10.6",
  62. "@types/yargs": "^15.0.12",
  63. "@types/zxcvbn": "^4.4.0",
  64. "@typescript-eslint/eslint-plugin": "^4.14.0",
  65. "@typescript-eslint/parser": "^4.14.0",
  66. "@vitejs/plugin-legacy": "^1.2.1",
  67. "@vitejs/plugin-vue": "^1.1.2",
  68. "@vitejs/plugin-vue-jsx": "^1.0.2",
  69. "@vue/compiler-sfc": "^3.0.5",
  70. "@vuedx/typecheck": "^0.6.0",
  71. "@vuedx/typescript-plugin-vue": "^0.6.0",
  72. "autoprefixer": "^10.2.3",
  73. "commitizen": "^4.2.3",
  74. "conventional-changelog-cli": "^2.1.1",
  75. "cross-env": "^7.0.3",
  76. "dotenv": "^8.2.0",
  77. "eslint": "^7.18.0",
  78. "eslint-config-prettier": "^7.2.0",
  79. "eslint-plugin-prettier": "^3.3.1",
  80. "eslint-plugin-vue": "^7.5.0",
  81. "esno": "^0.4.0",
  82. "fs-extra": "^9.1.0",
  83. "husky": "^4.3.8",
  84. "koa": "^2.13.1",
  85. "koa-static": "^5.0.0",
  86. "less": "^4.1.0",
  87. "lint-staged": "^10.5.3",
  88. "portfinder": "^1.0.28",
  89. "postcss": "^8.2.4",
  90. "postcss-import": "^14.0.0",
  91. "prettier": "^2.2.1",
  92. "rimraf": "^3.0.2",
  93. "rollup-plugin-gzip": "^2.5.0",
  94. "rollup-plugin-visualizer": "^4.2.0",
  95. "stylelint": "^13.9.0",
  96. "stylelint-config-prettier": "^8.0.2",
  97. "stylelint-config-standard": "^20.0.0",
  98. "stylelint-order": "^4.1.0",
  99. "ts-node": "^9.1.1",
  100. "typescript": "^4.1.3",
  101. "vite": "2.0.0-beta.44",
  102. "vite-plugin-html": "^2.0.0-beta.6",
  103. "vite-plugin-mock": "^2.0.0-rc.2",
  104. "vite-plugin-purge-icons": "^0.5.2",
  105. "vite-plugin-pwa": "^0.3.10",
  106. "vite-plugin-style-import": "^0.4.6",
  107. "vue-eslint-parser": "^7.4.1",
  108. "yargs": "^16.2.0"
  109. },
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/anncwb/vue-vben-admin.git"
  113. },
  114. "license": "MIT",
  115. "bugs": {
  116. "url": "https://github.com/anncwb/vue-vben-admin/issues"
  117. },
  118. "homepage": "https://github.com/anncwb/vue-vben-admin",
  119. "husky": {
  120. "hooks": {
  121. "pre-commit": "ls-lint && lint-staged",
  122. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
  123. }
  124. },
  125. "engines": {
  126. "node": ">=10.16.1"
  127. }
  128. }