tao-react-components
Version:
react components crafted with love by Tao
74 lines (73 loc) • 2.16 kB
JSON
{
"name": "tao-react-components",
"description": "react components crafted with love by Tao",
"version": "1.0.53",
"homepage": "",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:taoxiang1995/tao-components.git"
},
"main": "lib/components/index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"lint": "eslint src",
"prebuild": "babel src --out-dir lib --ignore test.js",
"deploy": "sh ./scripts/deploy",
"publish-release": "sh ./scripts/publish-release",
"deploy-docs": "sh ./scripts/docs",
"ci-deploy-docs": "sh ./scripts/docs-ci",
"gh-pages": "REACT_APP_GH_PAGES_PATH='tao-react-components' npm run build",
"storybook": "start-storybook -p 9001 -s public",
"build-storybook": "build-storybook -s public"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"bootstrap": "^4.0.0-alpha.6",
"conventional-changelog-cli": "^1.1.1",
"conventional-recommended-bump": "^0.3.0",
"dentist": "^1.0.3",
"enzyme": "^2.4.1",
"eslint": "^3.8.1",
"history": "^4.2.0",
"react": "^15.3.2",
"react-addons-test-utils": "^15.3.2",
"react-addons-transition-group": "^15.3.2",
"react-addons-css-transition-group": "^15.3.2",
"react-dom": "^15.3.2",
"react-prism": "^4.0.0",
"react-router": "^4.0.0-alpha.6",
"react-scripts": "0.8.5",
"@kadira/storybook": "^2.21.0"
},
"dependencies": {
"draft-convert": "^1.3.5",
"medium-draft": "^0.4.1",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-transition-group": "^15.3.2",
"react-data-grid": "^2.0.18",
"react-scripts": "0.8.5",
"reactstrap": "^4.0.0"
},
"peerDependencies": {},
"license": "MIT",
"files": [
"LICENSE",
"README.md",
"CHANGELOG.md",
"lib"
],
"keywords": [
"component-template",
"react",
"component",
"components",
"react-component",
"reactstrap-component",
"bootstrap"
]
}