package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "name": "ruoyi-vue-pro-vue3",
  3. "version": "0.0.160",
  4. "description": "基于vue3、element-plus、typesScript、vite3。",
  5. "author": "xingyu",
  6. "private": false,
  7. "scripts": {
  8. "i": "pnpm install",
  9. "dev": "vite --mode base",
  10. "ts:check": "vue-tsc --noEmit",
  11. "build:pro": "vite build --mode pro",
  12. "build:dev": "vite build --mode dev",
  13. "build:test": "npm run ts:check && vite build --mode test",
  14. "serve:pro": "vite preview --mode pro",
  15. "serve:dev": "vite preview --mode dev",
  16. "serve:test": "vite preview --mode test",
  17. "npm:check": "npx npm-check-updates",
  18. "clean": "npx rimraf node_modules",
  19. "clean:cache": "npx rimraf node_modules/.cache",
  20. "lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
  21. "lint:format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,vue,html,md}\"",
  22. "lint:style": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
  23. "lint:lint-staged": "lint-staged -c ",
  24. "lint:pretty": "pretty-quick --staged",
  25. "p": "plop"
  26. },
  27. "dependencies": {
  28. "@iconify/iconify": "^2.2.1",
  29. "@vueuse/core": "^8.9.4",
  30. "@wangeditor/editor": "^5.1.10",
  31. "@wangeditor/editor-for-vue": "^5.1.10",
  32. "@zxcvbn-ts/core": "^2.0.3",
  33. "animate.css": "^4.1.1",
  34. "axios": "^0.27.2",
  35. "dayjs": "^1.11.3",
  36. "echarts": "^5.3.3",
  37. "echarts-wordcloud": "^2.0.0",
  38. "element-plus": "2.2.9",
  39. "intro.js": "^6.0.0",
  40. "lodash-es": "^4.17.21",
  41. "mitt": "^3.0.0",
  42. "nprogress": "^0.2.0",
  43. "pinia": "^2.0.16",
  44. "pinia-plugin-persist": "^1.0.0",
  45. "qrcode": "^1.5.1",
  46. "qs": "^6.11.0",
  47. "vue": "3.2.37",
  48. "vue-cropper": "^1.0.3",
  49. "vue-i18n": "9.1.10",
  50. "vue-router": "^4.1.2",
  51. "vue-types": "^4.1.1",
  52. "web-storage-cache": "^1.1.1"
  53. },
  54. "devDependencies": {
  55. "@commitlint/cli": "^17.0.3",
  56. "@commitlint/config-conventional": "^17.0.3",
  57. "@iconify/json": "^2.1.79",
  58. "@intlify/vite-plugin-vue-i18n": "^5.0.0",
  59. "@purge-icons/generated": "^0.8.1",
  60. "@types/intro.js": "^5.1.0",
  61. "@types/lodash-es": "^4.17.6",
  62. "@types/node": "^18.0.6",
  63. "@types/nprogress": "^0.2.0",
  64. "@types/qrcode": "^1.4.2",
  65. "@types/qs": "^6.9.7",
  66. "@typescript-eslint/eslint-plugin": "^5.30.7",
  67. "@typescript-eslint/parser": "^5.30.7",
  68. "@vitejs/plugin-vue": "^3.0.1",
  69. "@vitejs/plugin-vue-jsx": "^2.0.0",
  70. "autoprefixer": "^10.4.7",
  71. "eslint": "^8.20.0",
  72. "eslint-config-prettier": "^8.5.0",
  73. "eslint-define-config": "^1.5.1",
  74. "eslint-plugin-prettier": "^4.2.1",
  75. "eslint-plugin-vue": "^9.2.0",
  76. "less": "^4.1.3",
  77. "lint-staged": "^13.0.3",
  78. "plop": "^3.1.1",
  79. "postcss": "^8.4.14",
  80. "postcss-html": "^1.5.0",
  81. "postcss-less": "^6.0.0",
  82. "prettier": "^2.7.1",
  83. "pretty-quick": "^3.1.3",
  84. "rimraf": "^3.0.2",
  85. "rollup": "^2.77.0",
  86. "stylelint": "^14.9.1",
  87. "stylelint-config-html": "^1.1.0",
  88. "stylelint-config-prettier": "^9.0.3",
  89. "stylelint-config-recommended": "^8.0.0",
  90. "stylelint-config-standard": "^26.0.0",
  91. "stylelint-order": "^5.0.0",
  92. "typescript": "4.7.4",
  93. "unplugin-vue-define-options": "^0.6.2",
  94. "vite": "3.0.2",
  95. "vite-plugin-eslint": "^1.6.1",
  96. "vite-plugin-html": "^3.2.0",
  97. "vite-plugin-purge-icons": "^0.8.1",
  98. "vite-plugin-style-import": "^1.4.1",
  99. "vite-plugin-svg-icons": "^2.0.1",
  100. "vite-plugin-windicss": "^1.8.7",
  101. "vue-tsc": "^0.38.8",
  102. "windicss": "^3.5.6",
  103. "windicss-analysis": "^0.3.5"
  104. },
  105. "engines": {
  106. "node": ">= 14.18.0"
  107. },
  108. "license": "MIT",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://gitee.com/zhijiantianya/ruoyi-vue-pro"
  112. },
  113. "bugs": {
  114. "url": "https://gitee.com/zhijiantianya/ruoyi-vue-pro/issues/I57XOQ"
  115. },
  116. "homepage": "https://gitee.com/zhijiantianya/ruoyi-vue-pro"
  117. }