package.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. {
  2. "name": "pure-admin-thin",
  3. "version": "6.1.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",
  8. "serve": "pnpm dev",
  9. "build": "rimraf dist && NODE_OPTIONS=--max-old-space-size=8192 vite build",
  10. "build:staging": "rimraf dist && vite build --mode staging",
  11. "report": "rimraf dist && vite build",
  12. "preview": "vite preview",
  13. "preview:build": "pnpm build && vite preview",
  14. "typecheck": "tsc --noEmit && vue-tsc --noEmit --skipLibCheck",
  15. "svgo": "svgo -f . -r",
  16. "clean:cache": "rimraf .eslintcache && rimraf pnpm-lock.yaml && rimraf node_modules && pnpm store prune && pnpm install",
  17. "lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock,build}/**/*.{vue,js,ts,tsx}\" --fix",
  18. "lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,scss,vue,html,md}\"",
  19. "lint:stylelint": "stylelint --cache --fix \"**/*.{html,vue,css,scss}\" --cache-location node_modules/.cache/stylelint/",
  20. "lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
  21. "preinstall": "npx only-allow pnpm"
  22. },
  23. "keywords": [
  24. "pure-admin-thin",
  25. "vue-pure-admin",
  26. "element-plus",
  27. "tailwindcss",
  28. "pure-admin",
  29. "typescript",
  30. "pinia",
  31. "vue3",
  32. "vite",
  33. "esm"
  34. ],
  35. "homepage": "https://github.com/pure-admin/pure-admin-thin",
  36. "repository": {
  37. "type": "git",
  38. "url": "git+https://github.com/pure-admin/pure-admin-thin.git"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/pure-admin/vue-pure-admin/issues"
  42. },
  43. "license": "MIT",
  44. "author": {
  45. "name": "xiaoxian521",
  46. "email": "pureadmin@163.com",
  47. "url": "https://github.com/xiaoxian521"
  48. },
  49. "dependencies": {
  50. "@fingerprintjs/fingerprintjs": "^4.6.2",
  51. "@pureadmin/descriptions": "^1.2.1",
  52. "@pureadmin/table": "^3.3.0",
  53. "@pureadmin/utils": "^2.6.2",
  54. "@vueuse/core": "^13.6.0",
  55. "@vueuse/motion": "^3.0.3",
  56. "ali-oss": "^6.23.0",
  57. "animate.css": "^4.1.1",
  58. "axios": "^1.11.0",
  59. "crypto-js": "^4.2.0",
  60. "dayjs": "^1.11.13",
  61. "echarts": "^6.0.0",
  62. "element-plus": "^2.11.3",
  63. "js-cookie": "^3.0.5",
  64. "js-md5": "^0.8.3",
  65. "localforage": "^1.10.0",
  66. "mitt": "^3.0.1",
  67. "nprogress": "^0.2.0",
  68. "path-browserify": "^1.0.1",
  69. "pinia": "^3.0.3",
  70. "pinyin-pro": "^3.26.0",
  71. "plus-pro-components": "^0.1.29",
  72. "qs": "^6.14.0",
  73. "responsive-storage": "^2.2.0",
  74. "sortablejs": "^1.15.6",
  75. "vue": "^3.5.18",
  76. "vue-router": "^4.5.1",
  77. "vue-tippy": "^6.7.1",
  78. "vue-types": "^6.0.0"
  79. },
  80. "devDependencies": {
  81. "@commitlint/cli": "^19.8.1",
  82. "@commitlint/config-conventional": "^19.8.1",
  83. "@commitlint/types": "^19.8.1",
  84. "@eslint/js": "^9.32.0",
  85. "@faker-js/faker": "^9.9.0",
  86. "@iconify/json": "^2.2.364",
  87. "@iconify/vue": "4.2.0",
  88. "@tailwindcss/vite": "^4.1.11",
  89. "@types/ali-oss": "^6.16.11",
  90. "@types/crypto-js": "^4.2.2",
  91. "@types/js-cookie": "^3.0.6",
  92. "@types/node": "^20.19.9",
  93. "@types/nprogress": "^0.2.3",
  94. "@types/path-browserify": "^1.0.3",
  95. "@types/qs": "^6.14.0",
  96. "@types/sortablejs": "^1.15.8",
  97. "@vitejs/plugin-vue": "^6.0.1",
  98. "@vitejs/plugin-vue-jsx": "^5.0.1",
  99. "boxen": "^8.0.1",
  100. "code-inspector-plugin": "^1.0.3",
  101. "cssnano": "^7.1.0",
  102. "eslint": "^9.32.0",
  103. "eslint-config-prettier": "^10.1.8",
  104. "eslint-plugin-prettier": "^5.5.3",
  105. "eslint-plugin-vue": "^10.3.0",
  106. "lint-staged": "^16.1.2",
  107. "postcss": "^8.5.6",
  108. "postcss-html": "^1.8.0",
  109. "postcss-load-config": "^6.0.1",
  110. "postcss-scss": "^4.0.9",
  111. "prettier": "^3.6.2",
  112. "rimraf": "^6.0.1",
  113. "rollup-plugin-visualizer": "^6.0.3",
  114. "sass": "^1.89.2",
  115. "stylelint": "^16.23.0",
  116. "stylelint-config-recess-order": "^7.1.0",
  117. "stylelint-config-recommended-vue": "^1.6.1",
  118. "stylelint-config-standard-scss": "^14.0.0",
  119. "stylelint-prettier": "^5.0.3",
  120. "svgo": "^4.0.0",
  121. "tailwindcss": "^4.1.11",
  122. "typescript": "^5.8.3",
  123. "typescript-eslint": "^8.38.0",
  124. "unplugin-icons": "^22.2.0",
  125. "vite": "^7.1.12",
  126. "vite-plugin-cdn-import": "^1.0.1",
  127. "vite-plugin-compression": "^0.5.1",
  128. "vite-plugin-fake-server": "^2.2.0",
  129. "vite-plugin-remove-console": "^2.2.0",
  130. "vite-plugin-router-warn": "^1.0.0",
  131. "vite-svg-loader": "^5.1.0",
  132. "vue-eslint-parser": "^10.2.0",
  133. "vue-tsc": "^3.0.4"
  134. },
  135. "engines": {
  136. "node": "^20.19.0 || >=22.12.0",
  137. "pnpm": ">=9"
  138. },
  139. "pnpm": {
  140. "allowedDeprecatedVersions": {
  141. "are-we-there-yet": "*",
  142. "sourcemap-codec": "*",
  143. "lodash.isequal": "*",
  144. "domexception": "*",
  145. "w3c-hr-time": "*",
  146. "inflight": "*",
  147. "npmlog": "*",
  148. "rimraf": "*",
  149. "stable": "*",
  150. "gauge": "*",
  151. "abab": "*",
  152. "glob": "*"
  153. },
  154. "onlyBuiltDependencies": [
  155. "@parcel/watcher",
  156. "core-js",
  157. "es5-ext",
  158. "esbuild",
  159. "typeit",
  160. "vue-demi"
  161. ],
  162. "ignoredBuiltDependencies": [
  163. "@tailwindcss/oxide"
  164. ]
  165. }
  166. }