package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "name": "fbs_ui",
  3. "version": "3.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite",
  7. "preview": "vite preview",
  8. "build": "vite build",
  9. "build-check": "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. "@amap/amap-jsapi-loader": "^1.0.1",
  15. "@fortawesome/fontawesome-free": "^6.1.2",
  16. "@fullcalendar/core": "^5.9.0",
  17. "@fullcalendar/daygrid": "^5.9.0",
  18. "@fullcalendar/interaction": "^5.9.0",
  19. "@fullcalendar/list": "^5.9.0",
  20. "@fullcalendar/timegrid": "^5.9.0",
  21. "@fullcalendar/vue3": "^5.9.0",
  22. "@popperjs/core": "2.11.6",
  23. "@tinymce/tinymce-vue": "^4.0.4",
  24. "@vueform/multiselect": "^1.2.5",
  25. "animate.css": "^4.1.1",
  26. "apexcharts": "^3.35.5",
  27. "axios": "^1.1.3",
  28. "bootstrap": "5.3.0-alpha1",
  29. "bootstrap-icons": "^1.9.1",
  30. "clipboard": "^2.0.11",
  31. "core-js": "^3.8.3",
  32. "deepmerge": "^4.2.2",
  33. "dropzone": "^5.9.3",
  34. "echarts": "^5.4.2",
  35. "element-plus": "2.3.4",
  36. "line-awesome": "^1.3.0",
  37. "moment": "^2.29.1",
  38. "nouislider": "^14.6.3",
  39. "object-path": "^0.11.8",
  40. "pinia": "^2.0.23",
  41. "prism-themes": "^1.9.0",
  42. "prismjs": "^1.25.0",
  43. "quill": "^1.3.6",
  44. "socicon": "^3.0.5",
  45. "sweetalert2": "^11.6.8",
  46. "terser": "^5.17.1",
  47. "unplugin-auto-import": "^0.15.3",
  48. "unplugin-vue-components": "^0.24.1",
  49. "vee-validate": "^4.5.11",
  50. "vite-plugin-compression": "^0.5.1",
  51. "vue": "^3.2.41",
  52. "vue-axios": "^3.5.0",
  53. "vue-currency-input": "^2.1.0",
  54. "vue-i18n": "^9.1.8",
  55. "vue-inline-svg": "^3.1.0",
  56. "vue-router": "^4.1.5",
  57. "vue3-apexcharts": "^1.4.1",
  58. "vue3-treeselect-ts": "^0.0.4",
  59. "yup": "^0.32.8"
  60. },
  61. "devDependencies": {
  62. "@rushstack/eslint-patch": "^1.1.4",
  63. "@types/array-sort": "^1.0.0",
  64. "@types/bootstrap": "^5.2.6",
  65. "@types/node": "^16.11.68",
  66. "@types/object-path": "^0.11.0",
  67. "@types/prismjs": "^1.26.0",
  68. "@types/quill": "^2.0.9",
  69. "@vitejs/plugin-vue": "^3.1.2",
  70. "@vue/eslint-config-prettier": "^7.0.0",
  71. "@vue/eslint-config-typescript": "^11.0.0",
  72. "@vue/tsconfig": "^0.1.3",
  73. "array-sort": "^1.0.0",
  74. "eslint": "^8.22.0",
  75. "eslint-plugin-vue": "^9.3.0",
  76. "npm-run-all": "^4.1.5",
  77. "prettier": "^2.7.1",
  78. "sass": "1.55.0",
  79. "sass-loader": "13.2.0",
  80. "typescript": "~4.7.4",
  81. "vite": "^3.1.8",
  82. "vue-tsc": "^1.0.8"
  83. }
  84. }