react-bootstrap-tabs
Version:
react tabs component using bootstrap 4
64 lines (63 loc) • 2.04 kB
JSON
{
"name": "react-bootstrap-tabs",
"version": "2.0.0",
"description": "react tabs component using bootstrap 4",
"repository": {
"type": "git",
"url": "https://github.com/freeranger/react-bootstrap-tabs.git"
},
"author": "freeranger",
"license": "MIT",
"bugs": {
"url": "https://github.com/freeranger/react-bootstrap-tabs/issues"
},
"homepage": "https://github.com/freeranger/react-bootstrap-tabs",
"keywords": [
"react",
"bootstrap",
"tab"
],
"options": {
"mocha": "--require scripts/mocha_runner src/**/tests/**/*.js"
},
"scripts": {
"prepublish": "babel --plugins 'transform-es2015-modules-umd' src --ignore tests --out-dir ./dist",
"lint": "eslint ./src",
"lintfix": "eslint ./src --fix",
"testonly": "mocha $npm_package_options_mocha",
"test": "npm run lint && npm run testonly",
"test-watch": "npm run testonly -- --watch --watch-extensions js"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-es2015-modules-umd": "^6.24.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-2": "^6.22.0",
"chai": "^4.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^7.4.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-react": "^7.20.3",
"jsdom": "^16.2.2",
"mocha": "^8.0.1",
"nodemon": "^2.0.4",
"react": "^16.13.1",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^16.13.1",
"sinon": "^9.0.2"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": ">=16.13.1 <=17",
"react-dom": ">=16.13.1 <=17"
},
"dependencies": {
"babel-runtime": "^6.23.0",
"classnames": "^2.2.6"
}
}