| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "name": "fbs_ui",
- "version": "3.0.0",
- "private": true,
- "scripts": {
- "dev": "vite",
- "preview": "vite preview",
- "build": "vite build",
- "build-check": "run-p type-check build-only",
- "type-check": "vue-tsc --noEmit",
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
- },
- "dependencies": {
- "@amap/amap-jsapi-loader": "^1.0.1",
- "@fortawesome/fontawesome-free": "^6.1.2",
- "@fullcalendar/core": "^5.9.0",
- "@fullcalendar/daygrid": "^5.9.0",
- "@fullcalendar/interaction": "^5.9.0",
- "@fullcalendar/list": "^5.9.0",
- "@fullcalendar/timegrid": "^5.9.0",
- "@fullcalendar/vue3": "^5.9.0",
- "@popperjs/core": "2.11.6",
- "@tinymce/tinymce-vue": "^4.0.4",
- "@vueform/multiselect": "^1.2.5",
- "animate.css": "^4.1.1",
- "apexcharts": "^3.35.5",
- "axios": "^1.1.3",
- "bootstrap": "5.3.0-alpha1",
- "bootstrap-icons": "^1.9.1",
- "clipboard": "^2.0.11",
- "core-js": "^3.8.3",
- "deepmerge": "^4.2.2",
- "dropzone": "^5.9.3",
- "echarts": "^5.4.2",
- "element-plus": "2.3.4",
- "line-awesome": "^1.3.0",
- "moment": "^2.29.1",
- "nouislider": "^14.6.3",
- "object-path": "^0.11.8",
- "pinia": "^2.0.23",
- "prism-themes": "^1.9.0",
- "prismjs": "^1.25.0",
- "quill": "^1.3.6",
- "socicon": "^3.0.5",
- "sweetalert2": "^11.6.8",
- "terser": "^5.17.1",
- "unplugin-auto-import": "^0.15.3",
- "unplugin-vue-components": "^0.24.1",
- "vee-validate": "^4.5.11",
- "vite-plugin-compression": "^0.5.1",
- "vue": "^3.2.41",
- "vue-axios": "^3.5.0",
- "vue-currency-input": "^2.1.0",
- "vue-i18n": "^9.1.8",
- "vue-inline-svg": "^3.1.0",
- "vue-router": "^4.1.5",
- "vue3-apexcharts": "^1.4.1",
- "vue3-treeselect-ts": "^0.0.4",
- "yup": "^0.32.8"
- },
- "devDependencies": {
- "@rushstack/eslint-patch": "^1.1.4",
- "@types/array-sort": "^1.0.0",
- "@types/bootstrap": "^5.2.6",
- "@types/node": "^16.11.68",
- "@types/object-path": "^0.11.0",
- "@types/prismjs": "^1.26.0",
- "@types/quill": "^2.0.9",
- "@vitejs/plugin-vue": "^3.1.2",
- "@vue/eslint-config-prettier": "^7.0.0",
- "@vue/eslint-config-typescript": "^11.0.0",
- "@vue/tsconfig": "^0.1.3",
- "array-sort": "^1.0.0",
- "eslint": "^8.22.0",
- "eslint-plugin-vue": "^9.3.0",
- "npm-run-all": "^4.1.5",
- "prettier": "^2.7.1",
- "sass": "1.55.0",
- "sass-loader": "13.2.0",
- "typescript": "~4.7.4",
- "vite": "^3.1.8",
- "vue-tsc": "^1.0.8"
- }
- }
|