package.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. {
  2. "name": "alien-store-admin",
  3. "private": true,
  4. "version": "1.2.0",
  5. "type": "module",
  6. "description": "alien-store-admin open source management system",
  7. "eslintConfig": {
  8. "root": true,
  9. "env": {
  10. "node": true
  11. },
  12. "extends": [],
  13. "parserOptions": {
  14. "parser": "@babel/eslint-parser"
  15. },
  16. "rules": {
  17. "no-unused-vars": "off",
  18. "vue/no-unused-vars": "off"
  19. }
  20. },
  21. "author": {
  22. "name": "Geeker",
  23. "email": "848130454@qq.com",
  24. "url": "https://github.com/HalseySpicy"
  25. },
  26. "license": "MIT",
  27. "homepage": "https://github.com/HalseySpicy/Geeker-Admin",
  28. "repository": {
  29. "type": "git",
  30. "url": "git@github.com:HalseySpicy/Geeker-Admin.git"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/HalseySpicy/Geeker-Admin/issues"
  34. },
  35. "scripts": {
  36. "dev": "vite",
  37. "serve": "vite",
  38. "build:dev": "vite build --mode development",
  39. "build:test": "vite build --mode test",
  40. "build:uat": "vite build --mode uat",
  41. "build:pro": "vite build --mode production",
  42. "type:check": "vue-tsc --noEmit --skipLibCheck",
  43. "preview": "pnpm build:dev && vite preview",
  44. "lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
  45. "lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
  46. "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
  47. "lint:lint-staged": "lint-staged",
  48. "prepare": "husky install",
  49. "release": "standard-version",
  50. "commit": "git add -A && czg && git push"
  51. },
  52. "dependencies": {
  53. "@element-plus/icons-vue": "^2.3.1",
  54. "@tailwindcss/postcss": "^4.0.3",
  55. "@vueuse/core": "^10.11.0",
  56. "@wangeditor/editor": "^5.1.23",
  57. "@wangeditor/editor-for-vue": "^5.1.12",
  58. "axios": "^1.7.2",
  59. "crypto-js": "^4.2.0",
  60. "dayjs": "^1.11.11",
  61. "driver.js": "^1.3.1",
  62. "echarts": "^5.5.1",
  63. "echarts-liquidfill": "^3.1.0",
  64. "element-plus": "^2.7.6",
  65. "lodash": "^4.17.21",
  66. "md5": "^2.3.0",
  67. "mitt": "^3.0.1",
  68. "nprogress": "^0.2.0",
  69. "pinia": "^2.1.7",
  70. "pinia-plugin-persistedstate": "^3.2.1",
  71. "qs": "^6.12.1",
  72. "screenfull": "^6.0.2",
  73. "sortablejs": "^1.15.2",
  74. "vue": "^3.4.31",
  75. "vue-i18n": "^9.13.1",
  76. "vue-router": "^4.4.0",
  77. "vuedraggable": "^4.1.0"
  78. },
  79. "devDependencies": {
  80. "@commitlint/cli": "^18.4.3",
  81. "@commitlint/config-conventional": "^18.4.3",
  82. "@tailwindcss/vite": "^4.0.4",
  83. "@types/crypto-js": "^4.2.2",
  84. "@types/md5": "^2.3.5",
  85. "@types/nprogress": "^0.2.3",
  86. "@types/qs": "^6.9.15",
  87. "@types/sortablejs": "^1.15.8",
  88. "@typescript-eslint/eslint-plugin": "^7.14.1",
  89. "@typescript-eslint/parser": "^7.14.1",
  90. "@vitejs/plugin-vue": "^5.0.4",
  91. "@vitejs/plugin-vue-jsx": "^3.1.0",
  92. "autoprefixer": "^10.4.20",
  93. "code-inspector-plugin": "^0.16.1",
  94. "cz-git": "1.9.2",
  95. "czg": "^1.9.2",
  96. "eslint": "^8.57.0",
  97. "eslint-config-prettier": "^9.1.0",
  98. "eslint-plugin-prettier": "^5.1.3",
  99. "eslint-plugin-vue": "^9.26.0",
  100. "husky": "^9.0.11",
  101. "lint-staged": "^15.2.5",
  102. "postcss": "^8.5.1",
  103. "postcss-html": "^1.7.0",
  104. "prettier": "^3.3.2",
  105. "rollup-plugin-visualizer": "^5.12.0",
  106. "sass": "^1.77.6",
  107. "standard-version": "^9.5.0",
  108. "stylelint": "^16.6.1",
  109. "stylelint-config-html": "^1.1.0",
  110. "stylelint-config-recess-order": "^5.0.1",
  111. "stylelint-config-recommended-scss": "^14.0.0",
  112. "stylelint-config-recommended-vue": "^1.5.0",
  113. "stylelint-config-standard": "^36.0.0",
  114. "stylelint-config-standard-scss": "^13.1.0",
  115. "tailwindcss": "^4.0.3",
  116. "typescript": "^5.5.2",
  117. "unplugin-vue-setup-extend-plus": "^1.0.1",
  118. "vite": "^5.3.2",
  119. "vite-plugin-compression": "^0.5.1",
  120. "vite-plugin-eslint": "^1.8.1",
  121. "vite-plugin-html": "^3.2.2",
  122. "vite-plugin-pwa": "^0.20.0",
  123. "vite-plugin-svg-icons": "^2.0.1",
  124. "vite-plugin-vue-devtools": "^7.3.5",
  125. "vue-tsc": "^2.0.22"
  126. },
  127. "optionalDependencies": {
  128. "@rollup/rollup-linux-x64-gnu": "*"
  129. },
  130. "engines": {
  131. "node": ">=16.18.0"
  132. },
  133. "browserslist": {
  134. "production": [
  135. "> 1%",
  136. "not dead",
  137. "not op_mini all"
  138. ],
  139. "development": [
  140. "last 1 chrome version",
  141. "last 1 firefox version",
  142. "last 1 safari version"
  143. ]
  144. },
  145. "config": {
  146. "commitizen": {
  147. "path": "node_modules/cz-git"
  148. }
  149. }
  150. }