You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

152 lines
4.7 KiB

  1. {
  2. "name": "pure-admin-thin",
  3. "version": "5.4.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. "prepare": "husky",
  22. "preinstall": "npx only-allow pnpm"
  23. },
  24. "keywords": [
  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/tree/i18n",
  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": "[email protected]",
  47. "url": "https://github.com/xiaoxian521"
  48. },
  49. "dependencies": {
  50. "@pureadmin/descriptions": "^1.2.1",
  51. "@pureadmin/table": "^3.1.2",
  52. "@pureadmin/utils": "^2.4.7",
  53. "@vueuse/core": "^10.9.0",
  54. "@vueuse/motion": "^2.1.0",
  55. "animate.css": "^4.1.1",
  56. "axios": "^1.6.8",
  57. "dayjs": "^1.11.10",
  58. "echarts": "^5.5.0",
  59. "element-plus": "^2.7.1",
  60. "js-cookie": "^3.0.5",
  61. "localforage": "^1.10.0",
  62. "mitt": "^3.0.1",
  63. "nprogress": "^0.2.0",
  64. "path": "^0.12.7",
  65. "pinia": "^2.1.7",
  66. "pinyin-pro": "^3.20.2",
  67. "qs": "^6.12.1",
  68. "responsive-storage": "^2.2.0",
  69. "sortablejs": "^1.15.2",
  70. "vue": "^3.4.24",
  71. "vue-i18n": "^9.13.1",
  72. "vue-router": "^4.3.2",
  73. "vue-tippy": "^6.4.1",
  74. "vue-types": "^5.1.1"
  75. },
  76. "devDependencies": {
  77. "@commitlint/cli": "^19.2.2",
  78. "@commitlint/config-conventional": "^19.2.2",
  79. "@commitlint/types": "^19.0.3",
  80. "@eslint/js": "^9.1.1",
  81. "@faker-js/faker": "^8.4.1",
  82. "@iconify-icons/ep": "^1.2.12",
  83. "@iconify-icons/ri": "^1.2.10",
  84. "@iconify/vue": "^4.1.2",
  85. "@intlify/unplugin-vue-i18n": "^4.0.0",
  86. "@pureadmin/theme": "^3.2.0",
  87. "@types/gradient-string": "^1.1.6",
  88. "@types/js-cookie": "^3.0.6",
  89. "@types/node": "^20.12.7",
  90. "@types/nprogress": "^0.2.3",
  91. "@types/qs": "^6.9.15",
  92. "@types/sortablejs": "^1.15.8",
  93. "@typescript-eslint/eslint-plugin": "^7.7.1",
  94. "@typescript-eslint/parser": "^7.7.1",
  95. "@vitejs/plugin-vue": "^5.0.4",
  96. "@vitejs/plugin-vue-jsx": "^3.1.0",
  97. "autoprefixer": "^10.4.19",
  98. "boxen": "^7.1.1",
  99. "cssnano": "^6.1.2",
  100. "eslint": "^9.1.1",
  101. "eslint-config-prettier": "^9.1.0",
  102. "eslint-define-config": "^2.1.0",
  103. "eslint-plugin-prettier": "^5.1.3",
  104. "eslint-plugin-vue": "^9.25.0",
  105. "gradient-string": "^2.0.2",
  106. "husky": "^9.0.11",
  107. "lint-staged": "^15.2.2",
  108. "postcss": "^8.4.38",
  109. "postcss-html": "^1.6.0",
  110. "postcss-import": "^16.1.0",
  111. "postcss-scss": "^4.0.9",
  112. "prettier": "^3.2.5",
  113. "rimraf": "^5.0.5",
  114. "rollup-plugin-visualizer": "^5.12.0",
  115. "sass": "^1.75.0",
  116. "stylelint": "^16.3.1",
  117. "stylelint-config-recess-order": "^5.0.1",
  118. "stylelint-config-recommended-vue": "^1.5.0",
  119. "stylelint-config-standard-scss": "^13.1.0",
  120. "stylelint-prettier": "^5.0.0",
  121. "svgo": "^3.2.0",
  122. "tailwindcss": "^3.4.3",
  123. "typescript": "^5.4.5",
  124. "vite": "^5.2.10",
  125. "vite-plugin-cdn-import": "^0.3.5",
  126. "vite-plugin-compression": "^0.5.1",
  127. "vite-plugin-fake-server": "^2.1.1",
  128. "vite-plugin-remove-console": "^2.2.0",
  129. "vite-plugin-router-warn": "^1.0.0",
  130. "vite-svg-loader": "^5.1.0",
  131. "vue-eslint-parser": "^9.4.2",
  132. "vue-tsc": "^1.8.27"
  133. },
  134. "engines": {
  135. "node": "^18.18.0 || ^20.9.0 || >=21.1.0",
  136. "pnpm": ">=8.6.10"
  137. },
  138. "pnpm": {
  139. "allowedDeprecatedVersions": {
  140. "sourcemap-codec": "*",
  141. "domexception": "*",
  142. "w3c-hr-time": "*",
  143. "stable": "*",
  144. "abab": "*"
  145. },
  146. "peerDependencyRules": {
  147. "allowedVersions": {
  148. "eslint": "9"
  149. }
  150. }
  151. }
  152. }