UNPKG

sandai-react

Version:

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

71 lines (70 loc) 1.71 kB
{ "name": "sandai-react", "version": "0.0.2", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "type": "module", "scripts": { "dev": "storybook dev", "build": "rollup -c", "doc": "bunx typedoc index.ts" }, "dependencies": { "react": "18.2.0", "react-dom": "18.2.0", "sandai-core": "^0.0.1" }, "devDependencies": { "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", "@storybook/react-vite": "8.0.9", "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" }, "peerDependencies": { "typescript": "^5.0.0", "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "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" }