@themesberg/react-bootstrap
Version:
Unofficial release of the react-bootstrap library with Bootstrap 5 components built with React
152 lines (151 loc) • 4.5 kB
JSON
{
"name": "@themesberg/react-bootstrap",
"version": "1.4.1",
"description": "Unofficial release of the react-bootstrap library with Bootstrap 5 components built with React",
"keywords": [
"react",
"ecosystem-react",
"react-component",
"bootstrap"
],
"homepage": "https://react-bootstrap.github.io/",
"bugs": {
"url": "https://github.com/react-bootstrap/react-bootstrap/issues"
},
"license": "MIT",
"author": {
"name": "Stephen J. Collings",
"email": "stevoland@gmail.com"
},
"files": [
"CHANGELOG.md",
"lib",
"dist",
"es"
],
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/esm/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/react-bootstrap/react-bootstrap.git"
},
"scripts": {
"bootstrap": "yarn && yarn --cwd www",
"build": "node tools/build.js",
"build-docs": "yarn --cwd www build",
"build-types": "yarn tsc -d --emitDeclarationOnly --outDir types",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"deploy-docs": "yarn --cwd www deploy",
"format": "eslint --ext tsx --ext ts src --fix",
"lint": "eslint --ext tsx --ext ts src && tsc --noEmit",
"prepublishOnly": "npm run build",
"release": "rollout",
"start": "yarn --cwd www develop",
"tdd": "karma start",
"test": "npm run lint && npm run test-browser && npm run test-node",
"test-browser": "cross-env NODE_ENV=test karma start --single-run",
"test-node": "cross-env NODE_ENV=test-server mocha test/server/*Spec.js"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,ts,tsx}": "eslint --fix"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all"
},
"dependencies": {
"@babel/runtime": "^7.4.2",
"@restart/context": "^2.1.4",
"@restart/hooks": "^0.3.21",
"@types/classnames": "^2.2.10",
"@types/invariant": "^2.2.33",
"@types/prop-types": "^15.7.3",
"@types/react": ">=16.9.35",
"@types/react-transition-group": "^4.4.0",
"@types/warning": "^3.0.0",
"classnames": "^2.2.6",
"dom-helpers": "^5.1.2",
"invariant": "^2.2.4",
"prop-types": "^15.7.2",
"prop-types-extra": "^1.1.0",
"react-overlays": "^4.1.0",
"react-transition-group": "^4.4.1",
"uncontrollable": "^7.0.0",
"warning": "^4.0.3"
},
"devDependencies": {
"@4c/rollout": "^2.1.11",
"@4c/tsconfig": "^0.3.1",
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/preset-typescript": "^7.12.7",
"@babel/register": "^7.12.1",
"@react-bootstrap/babel-preset": "^1.2.0",
"@react-bootstrap/eslint-config": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.2.0",
"chalk": "^4.1.0",
"cherry-pick": "^0.5.0",
"codecov": "^3.8.1",
"conventional-changelog-cli": "^2.1.1",
"cpy-cli": "^3.1.1",
"cross-env": "^7.0.3",
"dtslint": "^4.0.6",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"eslint": "^7.15.0",
"eslint-config-4catalyzer-typescript": "^2.0.4",
"eslint-import-resolver-node": "^0.3.4",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-react": "^7.21.5",
"execa": "^5.0.0",
"fs-extra": "^9.0.1",
"husky": "^4.3.5",
"karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-coverage": "^2.0.3",
"karma-firefox-launcher": "^2.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon-chai": "^2.0.2",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^4.0.2",
"lint-staged": "^10.5.3",
"lodash": "^4.17.20",
"mocha": "^8.2.1",
"prettier": "^2.2.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-test-renderer": "^16.14.0",
"sinon": "^9.2.1",
"sinon-chai": "^3.5.0",
"typescript": "^4.1.2",
"webpack": "^4.44.2"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"publishConfig": {
"directory": "lib"
},
"release": {
"conventionalCommits": true
}
}