package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "name": "AdminLogin",
  3. "version": "1.8.0",
  4. "author": {
  5. "name": "Ahjung",
  6. "email": "735878602@qq.com",
  7. "url": "https://github.com/jekip/naive-ui-admin"
  8. },
  9. "private": true,
  10. "scripts": {
  11. "bootstrap": "yarn install",
  12. "serve": "npm run dev",
  13. "dev": "vite",
  14. "build": "vite build && esno ./build/script/postBuild.ts",
  15. "build:no-cache": "yarn clean:cache && npm run build",
  16. "report": "cross-env REPORT=true npm run build",
  17. "preview": "npm run build && vite preview",
  18. "preview:dist": "vite preview",
  19. "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
  20. "clean:lib": "rimraf node_modules",
  21. "build typecheck": "vuedx-typecheck . && vite build",
  22. "deploy": "gh-pages -d dist",
  23. "lint:eslint": "eslint \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
  24. "lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
  25. "lint:stylelint": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
  26. "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
  27. "lint:pretty": "pretty-quick --staged",
  28. "test prod gzip": "http-server dist --cors --gzip -c-1"
  29. },
  30. "dependencies": {
  31. "@vicons/antd": "^0.10.0",
  32. "@vicons/ionicons5": "^0.10.0",
  33. "@vueup/vue-quill": "^1.0.0-beta.8",
  34. "@vueuse/core": "^5.3.0",
  35. "axios": "^0.21.4",
  36. "blueimp-md5": "^2.19.0",
  37. "date-fns": "^3.6.0",
  38. "echarts": "^5.3.2",
  39. "element-resize-detector": "^1.2.4",
  40. "lodash": "^4.17.21",
  41. "lodash-es": "^4.17.21",
  42. "mitt": "^2.1.0",
  43. "mockjs": "^1.1.0",
  44. "naive-ui": "^2.28.4",
  45. "pinia": "^2.0.14",
  46. "qs": "^6.10.3",
  47. "vfonts": "^0.1.0",
  48. "vue": "^3.2.33",
  49. "vue-router": "^4.0.15",
  50. "vue-types": "^4.1.1",
  51. "vuedraggable": "^4.1.0",
  52. "@vicons/fa": "^0.13.0",
  53. "@vicons/fluent": "^0.10.0"
  54. },
  55. "devDependencies": {
  56. "@commitlint/cli": "^12.1.4",
  57. "@commitlint/config-conventional": "^12.1.4",
  58. "@types/lodash": "^4.14.182",
  59. "@types/node": "^15.14.9",
  60. "@typescript-eslint/eslint-plugin": "^4.33.0",
  61. "@typescript-eslint/parser": "^4.33.0",
  62. "@vitejs/plugin-vue": "^1.10.2",
  63. "@vitejs/plugin-vue-jsx": "^1.3.10",
  64. "@vue/compiler-sfc": "^3.2.33",
  65. "@vue/eslint-config-typescript": "^7.0.0",
  66. "autoprefixer": "^10.4.7",
  67. "commitizen": "^4.2.4",
  68. "core-js": "^3.22.5",
  69. "dotenv": "^10.0.0",
  70. "eslint": "^7.32.0",
  71. "eslint-config-prettier": "^8.5.0",
  72. "eslint-define-config": "1.0.9",
  73. "eslint-plugin-jest": "^24.7.0",
  74. "eslint-plugin-prettier": "^3.4.1",
  75. "eslint-plugin-vue": "^7.20.0",
  76. "esno": "^0.7.3",
  77. "gh-pages": "^3.2.3",
  78. "husky": "^6.0.0",
  79. "jest": "^27.5.1",
  80. "less": "^4.1.2",
  81. "less-loader": "^9.1.0",
  82. "lint-staged": "^11.2.6",
  83. "postcss": "^8.4.13",
  84. "prettier": "^2.6.2",
  85. "pretty-quick": "^3.1.3",
  86. "rimraf": "^3.0.2",
  87. "stylelint": "^13.13.1",
  88. "stylelint-config-prettier": "^8.0.2",
  89. "stylelint-config-standard": "^22.0.0",
  90. "stylelint-order": "^4.1.0",
  91. "stylelint-scss": "^3.21.0",
  92. "tailwindcss": "^2.2.19",
  93. "typescript": "^4.6.4",
  94. "unplugin-vue-components": "^0.17.21",
  95. "vite": "^2.9.8",
  96. "vite-plugin-compression": "^0.3.6",
  97. "vite-plugin-html": "^2.1.2",
  98. "vite-plugin-mock": "^2.9.6",
  99. "vite-plugin-style-import": "^1.4.1",
  100. "vue-eslint-parser": "^7.11.0"
  101. },
  102. "lint-staged": {
  103. "*.{vue,js,ts,tsx}": "eslint --fix"
  104. },
  105. "config": {
  106. "commitizen": {
  107. "path": "./node_modules/cz-customizable"
  108. }
  109. },
  110. "keywords": [
  111. "vue",
  112. "naive-ui",
  113. "naive-ui-admin",
  114. "vue3",
  115. "ts",
  116. "tsx",
  117. "admin",
  118. "typescript"
  119. ],
  120. "repository": {
  121. "type": "git",
  122. "url": "git+https://github.com/jekip/naive-ui-admin.git"
  123. },
  124. "license": "MIT",
  125. "bugs": {
  126. "url": "https://github.com/jekip/naive-ui-admin/issues"
  127. },
  128. "homepage": "https://github.com/jekip/naive-ui-admin",
  129. "engines": {
  130. "node": "^12 || >=14"
  131. }
  132. }