UNPKG

@vsllabs/webgl-react

Version:

VSL-Labs Webgl implementation for translating text into 3D sign language

64 lines (63 loc) 1.47 kB
{ "name": "@vsllabs/webgl-react", "description": "VSL-Labs Webgl implementation for translating text into 3D sign language", "version": "1.0.9", "type": "module", "private": false, "main": "dist/index.umd.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "author": "VSL-Labs", "keywords": [ "vsl-labs", "webgl-react", "ASL", "sign-language", "ai-sign-language", "text-to-ASL", "Deaf-community" ], "homepage": "https://vsllabs.com", "exports": { ".": { "import": "./dist/index.es.js", "require": "./dist/index.umd.js", "types": "./dist/index.d.ts" }, "./styles": "./dist/style.css" }, "files": ["./dist"], "publishConfig": { "access": "public" }, "scripts": { "dev": "vite", "build": "tsc && vite build", "prepare": "npm run build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "react": "18.3.1", "react-dom": "18.3.1", "react-unity-webgl": "9.6.0" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@types/node": "22.8.2", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@vitejs/plugin-react-swc": "3.7.1", "typescript": "5.6.3", "vite": "5.4.10", "vite-plugin-dts": "4.3.0" }, "repository": { "type": "git", "url": "git+https://github.com/vsllabs-git/webgl-react.git" }, "license": "MIT", "bugs": { "url": "https://github.com/vsllabs-git/webgl-react/issues" } }