UNPKG

@wb-tech/ui-react

Version:
47 lines (46 loc) 1.19 kB
{ "name": "@wb-tech/ui-react", "version": "0.2.60", "description": "WildBerries react ui-kit", "main": "src/index.ts", "homepage": "https://github.com/wildberries-tech/ui-kit-react#readme", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/wildberries-tech/ui-kit-react.git" }, "exports": { ".": "./src/index.ts", "./v2": "./src/index.v2.ts" }, "keywords": [ "wb", "wildberries", "ui", "ui-kit", "react" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/wildberries-tech/ui-kit-react/issues" }, "sideEffects": true, "dependencies": { "@types/react-is": "18.x.x", "classnames": "2.x", "date-fns": "2.30.0", "rc-util": "5.38.1", "react": "18.x", "react-is": "18.x", "react-laag": "2.x", "react-number-format": "5.x.x", "react-select": "5.x.x", "react-select-async-paginate": "0.7.x", "react-tabs": "6.0.x", "uuid": "9.x.x" }, "devDependencies": { "@types/uuid": "9.x.x" } }