1 | {
|
2 | "name": "react-bootstrap",
|
3 | "version": "2.1.1",
|
4 | "description": "Bootstrap 5 components built with React",
|
5 | "keywords": [
|
6 | "react",
|
7 | "ecosystem-react",
|
8 | "react-component",
|
9 | "bootstrap"
|
10 | ],
|
11 | "homepage": "https://react-bootstrap.github.io/",
|
12 | "bugs": {
|
13 | "url": "https://github.com/react-bootstrap/react-bootstrap/issues"
|
14 | },
|
15 | "license": "MIT",
|
16 | "author": {
|
17 | "name": "Stephen J. Collings",
|
18 | "email": "stevoland@gmail.com"
|
19 | },
|
20 | "main": "cjs/index.js",
|
21 | "module": "esm/index.js",
|
22 | "types": "esm/index.d.ts",
|
23 | "sideEffects": false,
|
24 | "repository": {
|
25 | "type": "git",
|
26 | "url": "git+https://github.com/react-bootstrap/react-bootstrap.git"
|
27 | },
|
28 | "lint-staged": {
|
29 | "*.{js,ts,tsx}": "eslint --fix"
|
30 | },
|
31 | "prettier": {
|
32 | "singleQuote": true,
|
33 | "trailingComma": "all"
|
34 | },
|
35 | "dependencies": {
|
36 | "@babel/runtime": "^7.14.0",
|
37 | "@restart/hooks": "^0.4.5",
|
38 | "@restart/ui": "^0.2.5",
|
39 | "@types/invariant": "^2.2.33",
|
40 | "@types/prop-types": "^15.7.3",
|
41 | "@types/react": ">=16.14.8",
|
42 | "@types/react-transition-group": "^4.4.1",
|
43 | "@types/warning": "^3.0.0",
|
44 | "classnames": "^2.3.1",
|
45 | "dom-helpers": "^5.2.1",
|
46 | "invariant": "^2.2.4",
|
47 | "prop-types": "^15.7.2",
|
48 | "prop-types-extra": "^1.1.0",
|
49 | "react-transition-group": "^4.4.1",
|
50 | "uncontrollable": "^7.2.1",
|
51 | "warning": "^4.0.3"
|
52 | },
|
53 | "peerDependencies": {
|
54 | "react": ">=16.14.0",
|
55 | "react-dom": ">=16.14.0"
|
56 | },
|
57 | "publishConfig": {
|
58 | "directory": "lib"
|
59 | },
|
60 | "release": {
|
61 | "conventionalCommits": true
|
62 | }
|
63 | }
|