@gssfed/vital-ui-kit-react
Version:
Vital UI Kit for React!
53 lines (52 loc) • 1.31 kB
JSON
{
"name": "@gssfed/vital-ui-kit-react",
"version": "0.5.2",
"description": "Vital UI Kit for React!",
"main": "./dist/cjs/index.js",
"module": "./dist/index.js",
"style": "./dist/base/global.css",
"scripts": {
"test": "NODE_ENV=test jest",
"start": "start-storybook -p 6006"
},
"sideEffects": false,
"contributors": [
"Eric Yip (https://github.com/ericyip)",
"Laura Lee (https://github.com/l443018)"
],
"repository": {
"type": "git",
"url": "git+https://github.com/GSS-FED/vital-ui-kit-react.git"
},
"keywords": [
"vital",
"react",
"ui",
"component",
"web"
],
"dependencies": {
"classnames": "^2.2.5",
"polished": "^1.9.2",
"popmotion": "^8.1.22",
"prop-types": "^15.6.1",
"rc-trigger": "^2.3.4",
"react-click-outside": "^3.0.1",
"react-priority-navigation": "^0.0.8-rc2",
"resize-observer-polyfill": "^1.5.0"
},
"peerDependencies": {
"react": "^16",
"react-dom": "^16",
"react-virtualized": "^9.13.0",
"styled-components": ">=2 || >=3"
},
"devDependencies": {
"react-virtualized": "^9.19.1"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/GSS-FED/vital-ui-kit-react/issues"
},
"homepage": "https://github.com/GSS-FED/vital-ui-kit-react#readme"
}