react-choices
Version:
Component to build simple, flexible, and accessible choice components
79 lines (78 loc) • 2.11 kB
JSON
{
"name": "react-choices",
"version": "0.5.1",
"description": "Component to build simple, flexible, and accessible choice components",
"entry": "src/index.js",
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts",
"repository": "git@github.com:sebinsua/react-choices.git",
"author": "Seb Insua <me@sebinsua.com>",
"license": "MIT",
"keywords": [
"react",
"component",
"choices",
"radio",
"checkbox",
"select",
"options",
"accessible",
"state",
"redux",
"simple",
"ducks",
"conventional"
],
"bugs": {
"url": "https://github.com/sebinsua/react-choices/issues"
},
"homepage": "https://github.com/sebinsua/react-choices#readme",
"lint-staged": {
"*.{js,jsx}": [
"prettier --write",
"git add"
]
},
"scripts": {
"commitmsg": "commitlint -e",
"precommit": "lint-staged",
"storybook": "start-storybook -p 9001 -c .storybook",
"build": "rollup -c",
"release": "npm run build && standard-version"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0-0"
},
"dependencies": {
"classnames-es": "^2.2.6",
"conventional-component": "^0.5.1"
},
"devDependencies": {
"@commitlint/cli": "^5.2.8",
"@commitlint/config-conventional": "^5.2.3",
"@storybook/cli": "^3.3.3",
"@storybook/react": "^3.3.3",
"@types/react": "^16.0.34",
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0",
"babelrc-rollup": "^3.0.0",
"camelcase": "^4.1.0",
"husky": "^0.14.3",
"lint-staged": "^6.0.0",
"prettier": "^1.9.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"rimraf": "^2.6.2",
"rollup": "^0.53.3",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0",
"standard-version": "^4.3.0"
}
}