{ "name": "exam-score-statistic-web-admin", "version": "0.0.0", "private": "true", "scripts": { "start": "vite --host 0.0.0.0 --port 3030", "dev": "vite --force", "build": "vue-tsc --noEmit --skipLibCheck && vite build", "build-without-type-check": "vite build", "typecheck": "vue-tsc --noEmit", "serve": "vite preview" }, "dependencies": { "@vueuse/core": "^6.5.3", "@vueuse/router": "^6.5.3", "ant-design-vue": "^2.2.8", "axios": "^0.21.4", "axios-progress-bar": "^1.2.0", "axios-retry": "^3.2.0", "crypto-js": "^4.1.1", "js-cookie": "^3.0.1", "js-md5": "^0.7.3", "lodash-es": "^4.17.21", "mitt": "^3.0.0", "moment": "^2.29.1", "pinia": "^2.0.0-rc.12", "qs": "^6.10.1", "tailwindcss": "^2.2.10", "ua-parser-js": "^0.7.28", "vue": "^3.2.14", "vue-router": "4.0.10" }, "devDependencies": { "@types/crypto-js": "^4.0.2", "@types/js-cookie": "^3.0.0", "@types/js-md5": "^0.4.3", "@types/lodash-es": "^4.17.4", "@types/node": "^16.10.3", "@types/qs": "^6.9.7", "@types/ua-parser-js": "^0.7.36", "@vitejs/plugin-vue": "^1.9.3", "@vue/compiler-sfc": "^3.2.14", "autoprefixer": "^10.3.7", "postcss": "^8.3.9", "typescript": "^4.4.3", "unplugin-auto-import": "^0.4.10", "unplugin-vue-components": "^0.15.6", "vite": "^2.6.5", "vue-tsc": "^0.3.0" } }