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.

89 lines
3.1 KiB

  1. {
  2. "name": "vue-pure-admin",
  3. "version": "2.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "cross-env --max_old_space_size=4096 vite",
  7. "serve": "yarn dev",
  8. "build": "rimraf dist && cross-env vite build",
  9. "preview": "vite preview",
  10. "preview:build": "yarn build && vite preview",
  11. "clean:cache": "rm -rf node_modules && rm -rf .eslintcache && yarn cache clean && yarn",
  12. "lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
  13. "lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
  14. "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,css,scss,postcss,less}\" --cache --cache-location node_modules/.cache/stylelint/",
  15. "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
  16. "lint:pretty": "pretty-quick --staged",
  17. "lint": "yarn lint:eslint && yarn lint:prettier && yarn lint:stylelint && yarn lint:pretty",
  18. "prepare": "husky install"
  19. },
  20. "dependencies": {
  21. "@vueuse/core": "^6.5.3",
  22. "animate.css": "^4.1.1",
  23. "await-to-js": "^3.0.0",
  24. "axios": "^0.21.1",
  25. "dayjs": "^1.10.7",
  26. "element-plus": "1.1.0-beta.20",
  27. "element-resize-detector": "^1.2.3",
  28. "font-awesome": "^4.7.0",
  29. "lodash-es": "^4.17.21",
  30. "lowdb": "^3.0.0",
  31. "mitt": "^3.0.0",
  32. "mockjs": "^1.1.0",
  33. "nprogress": "^0.2.0",
  34. "path": "^0.12.7",
  35. "path-to-regexp": "^6.2.0",
  36. "pinia": "2.0.0-rc.10",
  37. "resize-observer-polyfill": "^1.5.1",
  38. "responsive-storage": "^1.0.11",
  39. "typescript-cookie": "^1.0.0",
  40. "vue": "^3.2.20",
  41. "vue-i18n": "^9.2.0-beta.3",
  42. "vue-router": "^4.0.11",
  43. "vue-types": "^4.1.0"
  44. },
  45. "devDependencies": {
  46. "@commitlint/cli": "^13.1.0",
  47. "@commitlint/config-conventional": "^13.1.0",
  48. "@types/element-resize-detector": "^1.1.3",
  49. "@types/mockjs": "^1.0.3",
  50. "@types/node": "^14.14.14",
  51. "@types/nprogress": "^0.2.0",
  52. "@typescript-eslint/eslint-plugin": "^4.31.0",
  53. "@typescript-eslint/parser": "^4.31.0",
  54. "@vitejs/plugin-vue": "^1.6.0",
  55. "@vitejs/plugin-vue-jsx": "^1.1.7",
  56. "@vue/compiler-sfc": "^3.2.20",
  57. "@vue/eslint-config-prettier": "^6.0.0",
  58. "@vue/eslint-config-typescript": "^7.0.0",
  59. "autoprefixer": "^10.2.4",
  60. "babel-plugin-transform-remove-console": "^6.9.4",
  61. "chalk": "^2.4.2",
  62. "cross-env": "^7.0.3",
  63. "eslint": "^7.30.0",
  64. "eslint-plugin-prettier": "^3.4.0",
  65. "eslint-plugin-vue": "^7.17.0",
  66. "husky": "^7.0.2",
  67. "lint-staged": "^11.1.2",
  68. "postcss": "^8.2.6",
  69. "postcss-import": "^14.0.0",
  70. "prettier": "^2.3.2",
  71. "pretty-quick": "^3.1.1",
  72. "rimraf": "^3.0.2",
  73. "sass": "^1.38.0",
  74. "sass-loader": "^12.1.0",
  75. "stylelint": "^13.13.1",
  76. "stylelint-config-prettier": "^8.0.2",
  77. "stylelint-config-standard": "^22.0.0",
  78. "stylelint-order": "^4.1.0",
  79. "typescript": "^4.4.2",
  80. "unplugin-element-plus": "^0.1.0",
  81. "vite": "^2.6.7",
  82. "vite-plugin-mock": "^2.9.6",
  83. "vite-svg-loader": "^2.2.0",
  84. "vue-eslint-parser": "^7.10.0"
  85. },
  86. "repository": "[email protected]:xiaoxian521/vue-pure-admin.git",
  87. "author": "xiaoxian521",
  88. "license": "MIT"
  89. }