123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "name": "fs-portal",
- "version": "0.0.1",
- "private": true,
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "run-p type-check build-only",
- "preview": "vite preview",
- "build-only": "vite build",
- "type-check": "vue-tsc --noEmit",
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
- "format": "prettier --write src/"
- },
- "dependencies": {
- "@element-plus/icons-vue": "^2.3.1",
- "@vueuse/core": "^10.11.0",
- "axios": "^1.7.2",
- "element-plus": "^2.7.5",
- "nprogress": "^0.2.0",
- "pinia": "^2.1.7",
- "vue": "^3.4.29",
- "vue-router": "^4.3.3"
- },
- "devDependencies": {
- "@rushstack/eslint-patch": "^1.10.3",
- "@tsconfig/node20": "^20.1.4",
- "@types/node": "^20.14.4",
- "@types/nprogress": "^0.2.3",
- "@vitejs/plugin-vue": "^5.0.5",
- "@vitejs/plugin-vue-jsx": "^4.0.0",
- "@vue/eslint-config-prettier": "^9.0.0",
- "@vue/eslint-config-typescript": "^13.0.0",
- "@vue/tsconfig": "^0.5.1",
- "eslint": "^9.5.0",
- "eslint-plugin-vue": "^9.26.0",
- "npm-run-all": "^4.1.5",
- "prettier": "^3.3.2",
- "sass": "^1.77.6",
- "typescript": "~5.4.5",
- "unocss": "^0.61.0",
- "unplugin-auto-import": "^0.17.6",
- "unplugin-icons": "^0.19.0",
- "unplugin-vue-components": "^0.27.0",
- "unplugin-vue-define-options": "^1.4.5",
- "vite": "^5.3.1",
- "vite-plugin-style-import": "^2.0.0",
- "vite-plugin-svg-icons": "^2.0.1",
- "vue-tsc": "^2.0.21"
- }
- }
|