-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.18 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
{
"version": "5.4.4",
"private": false,
"license": "MIT",
"homepage": "https://material-ui-bootstrap.xyz",
"repository": {
"type": "git",
"url": "git+https://github.com/claytonfbell/material-ui-bootstrap.git"
},
"bugs": {
"url": "https://github.com/claytonfbell/material-ui-bootstrap/issues"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"start": "tsup --watch",
"build": "tsup",
"prepare": "tsup",
"release": "standard-version",
"release-patch": "standard-version --release-as patch"
},
"peerDependencies": {
"@mui/icons-material": ">= 5.3.0",
"@mui/material": ">= 5.3.0",
"react": ">=18"
},
"name": "material-ui-bootstrap",
"author": "Clay Bell",
"devDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.8",
"@mui/material": "^5.14.8",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"standard-version": "^9.2.0",
"tslib": "^2.6.2",
"typescript": "^4.9.5"
},
"dependencies": {
"tsup": "^7.2.0"
}
}