package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "name": "vber",
  3. "version": "1.0.1",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite",
  7. "build-only": "vite build",
  8. "preview": "vite preview",
  9. "build": "run-p type-check build-only",
  10. "type-check": "vue-tsc --noEmit",
  11. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
  12. },
  13. "dependencies": {
  14. "@fortawesome/fontawesome-free": "^6.1.2",
  15. "@fullcalendar/core": "^5.9.0",
  16. "@fullcalendar/daygrid": "^5.9.0",
  17. "@fullcalendar/interaction": "^5.9.0",
  18. "@fullcalendar/list": "^5.9.0",
  19. "@fullcalendar/timegrid": "^5.9.0",
  20. "@fullcalendar/vue3": "^5.9.0",
  21. "@popperjs/core": "2.11.6",
  22. "@types/crypto-js": "^4.1.1",
  23. "@types/file-saver": "^2.0.5",
  24. "@types/js-cookie": "^3.0.3",
  25. "@vueup/vue-quill": "^1.2.0",
  26. "animate.css": "^4.1.1",
  27. "axios": "^1.1.3",
  28. "bootstrap": "5.3.1",
  29. "bootstrap-icons": "^1.9.1",
  30. "clipboard": "^2.0.6",
  31. "core-js": "^3.8.3",
  32. "crypto-js": "^4.1.1",
  33. "deepmerge": "^4.2.2",
  34. "dropzone": "^5.9.3",
  35. "echarts": "5.4.0",
  36. "element-plus": "^2.3.8",
  37. "file-saver": "^2.0.5",
  38. "js-cookie": "^3.0.5",
  39. "moment": "^2.29.1",
  40. "nouislider": "^14.6.3",
  41. "nprogress": "^0.2.0",
  42. "object-path": "^0.11.8",
  43. "pinia": "^2.0.23",
  44. "prism-themes": "^1.9.0",
  45. "prismjs": "^1.25.0",
  46. "quill": "^1.3.7",
  47. "sweetalert2": "^11.6.8",
  48. "unplugin-auto-import": "^0.15.3",
  49. "unplugin-vue-components": "^0.24.1",
  50. "vite-plugin-compression": "^0.5.1",
  51. "vite-plugin-svg-icons": "^2.0.1",
  52. "vite-plugin-vue-setup-extend": "^0.4.0",
  53. "vue": "^3.2.41",
  54. "vue-axios": "^3.5.0",
  55. "vue-cropper": "1.0.3",
  56. "vue-currency-input": "^2.1.0",
  57. "vue-i18n": "^9.1.8",
  58. "vue-inline-svg": "^3.1.0",
  59. "vue-router": "^4.1.5",
  60. "vue3-treeselect-ts": "^0.0.4"
  61. },
  62. "devDependencies": {
  63. "@rushstack/eslint-patch": "^1.1.4",
  64. "@types/array-sort": "^1.0.0",
  65. "@types/bootstrap": "^5.2.6",
  66. "@types/node": "^16.11.68",
  67. "@types/nprogress": "^0.2.0",
  68. "@types/object-path": "^0.11.0",
  69. "@types/prismjs": "^1.26.0",
  70. "@types/quill": "^2.0.9",
  71. "@vitejs/plugin-vue": "^3.1.2",
  72. "@vue/eslint-config-prettier": "^7.0.0",
  73. "@vue/eslint-config-typescript": "^11.0.0",
  74. "@vue/tsconfig": "^0.1.3",
  75. "array-sort": "^1.0.0",
  76. "eslint": "^8.22.0",
  77. "eslint-plugin-vue": "^9.3.0",
  78. "npm-run-all": "^4.1.5",
  79. "prettier": "^2.7.1",
  80. "sass": "1.55.0",
  81. "sass-loader": "13.2.0",
  82. "typescript": "~4.7.4",
  83. "vite": "^3.1.8",
  84. "vue-tsc": "^1.0.8"
  85. },
  86. "description": "VberAdmin"
  87. }