12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "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"
- },
- "dependencies": {
- "@vitejs/plugin-legacy": "^1.7.1",
- "axios": "^0.26.0",
- "axios-progress-bar": "^1.2.0",
- "axios-retry": "^3.2.4",
- "js-sls-logger": "^2.0.0-beta.2",
- "lodash-es": "^4.17.21",
- "moment": "^2.29.1",
- "naive-ui": "^2.26.1",
- "pinia": "^2.0.11",
- "tailwindcss": "^3.0.23",
- "ua-parser-js": "^1.0.2",
- "vfonts": "^0.0.3",
- "vue": "^3.2.31",
- "vue-router": "^4.0.13"
- },
- "devDependencies": {
- "@types/lodash-es": "^4.17.6",
- "@types/node": "^17.0.21",
- "@types/ua-parser-js": "^0.7.36",
- "@typescript-eslint/eslint-plugin": "^5.13.0",
- "@typescript-eslint/parser": "^5.13.0",
- "@vitejs/plugin-vue": "^2.2.4",
- "autoprefixer": "^10.4.2",
- "eslint": "^8.10.0",
- "eslint-config-prettier": "^8.5.0",
- "eslint-plugin-vue": "^8.5.0",
- "postcss": "^8.4.8",
- "prettier": "^2.5.1",
- "typescript": "^4.6.2",
- "unplugin-auto-import": "^0.6.1",
- "unplugin-vue-components": "^0.17.21",
- "vite": "^2.8.6",
- "vue-eslint-parser": "^8.3.0",
- "vue-tsc": "^0.32.1"
- }
- }
|