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