package.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. {
  2. "name": "naive-ui-admin",
  3. "version": "1.8.1",
  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. "@types/crypto-js": "^4.1.1",
  32. "@vicons/antd": "^0.10.0",
  33. "@vicons/fa": "^0.13.0",
  34. "@vicons/ionicons5": "^0.10.0",
  35. "@vicons/fluent": "^0.10.0",
  36. "@vueup/vue-quill": "^1.0.0-beta.8",
  37. "@vueuse/core": "^5.3.0",
  38. "axios": "^0.21.4",
  39. "blueimp-md5": "^2.19.0",
  40. "clipboard": "^2.0.11",
  41. "crypto-js": "^4.1.1",
  42. "date-fns": "^3.6.0",
  43. "echarts": "^5.3.2",
  44. "element-resize-detector": "^1.2.4",
  45. "file-saver": "^2.0.5",
  46. "lodash": "^4.17.21",
  47. "lodash-es": "^4.17.21",
  48. "mitt": "^2.1.0",
  49. "mockjs": "^1.1.0",
  50. "moment": "^2.29.4",
  51. "naive-ui": "^2.28.4",
  52. "pinia": "^2.0.14",
  53. "qs": "^6.10.3",
  54. "vfonts": "^0.1.0",
  55. "vue": "^3.2.33",
  56. "vue-meta": "^2.4.0",
  57. "vue-router": "^4.0.15",
  58. "vue-types": "^4.1.1",
  59. "vue3-json-viewer": "^2.2.2",
  60. "vuedraggable": "^4.1.0",
  61. "xlsx": "^0.18.5"
  62. },
  63. "devDependencies": {
  64. "@commitlint/cli": "^12.1.4",
  65. "@commitlint/config-conventional": "^12.1.4",
  66. "@types/lodash": "^4.14.182",
  67. "@types/node": "^15.14.9",
  68. "@typescript-eslint/eslint-plugin": "^4.33.0",
  69. "@typescript-eslint/parser": "^4.33.0",
  70. "@vitejs/plugin-vue": "^1.10.2",
  71. "@vitejs/plugin-vue-jsx": "^1.3.10",
  72. "@vue/compiler-sfc": "^3.2.33",
  73. "@vue/eslint-config-typescript": "^7.0.0",
  74. "autoprefixer": "^10.4.7",
  75. "commitizen": "^4.2.4",
  76. "core-js": "^3.22.5",
  77. "dotenv": "^10.0.0",
  78. "eslint": "^7.32.0",
  79. "eslint-config-prettier": "^8.5.0",
  80. "eslint-define-config": "1.0.9",
  81. "eslint-plugin-jest": "^24.7.0",
  82. "eslint-plugin-prettier": "^3.4.1",
  83. "eslint-plugin-vue": "^7.20.0",
  84. "esno": "^0.7.3",
  85. "gh-pages": "^3.2.3",
  86. "husky": "^6.0.0",
  87. "jest": "^27.5.1",
  88. "less": "^4.1.2",
  89. "less-loader": "^9.1.0",
  90. "lint-staged": "^11.2.6",
  91. "postcss": "^8.4.13",
  92. "prettier": "^2.6.2",
  93. "pretty-quick": "^3.1.3",
  94. "rimraf": "^3.0.2",
  95. "stylelint": "^13.13.1",
  96. "stylelint-config-prettier": "^8.0.2",
  97. "stylelint-config-standard": "^22.0.0",
  98. "stylelint-order": "^4.1.0",
  99. "stylelint-scss": "^3.21.0",
  100. "tailwindcss": "^2.2.19",
  101. "typescript": "^4.6.4",
  102. "unplugin-vue-components": "^0.17.21",
  103. "vite": "^2.9.8",
  104. "vite-plugin-compression": "^0.3.6",
  105. "vite-plugin-html": "^2.1.2",
  106. "vite-plugin-mock": "^2.9.6",
  107. "vite-plugin-style-import": "^1.4.1",
  108. "vite-plugin-top-level-await": "^1.3.1",
  109. "vue-eslint-parser": "^7.11.0"
  110. },
  111. "lint-staged": {
  112. "*.{vue,js,ts,tsx}": "eslint --fix"
  113. },
  114. "config": {
  115. "commitizen": {
  116. "path": "./node_modules/cz-customizable"
  117. }
  118. },
  119. "keywords": [
  120. "vue",
  121. "naive-ui",
  122. "naive-ui-admin",
  123. "vue3",
  124. "ts",
  125. "tsx",
  126. "admin",
  127. "typescript"
  128. ],
  129. "repository": {
  130. "type": "git",
  131. "url": "git+https://github.com/jekip/naive-ui-admin.git"
  132. },
  133. "license": "MIT",
  134. "bugs": {
  135. "url": "https://github.com/jekip/naive-ui-admin/issues"
  136. },
  137. "homepage": "https://github.com/jekip/naive-ui-admin",
  138. "engines": {
  139. "node": "^12 || >=14"
  140. }
  141. }