platform-codebase/features/video-studio/frontend-live/package.json
2026-03-18 17:46:11 -07:00

33 lines
858 B
JSON

{
"name": "@lilith/video-studio-frontend",
"version": "1.0.0",
"description": "Live client-side face disguise component for Lilith Platform video studio",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "lixbuild",
"typecheck": "tsc --noEmit",
"test": "lixtest",
"test:watch": "lixtest --watch",
"clean": "rm -rf dist",
"lint": "eslint src --ext .ts,.tsx"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0"
},
"dependencies": {
"@mediapipe/tasks-vision": "^0.10.0"
},
"devDependencies": {
"@lilith/lix-configs": "^1.0.1",
"@lilith/lix-test": "^1.0.0",
"@types/react": "^19.2.8",
"@vitejs/plugin-react": "^4.7.0",
"react": "^19.2.3",
"typescript": "^5.9.3",
"vite": "^6.4.1",
"vitest": "^4.0.0"
}
}