forked from mdbootstrap/mdb-react-ui-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 951 Bytes
/
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
{
"name": "mdb-react-ui-kit",
"version": "5.1.0",
"main": "./dist/mdb-react-ui-kit.js",
"module": "./dist/mdb-react-ui-kit.esm.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/mdbootstrap/mdb-react-ui-kit.git"
},
"dependencies": {
"clsx": "1.1.1",
"react-popper": "2.3.0",
"@popperjs/core": "2.11.5"
},
"peerDependencies": {
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3"
},
"keywords": [
"bootstrap",
"css",
"design",
"javascript",
"kit",
"material design",
"mdbootstrap",
"react-component",
"react",
"scss",
"ui-kit",
"ui"
],
"author": "MDBootstrap",
"license": "SEE LICENSE IN <license.pdf>",
"homepage": "https://mdbootstrap.com/docs/react/",
"bugs": {
"url": "https://github.com/mdbootstrap/mdb-react-ui-kit/issues"
}
}