UNPKG

@bianic-ui/tree

Version:
57 lines (56 loc) 1.79 kB
{ "name": "@bianic-ui/tree", "version": "0.1.0-alpha.12", "description": "description", "keywords": [ "theme", "theming", "ui mode", "ui" ], "author": "Muhammad Rafiul Ilmi Syarifudin <ilmi.mris@gmail.com>", "homepage": "https://gitlab.com/bia-design/bianic-ui#readme", "license": "MIT", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", "typings": "dist/types/index.d.ts", "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://gitlab.com/bia-design/bianic-ui.git" }, "bugs": { "url": "https://gitlab.com/bia-design/bianic-ui/issues" }, "scripts": { "prebuild": "rimraf dist", "start": "nodemon --exec yarn build --watch src", "build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps", "build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps", "build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types", "build": "concurrently yarn:build:*", "test": "jest --env=jsdom --passWithNoTests", "test:cov": "yarn test --coverage", "lint:src": "eslint src --ext .ts,.tsx --config ../../.eslintrc", "lint:types": "tsc --noEmit", "lint": "concurrently yarn:lint:*" }, "dependencies": { "@bianic-ui/core": "^0.1.0-alpha.13", "@chakra-ui/hooks": "^1.0.0-rc.3", "@chakra-ui/system": "^1.0.0-rc.3", "@chakra-ui/utils": "^1.0.0-rc.3", "react-icons": "^3.11.0", "react-simple-tree-menu": "^1.1.18" }, "peerDependencies": { "react": "16.x" }, "gitHead": "bfc477c64485c5651af608524ff73ec8c457de34" }