-
Notifications
You must be signed in to change notification settings - Fork 3.6k
/
Copy pathpackage.json
132 lines (132 loc) · 3.62 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "react-bootstrap",
"version": "2.10.9",
"description": "Bootstrap 5 components built with React",
"keywords": [
"bootstrap",
"react",
"component",
"components",
"ecosystem-react",
"react-component"
],
"homepage": "https://react-bootstrap.github.io/",
"bugs": {
"url": "https://github.com/react-bootstrap/react-bootstrap/issues"
},
"license": "MIT",
"author": {
"name": "Stephen J. Collings",
"email": "[email protected]"
},
"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 --network-timeout 100000 && yarn --cwd www --network-timeout 100000",
"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",
"check-types": "tsc -p ./test/tsconfig.json --noEmit",
"deploy-docs": "yarn --cwd www deploy",
"lint": "eslint src test",
"prepublishOnly": "npm run build",
"release": "rollout",
"start": "yarn --cwd www start",
"tdd": "vitest",
"test": "npm run lint && npm run test-browser",
"test-browser": "vitest --run",
"prepare": "husky"
},
"lint-staged": {
"*.{js,ts,tsx}": "eslint --fix"
},
"prettier": {
"singleQuote": true
},
"dependencies": {
"@babel/runtime": "^7.24.7",
"@restart/hooks": "^0.4.9",
"@restart/ui": "^1.9.4",
"@types/prop-types": "^15.7.12",
"@types/react-transition-group": "^4.4.6",
"classnames": "^2.3.2",
"dom-helpers": "^5.2.1",
"invariant": "^2.2.4",
"prop-types": "^15.8.1",
"prop-types-extra": "^1.1.0",
"react-transition-group": "^4.4.5",
"uncontrollable": "^7.2.1",
"warning": "^4.0.3"
},
"devDependencies": {
"@4c/rollout": "^4.0.2",
"@4c/tsconfig": "^0.4.1",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.5",
"@babel/preset-typescript": "^7.23.3",
"@babel/register": "^7.22.15",
"@react-bootstrap/babel-preset": "^2.2.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/invariant": "^2.2.37",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/warning": "^3.0.3",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/browser": "^3.0.4",
"@vitest/coverage-istanbul": "^3.0.4",
"babel-loader": "^9.1.3",
"chalk": "^4.1.2",
"cherry-pick": "^0.5.0",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"execa": "^5.1.1",
"fs-extra": "^10.1.0",
"globals": "^15.14.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"playwright": "^1.50.0",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.4",
"typescript-eslint": "^8.22.0",
"vitest": "^3.0.4",
"webpack": "^5.93.0"
},
"peerDependencies": {
"@types/react": ">=16.14.8",
"react": ">=16.14.0",
"react-dom": ">=16.14.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"publishConfig": {
"directory": "lib"
},
"release": {
"conventionalCommits": true
},
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}