-
Notifications
You must be signed in to change notification settings - Fork 265
/
package.json
44 lines (44 loc) · 1016 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
43
44
{
"name": "mdb-react-ui-kit",
"version": "9.0.0",
"main": "./dist/mdb-react-ui-kit.cjs",
"module": "./dist/mdb-react-ui-kit.esm.js",
"types": "./dist/types/index-free.d.ts",
"type": "module",
"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",
"framer-motion": "^10.16.4"
},
"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.txt>",
"homepage": "https://mdbootstrap.com/docs/react/",
"bugs": {
"url": "https://github.com/mdbootstrap/mdb-react-ui-kit/issues"
}
}