Files
tyx_AI_xhs/apps/web/package.json
T
suyx 4d1ec8ba7e
Dada P0-A isolated Windows CI / validate-and-package (push) Failing after 1m5s
feat: complete TASK-WP5-03 asset allowlist
2026-08-03 18:24:16 +08:00

29 lines
712 B
JSON

{
"name": "@dada/web",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"typecheck": "tsc --noEmit -p tsconfig.json"
},
"dependencies": {
"@dada/asset-renderer": "workspace:*",
"@dada/static-sticker-catalog": "workspace:*",
"@dada/shared-contracts": "workspace:*",
"@dada/template-registry": "workspace:*",
"@vibrant/core": "4.0.4",
"@vibrant/quantizer-mmcq": "4.0.4",
"fabric": "7.4.0",
"react": "19.2.8",
"react-dom": "19.2.8"
},
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.4",
"typescript": "7.0.2",
"vite": "8.1.5"
}
}