package.json 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. "@tinymce/tinymce-vue": "^4.0.4",
  23. "@types/crypto-js": "^4.1.1",
  24. "@types/file-saver": "^2.0.5",
  25. "@types/js-cookie": "^3.0.3",
  26. "@vueform/multiselect": "^1.2.5",
  27. "@vueup/vue-quill": "^1.2.0",
  28. "animate.css": "^4.1.1",
  29. "apexcharts": "^3.35.5",
  30. "echarts": "5.4.0",
  31. "axios": "^1.1.3",
  32. "bootstrap": "5.3.0-alpha1",
  33. "bootstrap-icons": "^1.9.1",
  34. "clipboard": "^2.0.6",
  35. "core-js": "^3.8.3",
  36. "crypto-js": "^4.1.1",
  37. "deepmerge": "^4.2.2",
  38. "dropzone": "^5.9.3",
  39. "element-plus": "^2.2.4",
  40. "file-saver": "^2.0.5",
  41. "js-cookie": "^3.0.5",
  42. "line-awesome": "^1.3.0",
  43. "moment": "^2.29.1",
  44. "nouislider": "^14.6.3",
  45. "nprogress": "^0.2.0",
  46. "object-path": "^0.11.8",
  47. "pinia": "^2.0.23",
  48. "prism-themes": "^1.9.0",
  49. "prismjs": "^1.25.0",
  50. "quill": "^1.3.6",
  51. "socicon": "^3.0.5",
  52. "sweetalert2": "^11.6.8",
  53. "unplugin-auto-import": "^0.15.3",
  54. "unplugin-vue-components": "^0.24.1",
  55. "vee-validate": "^4.5.11",
  56. "vite-plugin-compression": "^0.5.1",
  57. "vite-plugin-svg-icons": "^2.0.1",
  58. "vite-plugin-vue-setup-extend": "^0.4.0",
  59. "vue": "^3.2.41",
  60. "vue-axios": "^3.5.0",
  61. "vue-cropper": "1.0.3",
  62. "vue-currency-input": "^2.1.0",
  63. "vue-i18n": "^9.1.8",
  64. "vue-inline-svg": "^3.1.0",
  65. "vue-router": "^4.1.5",
  66. "vue3-apexcharts": "^1.4.1",
  67. "vue3-treeselect-ts": "^0.0.4",
  68. "yup": "^0.32.8"
  69. },
  70. "devDependencies": {
  71. "@rushstack/eslint-patch": "^1.1.4",
  72. "@types/array-sort": "^1.0.0",
  73. "@types/bootstrap": "^5.2.6",
  74. "@types/node": "^16.11.68",
  75. "@types/nprogress": "^0.2.0",
  76. "@types/object-path": "^0.11.0",
  77. "@types/prismjs": "^1.26.0",
  78. "@types/quill": "^2.0.9",
  79. "@vitejs/plugin-vue": "^3.1.2",
  80. "@vue/eslint-config-prettier": "^7.0.0",
  81. "@vue/eslint-config-typescript": "^11.0.0",
  82. "@vue/tsconfig": "^0.1.3",
  83. "array-sort": "^1.0.0",
  84. "eslint": "^8.22.0",
  85. "eslint-plugin-vue": "^9.3.0",
  86. "npm-run-all": "^4.1.5",
  87. "prettier": "^2.7.1",
  88. "sass": "1.55.0",
  89. "sass-loader": "13.2.0",
  90. "typescript": "~4.7.4",
  91. "vite": "^3.1.8",
  92. "vue-tsc": "^1.0.8"
  93. },
  94. "description": "VberAdmin"
  95. }