This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

typeface / package.json
393 B 20 lines
1{ 2 "name": "typeface-vrm-lipsync", 3 "private": true, 4 "version": "0.0.0", 5 "type": "module", 6 "scripts": { 7 "dev": "vite", 8 "build": "tsc && vite build", 9 "preview": "vite preview" 10 }, 11 "devDependencies": { 12 "@types/three": "^0.179.0", 13 "typescript": "^5.9.2", 14 "vite": "^7.1.3" 15 }, 16 "dependencies": { 17 "@pixiv/three-vrm": "^3.4.2", 18 "three": "^0.179.1" 19 } 20}