UNPKG

@react-three/uikit

Version:

Build performant 3D user interfaces with react-three-fiber and yoga.

58 lines 1.37 kB
{ "name": "@react-three/uikit", "type": "module", "version": "0.8.15", "description": "Build performant 3D user interfaces with react-three-fiber and yoga.", "license": "SEE LICENSE IN LICENSE", "homepage": "https://github.com/pmndrs/uikit", "author": "Bela Bohlender", "keywords": [ "r3f", "uikit", "three.js", "userinterface", "react", "flexbox", "yoga", "typescript" ], "repository": { "type": "git", "url": "git@github.com:pmndrs/uikit.git" }, "files": [ "dist" ], "main": "dist/index.js", "bin": { "uikit": "./dist/cli/index.js" }, "peerDependencies": { "@react-three/fiber": ">=8", "react": ">=18" }, "dependencies": { "@preact/signals-core": "^1.5.1", "chalk": "^5.3.0", "commander": "^12.0.0", "ora": "^8.0.1", "prettier": "^3.2.5", "prompts": "^2.4.2", "zod": "^3.22.4", "zustand": "^4.5.2", "@pmndrs/uikit": "^0.8.15" }, "devDependencies": { "@react-three/fiber": "rc", "@types/prompts": "^2.4.9", "replace-in-files-cli": "^2.2.0" }, "scripts": { "build": "tsc", "test": "mocha ./tests/convert.spec.ts", "check:prettier": "prettier --check src", "check:eslint": "eslint 'src/**/*.{tsx,ts}'", "fix:prettier": "prettier --write src", "fix:eslint": "eslint 'src/**/*.{tsx,ts}' --fix" } }