67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"name": "webappvue1",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test:unit": "vitest",
|
|
"test:e2e": "playwright test",
|
|
"lint": "run-s lint:*",
|
|
"lint:oxlint": "oxlint . --fix",
|
|
"lint:eslint": "eslint . --fix --cache",
|
|
"format": "oxfmt src/"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/signalr": "^10.0.0",
|
|
"@microsoft/signalr-protocol-msgpack": "^10.0.0",
|
|
"mitt": "^3.0.1",
|
|
"pinia": "^3.0.4",
|
|
"update": "^0.7.4",
|
|
"vant": "^4.9.24",
|
|
"vue": "beta",
|
|
"vue-router": "^5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@playwright/test": "^1.59.1",
|
|
"@vitejs/plugin-vue": "^6.0.6",
|
|
"@vitejs/plugin-vue-jsx": "^5.1.5",
|
|
"@vitest/eslint-plugin": "^1.6.16",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"eslint": "^10.2.1",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-oxlint": "~1.60.0",
|
|
"eslint-plugin-playwright": "^2.10.1",
|
|
"eslint-plugin-vue": "~10.8.0",
|
|
"globals": "^17.5.0",
|
|
"jsdom": "^29.0.2",
|
|
"npm-run-all2": "^8.0.4",
|
|
"oxfmt": "^0.45.0",
|
|
"oxlint": "~1.60.0",
|
|
"vite": "^8.0.8",
|
|
"vite-plugin-vue-devtools": "^8.1.1",
|
|
"vitest": "^4.1.4"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"overrides": {
|
|
"vue": "beta",
|
|
"@vue/compiler-core": "beta",
|
|
"@vue/compiler-dom": "beta",
|
|
"@vue/compiler-sfc": "beta",
|
|
"@vue/compiler-ssr": "beta",
|
|
"@vue/compiler-vapor": "beta",
|
|
"@vue/reactivity": "beta",
|
|
"@vue/runtime-core": "beta",
|
|
"@vue/runtime-dom": "beta",
|
|
"@vue/runtime-vapor": "beta",
|
|
"@vue/server-renderer": "beta",
|
|
"@vue/shared": "beta",
|
|
"@vue/compat": "beta"
|
|
}
|
|
}
|