gaza/package.json
Ubuntu be7861f001 整合全页面导航并完成可访问性验收
Co-authored-by: multica-agent <github@multica.ai>
2026-08-03 19:42:33 +00:00

32 lines
731 B
JSON

{
"name": "gaza",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc -b && vite build",
"typecheck": "tsc -b --pretty false",
"test": "vitest run",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "2.8.0",
"react": "19.1.1",
"react-dom": "19.1.1"
},
"devDependencies": {
"@tauri-apps/cli": "2.8.4",
"@testing-library/jest-dom": "6.8.0",
"@testing-library/react": "16.3.0",
"@types/react": "19.1.10",
"@types/react-dom": "19.1.7",
"@vitejs/plugin-react": "5.0.2",
"axe-core": "4.10.3",
"jsdom": "26.1.0",
"typescript": "5.9.2",
"vite": "7.3.6",
"vitest": "3.2.7"
}
}