UNPKG

@tolokoban/ui

Version:

React components with theme

47 lines (46 loc) 1.33 kB
{ "name": "@tolokoban/ui", "version": "0.21.7", "description": "React components with theme", "homepage": "https://tolokoban.github.io/ui", "main": "./lib/dist/index.js", "types": "./lib/dist/index.d.ts", "private": false, "files": [ "./lib/dist" ], "scripts": { "postci": "npm run doc", "ci": "cd lib && npm install && npm run build", "doc": "cd lib && npm run doc", "test": "cd lib && npm test", "copy": "node scripts/copy-pkg-info.mjs . ./lib ./doc", "predeploy": "npm run copy && npm run doc", "deploy": "npm run ci && npm publish --access=public", "postminor": "npm run copy", "minor": "npm version minor -no-git-tag-version --force", "postpatch": "npm run copy", "patch": "npm version patch -no-git-tag-version --force" }, "repository": { "type": "git", "url": "git+https://github.com/tolokoban/tgd2.git" }, "keywords": [ "WebGL2", "game", "framework" ], "author": "Tolokoban", "license": "GPL-3.0", "bugs": { "url": "https://github.com/tolokoban/tgd2/issues" }, "dependencies": { "json5": "^2.2.3", "tslib": "^2.6.3" }, "peerDependencies": { "react": "^18.3.1" } }