北斗天云官网管理系统后端接口
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.

67 lines
1.7KB

  1. {
  2. "name": "renren-ui",
  3. "version": "5.3.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite",
  7. "build": "npm run build:prod",
  8. "build:prod": "vue-tsc --noEmit && vite build --mode production",
  9. "serve": "npm run build && vite preview",
  10. "lint": "eslint \"src/**/*.{vue,ts}\" --fix"
  11. },
  12. "gitHooks": {
  13. "pre-commit": "lint-staged"
  14. },
  15. "lint-staged": {
  16. "src/**/*.{ts,vue}": [
  17. "eslint --fix",
  18. "git add"
  19. ]
  20. },
  21. "dependencies": {
  22. "@element-plus/icons-vue": "2.0.6",
  23. "@vueuse/core": "9.1.1",
  24. "@wangeditor/editor": "5.1.1",
  25. "@wangeditor/editor-for-vue": "^5.1.12",
  26. "axios": "0.27.2",
  27. "classnames": "^2.3.1",
  28. "core-js": "^3.14.0",
  29. "echarts": "^5.2.2",
  30. "element-plus": "2.3.14",
  31. "lodash": "^4.17.21",
  32. "mitt": "^2.1.0",
  33. "nprogress": "^0.2.0",
  34. "pinia": "2.0.27",
  35. "qs": "^6.10.1",
  36. "quill": "^1.3.7",
  37. "vue": "^3.2.37",
  38. "vue-echarts": "^6.0.0",
  39. "vue-router": "4.0.11"
  40. },
  41. "devDependencies": {
  42. "@types/lodash": "^4.14.172",
  43. "@types/nprogress": "^0.2.0",
  44. "@types/qs": "^6.9.6",
  45. "@types/quill": "^2.0.8",
  46. "@vitejs/plugin-vue": "4.2.3",
  47. "@vue/compiler-sfc": "^3.2.37",
  48. "@typescript-eslint/eslint-plugin": "^5.23.0",
  49. "@typescript-eslint/parser": "^5.23.0",
  50. "@vue/eslint-config-prettier": "^7.0.0",
  51. "@vue/eslint-config-typescript": "^10.0.0",
  52. "eslint": "^8.13.0",
  53. "eslint-plugin-vue": "^8.6.0",
  54. "less": "^4.1.1",
  55. "less-loader": "^10.0.0",
  56. "sass": "^1.50.1",
  57. "lint-staged": "^11.0.0",
  58. "prettier": "^2.6.2",
  59. "typescript": "^4.6.3",
  60. "vite": "4.4.8",
  61. "vite-plugin-html": "^2.1.1",
  62. "vite-plugin-svg-icons": "2.0.1",
  63. "vite-tsconfig-paths": "3.4.0",
  64. "vue-tsc": "1.8.8"
  65. }
  66. }