{
"name": "web",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build-wasm": "cd .. && wasm-pack build --target web --out-dir web/pkg --features wasm",
"dev": "npm run build-wasm && vp dev",
"build": "npm run build-wasm && run-p type-check \"build-only {@}\" --",
"preview": "vp preview",
"test:unit": "vp test",
"test:e2e": "playwright test",
"build-only": "vp build",
"type-check": "vue-tsc --build",
"lint": "vp lint . --fix"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"element-plus": "^2.14.2",
"pinia": "^3.0.3",
"vite-plugin-wasm": "^3.6.0",
"vue": "^3.5.38",
"vue-i18n": "^11.4.5",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@playwright/test": "^1.60.0",
"@tsconfig/node22": "^22.0.2",
"@types/jsdom": "^27.0.0",
"@types/node": "^24.10.2",
"@vitejs/plugin-vue": "^6.0.7",
"@vitejs/plugin-vue-jsx": "^5.1.5",
"@vue/test-utils": "^2.4.11",
"@vue/tsconfig": "^0.9.1",
"eslint-plugin-playwright": "^2.10.4",
"jiti": "^2.7.0",
"jsdom": "^27.3.0",
"npm-run-all2": "^8.0.4",
"typescript": "~5.9.0",
"unplugin-element-plus": "^0.11.2",
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
"vite-plugin-vue-devtools": "^8.1.3",
"vite-plus": "latest",
"vitest": "npm:@voidzero-dev/vite-plus-test@latest",
"vue-tsc": "^3.3.5"
},
"overrides": {
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
"vitest": "npm:@voidzero-dev/vite-plus-test@latest"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"packageManager": "npm@11.17.0"
}