package.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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. "animate.css": "^4.1.1",
  57. "axios": "^1.11.0",
  58. "crypto-js": "^4.2.0",
  59. "dayjs": "^1.11.13",
  60. "echarts": "^5.6.0",
  61. "element-plus": "^2.11.3",
  62. "js-cookie": "^3.0.5",
  63. "js-md5": "^0.8.3",
  64. "localforage": "^1.10.0",
  65. "mitt": "^3.0.1",
  66. "nprogress": "^0.2.0",
  67. "path-browserify": "^1.0.1",
  68. "pinia": "^3.0.3",
  69. "pinyin-pro": "^3.26.0",
  70. "plus-pro-components": "^0.1.29",
  71. "qs": "^6.14.0",
  72. "responsive-storage": "^2.2.0",
  73. "sortablejs": "^1.15.6",
  74. "vue": "^3.5.18",
  75. "vue-router": "^4.5.1",
  76. "vue-tippy": "^6.7.1",
  77. "vue-types": "^6.0.0"
  78. },
  79. "devDependencies": {
  80. "@commitlint/cli": "^19.8.1",
  81. "@commitlint/config-conventional": "^19.8.1",
  82. "@commitlint/types": "^19.8.1",
  83. "@eslint/js": "^9.32.0",
  84. "@faker-js/faker": "^9.9.0",
  85. "@iconify/json": "^2.2.364",
  86. "@iconify/vue": "4.2.0",
  87. "@tailwindcss/vite": "^4.1.11",
  88. "@types/crypto-js": "^4.2.2",
  89. "@types/js-cookie": "^3.0.6",
  90. "@types/node": "^20.19.9",
  91. "@types/nprogress": "^0.2.3",
  92. "@types/path-browserify": "^1.0.3",
  93. "@types/qs": "^6.14.0",
  94. "@types/sortablejs": "^1.15.8",
  95. "@vitejs/plugin-vue": "^6.0.1",
  96. "@vitejs/plugin-vue-jsx": "^5.0.1",
  97. "boxen": "^8.0.1",
  98. "code-inspector-plugin": "^1.0.3",
  99. "cssnano": "^7.1.0",
  100. "eslint": "^9.32.0",
  101. "eslint-config-prettier": "^10.1.8",
  102. "eslint-plugin-prettier": "^5.5.3",
  103. "eslint-plugin-vue": "^10.3.0",
  104. "lint-staged": "^16.1.2",
  105. "postcss": "^8.5.6",
  106. "postcss-html": "^1.8.0",
  107. "postcss-load-config": "^6.0.1",
  108. "postcss-scss": "^4.0.9",
  109. "prettier": "^3.6.2",
  110. "rimraf": "^6.0.1",
  111. "rollup-plugin-visualizer": "^6.0.3",
  112. "sass": "^1.89.2",
  113. "stylelint": "^16.23.0",
  114. "stylelint-config-recess-order": "^7.1.0",
  115. "stylelint-config-recommended-vue": "^1.6.1",
  116. "stylelint-config-standard-scss": "^14.0.0",
  117. "stylelint-prettier": "^5.0.3",
  118. "svgo": "^4.0.0",
  119. "tailwindcss": "^4.1.11",
  120. "typescript": "^5.8.3",
  121. "typescript-eslint": "^8.38.0",
  122. "unplugin-icons": "^22.2.0",
  123. "vite": "^7.1.5",
  124. "vite-plugin-cdn-import": "^1.0.1",
  125. "vite-plugin-compression": "^0.5.1",
  126. "vite-plugin-fake-server": "^2.2.0",
  127. "vite-plugin-remove-console": "^2.2.0",
  128. "vite-plugin-router-warn": "^1.0.0",
  129. "vite-svg-loader": "^5.1.0",
  130. "vue-eslint-parser": "^10.2.0",
  131. "vue-tsc": "^3.0.4"
  132. },
  133. "engines": {
  134. "node": "^20.19.0 || >=22.12.0",
  135. "pnpm": ">=9"
  136. },
  137. "pnpm": {
  138. "allowedDeprecatedVersions": {
  139. "are-we-there-yet": "*",
  140. "sourcemap-codec": "*",
  141. "lodash.isequal": "*",
  142. "domexception": "*",
  143. "w3c-hr-time": "*",
  144. "inflight": "*",
  145. "npmlog": "*",
  146. "rimraf": "*",
  147. "stable": "*",
  148. "gauge": "*",
  149. "abab": "*",
  150. "glob": "*"
  151. },
  152. "onlyBuiltDependencies": [
  153. "@parcel/watcher",
  154. "core-js",
  155. "es5-ext",
  156. "esbuild",
  157. "typeit",
  158. "vue-demi"
  159. ],
  160. "ignoredBuiltDependencies": [
  161. "@tailwindcss/oxide"
  162. ]
  163. }
  164. }