018697203f
清理冗余导入、可变绑定和赋值,将 AGC 默认编译警告从 231 条降至 195 条 按测试和平台边界限定导入,保留兼容出口与待核查的业务参数 修复预览部署器嵌套 npm 警告和移动端检查脚本的 Windows 启动错误 更新警告清单、开发运维文档与共享开发流程,记录验证结果和剩余项
29 lines
772 B
JSON
29 lines
772 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": "tsc --noEmit -p tsconfig.json && 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"
|
|
}
|
|
}
|