UNPKG

sandai-react

Version:

React components and utilities for the Sandai 3D AI Characters.

73 lines (72 loc) 1.99 kB
{ "name": "sandai-react", "version": "0.1.7", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "type": "module", "scripts": { "dev": "storybook dev", "build": "bun run doc && bun run rollup", "doc": "bunx typedoc --tsconfig tsconfig.typedoc.json --entryPoints index.ts src/**/* --out docs --includeVersion --skipErrorChecking", "rollup": "rollup -c" }, "dependencies": { "sandai-core": "git+https://gitlab.com/DavidCks1/sandai-core" }, "devDependencies": { "@rollup/plugin-typescript": "^12.1.2", "bun-types": "latest", "typedoc": "^0.27.6", "eslint": "^8.56.0", "prettier": "^3.1.1", "jest": "^29.7.0", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@types/jest": "29.5.12", "ts-jest": "^29.2.5", "storybook": "8.0.9", "ai-vrm-chat": "git+https://gitlab.com/DavidCks1/ai-vrm-chat", "rollup": "^4.17.2", "@rollup/plugin-babel": "^6.0.4", "@babel/core": "^7.24.5", "@babel/preset-env": "^7.24.5", "@babel/preset-react": "^7.24.1", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "rollup-plugin-typescript2": "^0.34.0", "react": ">=19 <19.3", "react-dom": ">=19 <19.3" }, "peerDependencies": { "typescript": "^5.0.0", "react": ">=19 <19.3", "react-dom": ">=19 <19.3" }, "license": "MIT", "description": "React components and utilities for the Sandai 3D AI Characters.", "directories": { "doc": "docs" }, "repository": { "type": "git", "url": "git+https://gitlab.com/DavidCks1/sandai-react.git" }, "keywords": [ "Sandai", "3D", "AI", "Characters", "JavaScript", "TypeScript", "React", "3D", "AI", "Characters" ], "author": "DavidCks", "bugs": { "url": "https://gitlab.com/DavidCks1/sandai-react/issues" }, "homepage": "https://gitlab.com/DavidCks1/sandai-react#readme" }