2026-06-02 20:50:36 +08:00

26 lines
546 B
JSON

{
"name": "@huijing/web",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"build": "next build",
"dev:smoke": "next build"
},
"dependencies": {
"@huijing/shared-contracts": "workspace:*",
"next": "^16.2.6",
"react": "^19.2.6",
"react-dom": "^19.2.6"
},
"devDependencies": {
"@types/node": "^25.9.1",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"vitest": "^4.1.7"
}
}