UNPKG

@keen.io/ui-core

Version:

Keen visual components library

84 lines (83 loc) 2.42 kB
{ "name": "@keen.io/ui-core", "version": "2.50.9", "description": "Keen visual components library", "author": "Keen.IO <team@keen.io> (https://keen.io/)", "homepage": "https://github.com/keen/keen#readme", "license": "MIT", "sideEffects": false, "main": "dist/index.js", "module": "dist/index.esm.js", "types": "typings/index.d.ts", "directories": { "lib": "dist" }, "files": [ "dist", "typings" ], "repository": { "type": "git", "url": "git+https://github.com/keen/keen.git" }, "scripts": { "test": "jest", "prebuild": "rimraf dist typings tsconfig.tsbuildinfo", "build": "npx rollup --configPlugin @rollup/plugin-typescript --config rollup.config.ts" }, "bugs": { "url": "https://github.com/keen/keen/issues" }, "peerDependencies": { "react": ">=16", "react-dom": ">=16", "styled-components": ">=5" }, "dependencies": { "@keen.io/charts-utils": "^1.15.4", "@keen.io/colors": "^1.1.1", "@keen.io/icons": "^1.6.0", "@keen.io/query": "^1.2.2", "@keen.io/react-hooks": "^1.4.7", "@keen.io/typography": "^1.3.5", "@types/color": "^3.0.1", "@types/react-calendar": "^3.4.3", "@types/react-select": "^3.0.13", "@types/react-table": "^7.0.0", "@types/react-window": "^1.8.2", "@types/sortablejs": "^1.10.6", "@types/styled-components": "^5.1.0", "@types/styled-system": "^5.1.9", "@types/webfontloader": "^1.6.29", "color": "^3.1.2", "csstype": "^3.0.9", "dayjs": "^1.10.7", "framer-motion": "^1.11.1", "fuse.js": "^6.4.1", "polished": "^3.4.4", "react-calendar": "^3.5.0", "react-color": "^2.18.1", "react-intersection-observer": "^8.32.2", "react-measure": "^2.5.2", "react-select": "^3.1.0", "react-vtree": "2.0.4", "react-window": "^1.8.6", "sortablejs": "^1.13.0", "styled-system": "^5.1.5", "webfontloader": "^1.6.28" }, "devDependencies": { "@babel/preset-env": "^7.13.8", "@babel/preset-typescript": "^7.13.0", "@keen.io/dev-tools": "^0.1.0", "@quickbaseoss/babel-plugin-styled-components-css-namespace": "^1.0.1", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "11.2.2", "babel-plugin-styled-components": "^1.13.3", "mockdate": "^3.0.5" }, "publishConfig": { "access": "public" }, "gitHead": "ab03c1e6e259e09f719e0808073f7090c2973c3e" }