2026-04-23 17:49:55 +08:00
|
|
|
{
|
|
|
|
|
"name": "avalonia-web",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"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 --build",
|
|
|
|
|
"lint": "run-s lint:*",
|
|
|
|
|
"lint:oxlint": "oxlint . --fix",
|
|
|
|
|
"lint:eslint": "eslint . --fix --cache"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-04-24 11:56:02 +08:00
|
|
|
"axios": "^1.15.2",
|
2026-04-23 17:49:55 +08:00
|
|
|
"vue": "^3.5.32"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@tsconfig/node24": "^24.0.4",
|
|
|
|
|
"@types/node": "^24.12.2",
|
|
|
|
|
"@vitejs/plugin-vue": "^6.0.6",
|
|
|
|
|
"@vue/eslint-config-typescript": "^14.7.0",
|
|
|
|
|
"@vue/tsconfig": "^0.9.1",
|
|
|
|
|
"eslint": "^10.2.1",
|
|
|
|
|
"eslint-plugin-oxlint": "~1.60.0",
|
|
|
|
|
"eslint-plugin-vue": "~10.8.0",
|
|
|
|
|
"jiti": "^2.6.1",
|
|
|
|
|
"npm-run-all2": "^8.0.4",
|
|
|
|
|
"oxlint": "~1.60.0",
|
|
|
|
|
"typescript": "~6.0.0",
|
|
|
|
|
"vite": "^8.0.8",
|
|
|
|
|
"vite-plugin-vue-devtools": "^8.1.1",
|
|
|
|
|
"vue-tsc": "^3.2.6"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
|
|
|
}
|
|
|
|
|
}
|