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.

150 lines
4.7 KiB

  1. {
  2. "name": "pure-admin-thin",
  3. "version": "5.3.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. "cloc": "NODE_OPTIONS=--max-old-space-size=4096 cloc . --exclude-dir=node_modules --exclude-lang=YAML",
  17. "clean:cache": "rimraf .eslintcache && rimraf pnpm-lock.yaml && rimraf node_modules && pnpm store prune && pnpm install",
  18. "lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock,build}/**/*.{vue,js,ts,tsx}\" --fix",
  19. "lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,scss,vue,html,md}\"",
  20. "lint:stylelint": "stylelint --cache --fix \"**/*.{html,vue,css,scss}\" --cache-location node_modules/.cache/stylelint/",
  21. "lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
  22. "prepare": "husky",
  23. "preinstall": "npx only-allow pnpm"
  24. },
  25. "keywords": [
  26. "vue-pure-admin",
  27. "element-plus",
  28. "tailwindcss",
  29. "pure-admin",
  30. "typescript",
  31. "pinia",
  32. "vue3",
  33. "vite",
  34. "esm"
  35. ],
  36. "homepage": "https://github.com/pure-admin/pure-admin-thin/tree/i18n",
  37. "repository": {
  38. "type": "git",
  39. "url": "git+https://github.com/pure-admin/pure-admin-thin.git"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/pure-admin/vue-pure-admin/issues"
  43. },
  44. "license": "MIT",
  45. "author": {
  46. "name": "xiaoxian521",
  47. "email": "[email protected]",
  48. "url": "https://github.com/xiaoxian521"
  49. },
  50. "dependencies": {
  51. "@pureadmin/descriptions": "^1.2.1",
  52. "@pureadmin/table": "^3.1.2",
  53. "@pureadmin/utils": "^2.4.7",
  54. "@vueuse/core": "^10.9.0",
  55. "@vueuse/motion": "^2.1.0",
  56. "animate.css": "^4.1.1",
  57. "axios": "^1.6.8",
  58. "dayjs": "^1.11.10",
  59. "echarts": "^5.5.0",
  60. "element-plus": "^2.6.2",
  61. "js-cookie": "^3.0.5",
  62. "localforage": "^1.10.0",
  63. "mitt": "^3.0.1",
  64. "nprogress": "^0.2.0",
  65. "path": "^0.12.7",
  66. "pinia": "^2.1.7",
  67. "pinyin-pro": "^3.19.6",
  68. "qs": "^6.12.0",
  69. "responsive-storage": "^2.2.0",
  70. "sortablejs": "^1.15.2",
  71. "vue": "^3.4.21",
  72. "vue-i18n": "^9.10.2",
  73. "vue-router": "^4.3.0",
  74. "vue-tippy": "^6.4.1",
  75. "vue-types": "^5.1.1"
  76. },
  77. "devDependencies": {
  78. "@commitlint/cli": "^19.2.1",
  79. "@commitlint/config-conventional": "^19.1.0",
  80. "@commitlint/types": "^19.0.3",
  81. "@eslint/js": "^8.57.0",
  82. "@faker-js/faker": "^8.4.1",
  83. "@iconify-icons/ep": "^1.2.12",
  84. "@iconify-icons/ri": "^1.2.10",
  85. "@iconify/vue": "^4.1.1",
  86. "@intlify/unplugin-vue-i18n": "^2.0.0",
  87. "@pureadmin/theme": "^3.2.0",
  88. "@types/gradient-string": "^1.1.5",
  89. "@types/js-cookie": "^3.0.6",
  90. "@types/node": "^20.11.30",
  91. "@types/nprogress": "^0.2.3",
  92. "@types/qs": "^6.9.14",
  93. "@types/sortablejs": "^1.15.8",
  94. "@typescript-eslint/eslint-plugin": "^7.4.0",
  95. "@typescript-eslint/parser": "^7.4.0",
  96. "@vitejs/plugin-vue": "^5.0.4",
  97. "@vitejs/plugin-vue-jsx": "^3.1.0",
  98. "autoprefixer": "^10.4.19",
  99. "boxen": "^7.1.1",
  100. "cloc": "^2.11.0",
  101. "cssnano": "^6.1.2",
  102. "eslint": "^8.57.0",
  103. "eslint-config-prettier": "^9.1.0",
  104. "eslint-define-config": "^2.1.0",
  105. "eslint-plugin-prettier": "^5.1.3",
  106. "eslint-plugin-vue": "^9.24.0",
  107. "gradient-string": "^2.0.2",
  108. "husky": "^9.0.11",
  109. "lint-staged": "^15.2.2",
  110. "postcss": "^8.4.38",
  111. "postcss-html": "^1.6.0",
  112. "postcss-import": "^16.1.0",
  113. "postcss-scss": "^4.0.9",
  114. "prettier": "^3.2.5",
  115. "rimraf": "^5.0.5",
  116. "rollup-plugin-visualizer": "^5.12.0",
  117. "sass": "^1.72.0",
  118. "stylelint": "^16.3.1",
  119. "stylelint-config-recess-order": "^5.0.0",
  120. "stylelint-config-recommended-vue": "^1.5.0",
  121. "stylelint-config-standard-scss": "^13.0.0",
  122. "stylelint-prettier": "^5.0.0",
  123. "svgo": "^3.2.0",
  124. "tailwindcss": "^3.4.3",
  125. "typescript": "^5.4.3",
  126. "vite": "^5.2.6",
  127. "vite-plugin-cdn-import": "^0.3.5",
  128. "vite-plugin-compression": "^0.5.1",
  129. "vite-plugin-fake-server": "^2.1.1",
  130. "vite-plugin-remove-console": "^2.2.0",
  131. "vite-plugin-router-warn": "^1.0.0",
  132. "vite-svg-loader": "^5.1.0",
  133. "vue-eslint-parser": "^9.4.2",
  134. "vue-tsc": "^1.8.27"
  135. },
  136. "engines": {
  137. "node": "^18.18.0 || ^20.9.0 || >=21.1.0",
  138. "pnpm": ">=8.6.10"
  139. },
  140. "packageManager": "[email protected]",
  141. "pnpm": {
  142. "allowedDeprecatedVersions": {
  143. "sourcemap-codec": "*",
  144. "domexception": "*",
  145. "w3c-hr-time": "*",
  146. "stable": "*",
  147. "abab": "*"
  148. }
  149. }
  150. }