package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "name": "fbs_ui",
  3. "version": "3.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite",
  7. "build": "run-p type-check build-only",
  8. "preview": "vite preview",
  9. "build-only": "vite build",
  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.2.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. "vue": "^3.2.41",
  51. "vue-axios": "^3.5.0",
  52. "vue-currency-input": "^2.1.0",
  53. "vue-i18n": "^9.1.8",
  54. "vue-inline-svg": "^3.1.0",
  55. "vue-router": "^4.1.5",
  56. "vue3-apexcharts": "^1.4.1",
  57. "vue3-treeselect": "^0.1.10",
  58. "yup": "^0.32.8"
  59. },
  60. "devDependencies": {
  61. "@rushstack/eslint-patch": "^1.1.4",
  62. "@types/array-sort": "^1.0.0",
  63. "@types/bootstrap": "^5.2.6",
  64. "@types/node": "^16.11.68",
  65. "@types/object-path": "^0.11.0",
  66. "@types/prismjs": "^1.26.0",
  67. "@types/quill": "^2.0.9",
  68. "@vitejs/plugin-vue": "^3.1.2",
  69. "@vue/eslint-config-prettier": "^7.0.0",
  70. "@vue/eslint-config-typescript": "^11.0.0",
  71. "@vue/tsconfig": "^0.1.3",
  72. "array-sort": "^1.0.0",
  73. "eslint": "^8.22.0",
  74. "eslint-plugin-vue": "^9.3.0",
  75. "npm-run-all": "^4.1.5",
  76. "prettier": "^2.7.1",
  77. "sass": "1.55.0",
  78. "sass-loader": "13.2.0",
  79. "typescript": "~4.7.4",
  80. "vite": "^3.1.8",
  81. "vue-tsc": "^1.0.8"
  82. }
  83. }