package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "name": "shop-vite",
  3. "version": "4.5.5",
  4. "private": true,
  5. "author": "vue-admin-beautiful.com",
  6. "scripts": {
  7. "dev": "vite",
  8. "dev:vue-tsc": "vue-tsc --noEmit &&vite",
  9. "build": "vue-tsc --noEmit && vite build",
  10. "build:vue-shop-vite": "vite build",
  11. "preview": "vite preview",
  12. "lint": "eslint */**/*.{vue,js,ts} --fix",
  13. "lint:eslint": "eslint {src,mock,library,types}/**/*.{vue,js,ts} --fix",
  14. "lint:prettier": "prettier {src,mock,library,types}/**/*.{html,vue,css,sass,scss,js,ts,md} --write",
  15. "lint:stylelint": "stylelint {src,mock,library}/**/*.{vue,css,sass,scss} --fix --cache --cache-location node_modules/.cache/stylelint/",
  16. "global:install": "npm install -g nrm,cnpm@8.2.0,npm-check-updates",
  17. "globle:update": "ncu -g",
  18. "module:install": "pnpm install",
  19. "module:update": "ncu -u --reject vite-plugin-mock --registry https://registry.npmmirror.com&&npm run module:install",
  20. "module:reinstall": "rimraf node_modules&&npm run module:install",
  21. "git": "start ./git.sh",
  22. "generate-pwa-assets": "pwa-assets-generator",
  23. "template": "plop"
  24. },
  25. "dependencies": {
  26. "@element-plus/icons-vue": "^2.1.0",
  27. "@kangc/v-md-editor": "^2.3.15",
  28. "@logicflow/core": "^1.2.13",
  29. "@logicflow/extension": "^1.2.14",
  30. "@lucky-canvas/vue": "^0.1.11",
  31. "@vueuse/core": "^10.4.1",
  32. "@vueuse/head": "^1.3.1",
  33. "@wangeditor/editor": "^5.1.23",
  34. "@wangeditor/editor-for-vue": "^5.1.12",
  35. "@wecom/jssdk": "^1.4.3",
  36. "axios": "^1.5.0",
  37. "dayjs": "^1.11.9",
  38. "echarts": "^5.4.3",
  39. "element-plus": "^2.3.12",
  40. "intro.js": "^7.2.0",
  41. "jsencrypt": "^3.3.2",
  42. "lodash-es": "^4.17.21",
  43. "mitt": "^3.0.1",
  44. "mockjs": "^1.1.0",
  45. "normalize.css": "^8.0.1",
  46. "nprogress": "^0.2.0",
  47. "pinia": "^2.1.6",
  48. "qs": "^6.11.2",
  49. "typeit": "^8.7.1",
  50. "vsv-icon": "^1.0.0",
  51. "vue": "^3.3.4",
  52. "vue-echarts": "^6.6.1",
  53. "vue-i18n": "^9.3.0",
  54. "vue-json-viewer": "^3.0.4",
  55. "vue-pdf-embed": "^1.1.6",
  56. "vue-qr": "^4.0.9",
  57. "vue-router": "^4.2.4",
  58. "vue3-gantt": "1.1.8-6",
  59. "vuedraggable": "^4.1.0",
  60. "xgplayer": "^3.0.9",
  61. "xgplayer-hls.js": "^3.0.9"
  62. },
  63. "devDependencies": {
  64. "@types/lodash-es": "^4.17.9",
  65. "@types/mockjs": "^1.0.7",
  66. "@types/nprogress": "^0.2.0",
  67. "@types/qs": "^6.9.8",
  68. "@vite-pwa/assets-generator": "^0.0.10",
  69. "@vitejs/plugin-vue": "^4.3.4",
  70. "@vitejs/plugin-vue-jsx": "^3.0.2",
  71. "@vue/compiler-sfc": "^3.3.4",
  72. "@vue/eslint-config-prettier": "^8.0.0",
  73. "@vue/eslint-config-typescript": "^11.0.3",
  74. "autoprefixer": "^10.4.15",
  75. "chokidar": "^3.5.3",
  76. "eslint": "^8.49.0",
  77. "eslint-plugin-prettier": "^5.0.0",
  78. "eslint-plugin-vue": "^9.17.0",
  79. "lint-staged": "^14.0.1",
  80. "picocolors": "^1.0.0",
  81. "plop": "^4.0.0",
  82. "postcss-html": "^1.5.0",
  83. "prettier": "^3.0.3",
  84. "sass": "^1.66.1",
  85. "stylelint": "^15.10.3",
  86. "stylelint-config-recess-order": "^4.3.0",
  87. "stylelint-config-recommended-scss": "^13.0.0",
  88. "stylelint-config-recommended-vue": "^1.5.0",
  89. "terser": "^5.19.4",
  90. "typescript": "^5.2.2",
  91. "unplugin-auto-import": "^0.16.6",
  92. "unplugin-vue-components": "^0.25.2",
  93. "vite": "^4.4.9",
  94. "vite-plugin-banner": "^0.7.0",
  95. "vite-plugin-mock": "2.9.8",
  96. "vite-plugin-pwa": "^0.16.5",
  97. "vite-plugin-svg-icons": "^2.0.1",
  98. "vite-plugin-unplugin": "^1.6.9",
  99. "vite-plugin-vitebar": "^0.0.5",
  100. "vue-global-api": "^0.4.1",
  101. "vue-tsc": "^1.8.10"
  102. },
  103. "gitHooks": {
  104. "pre-commit": "lint-staged"
  105. },
  106. "homepage": "https://vue-admin-beautiful.com/shop-vite",
  107. "license": "Mozilla Public License Version 2.0",
  108. "lint-staged": {
  109. "*.{js,ts,vue}": [
  110. "npm run lint",
  111. "npm run lint:prettier",
  112. "git add"
  113. ]
  114. },
  115. "participants": [
  116. "FlowPeakFish"
  117. ],
  118. "repository": {
  119. "type": "git",
  120. "url": "git+https://github.com/vue-admin-beautiful/shop-vite.git"
  121. }
  122. }