| { |
| "name": "tsfile-viewer-v2", |
| "version": "0.1.0", |
| "private": true, |
| "type": "module", |
| "engines": { |
| "node": "^20.19.0 || >=22.12.0" |
| }, |
| "scripts": { |
| "dev": "vite", |
| "build": "vue-tsc --noEmit --skipLibCheck && vite build", |
| "preview": "vite preview", |
| "lint": "run-s lint:*", |
| "lint:oxlint": "oxlint . --fix", |
| "format": "oxfmt --write src/" |
| }, |
| "dependencies": { |
| "@antdv-next/happy-work-theme": "^1.0.0", |
| "@antdv-next/icons": "^1.0.0-rc.2", |
| "antdv-next": "^1.0.2", |
| "axios": "^1.13.2", |
| "dayjs": "^2.0.0-alpha.4", |
| "echarts": "^6.0.0", |
| "pinia": "^3.0.4", |
| "vue": "^3.5.26", |
| "vue-i18n": "^11.2.8", |
| "vue-router": "^4.6.4" |
| }, |
| "devDependencies": { |
| "@antdv-next/auto-import-resolver": "^1.0.0", |
| "@antdv-next/unocss": "^1.0.0", |
| "@iconify/json": "^2.2.295", |
| "@unocss/preset-icons": "^66.0.0", |
| "@unocss/reset": "^66.0.0", |
| "@vitejs/plugin-vue": "^6.0.3", |
| "@vitejs/plugin-vue-jsx": "^5.1.3", |
| "eslint": "^10.0.0", |
| "eslint-plugin-oxlint": "^1.43.0", |
| "npm-run-all2": "^8.0.4", |
| "oxfmt": "^0.28.0", |
| "oxlint": "^1.43.0", |
| "typescript": "~5.9.3", |
| "unocss": "^66.0.0", |
| "unplugin-auto-import": "^21.0.0", |
| "unplugin-vue-components": "^31.0.0", |
| "vite": "beta", |
| "vue-tsc": "^3.2.2" |
| } |
| } |