27de28a487
根目录统一管理九个 workspace 与唯一 lockfile 迁移 CI、Jenkins 和容器的根目录单次 npm ci 补齐 hoist 兼容、版本校验与 workspace 门禁 同步依赖边界方案、运维文档和长期记忆
29 lines
760 B
JSON
29 lines
760 B
JSON
{
|
|
"name": "@genarrative/preview-deployer-web",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 127.0.0.1",
|
|
"typecheck": "tsc --noEmit -p tsconfig.json",
|
|
"test": "vitest run -c vitest.config.ts",
|
|
"build": "npm run typecheck && vite build",
|
|
"preview": "vite preview --host 127.0.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-react": "^5.0.4",
|
|
"lucide-react": "^0.546.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"vite": "^6.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react": "^16.3.2",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"typescript": "~5.8.2",
|
|
"vitest": "^0.34.6"
|
|
}
|
|
}
|