{ "name": "vber", "version": "1.0.1", "private": true, "scripts": { "dev": "vite", "build-only": "vite build", "preview": "vite preview", "build": "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": { "@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", "@types/crypto-js": "^4.1.1", "@types/file-saver": "^2.0.5", "@types/js-cookie": "^3.0.3", "@vueup/vue-quill": "^1.2.0", "animate.css": "^4.1.1", "axios": "^1.1.3", "bootstrap": "5.3.1", "bootstrap-icons": "^1.9.1", "clipboard": "^2.0.6", "core-js": "^3.8.3", "crypto-js": "^4.1.1", "deepmerge": "^4.2.2", "dropzone": "^5.9.3", "echarts": "5.4.0", "element-plus": "^2.3.8", "file-saver": "^2.0.5", "js-cookie": "^3.0.5", "moment": "^2.29.1", "nouislider": "^14.6.3", "nprogress": "^0.2.0", "object-path": "^0.11.8", "pinia": "^2.0.23", "prism-themes": "^1.9.0", "prismjs": "^1.25.0", "quill": "^1.3.7", "sweetalert2": "^11.6.8", "unplugin-auto-import": "^0.15.3", "unplugin-vue-components": "^0.24.1", "vite-plugin-compression": "^0.5.1", "vite-plugin-svg-icons": "^2.0.1", "vite-plugin-vue-setup-extend": "^0.4.0", "vue": "^3.2.41", "vue-axios": "^3.5.0", "vue-cropper": "1.0.3", "vue-currency-input": "^2.1.0", "vue-i18n": "^9.1.8", "vue-inline-svg": "^3.1.0", "vue-router": "^4.1.5", "vue3-treeselect-ts": "^0.0.4" }, "devDependencies": { "@rushstack/eslint-patch": "^1.1.4", "@types/array-sort": "^1.0.0", "@types/bootstrap": "^5.2.6", "@types/node": "^16.11.68", "@types/nprogress": "^0.2.0", "@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" }, "description": "VberAdmin" }