{ "name": "examcloud-student-clinet-v3", "private": true, "version": "3.0.0", "scripts": { "start": "vite --host 0.0.0.0", "dev": "vite", "prebuild": "node --experimental-json-modules prebuild.mjs", "build": "vue-tsc --noEmit --skipLibCheck && vite build", "build-without-type-check": "vite build", "typecheck": "vue-tsc --noEmit --skipLibCheck", "serve": "vite preview", "lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore --fix src", "format": "prettier --ignore-path .gitignore . --write", "test": "vitest" }, "dependencies": { "@chenfengyuan/vue-qrcode": "^2.0.0", "@vicons/ionicons5": "^0.12.0", "@vitejs/plugin-legacy": "1.8.0", "axios": "^0.26.1", "axios-progress-bar": "^1.2.0", "axios-retry": "^3.2.4", "face-api.js": "^0.22.2", "js-md5": "^0.7.3", "js-sls-logger": "^2.0.1", "lodash-es": "^4.17.21", "moment": "2.29.1", "naive-ui": "^2.27.0", "pinia": "^2.0.13", "qrcode": "^1.5.0", "tailwindcss": "^3.0.23", "ua-parser-js": "^1.0.2", "vfonts": "^0.0.3", "vue": "^3.2.31", "vue-router": "^4.0.14" }, "devDependencies": { "@types/js-md5": "^0.4.3", "@types/lodash-es": "^4.17.6", "@types/node": "^17.0.23", "@types/ua-parser-js": "^0.7.36", "@typescript-eslint/eslint-plugin": "^5.18.0", "@typescript-eslint/parser": "^5.18.0", "@vitejs/plugin-vue": "^2.3.1", "autoprefixer": "^10.4.4", "electron": "1.7.16", "eslint": "^8.12.0", "eslint-config-prettier": "^8.5.0", "happy-dom": "^2.55.0", "eslint-plugin-vue": "^8.6.0", "postcss": "^8.4.12", "prettier": "^2.6.2", "typescript": "^4.6.3", "unplugin-auto-import": "^0.6.9", "unplugin-vue-components": "^0.18.5", "vite": "^2.9.1", "vitest": "^0.9.0", "vue-eslint-parser": "^8.3.0", "vue-tsc": "^0.33.9" } }