-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "chakra-inner-drawer",
"version": "0.1.0",
"description": "Open your Chakra's Drawer inside a specified container.",
"main": "index.js",
"scripts": {
"preinstall": "pnpm -s dlx only-allow pnpm"
},
"keywords": [
"chakra-ui",
"innerdrawer",
"drawer",
"react",
"ui",
"frontend"
],
"author": "Łukasz Rabiec <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/lucasrabiec/chakra-inner-drawer#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/lucasrabiec/chakra-inner-drawer.git"
},
"bugs": {
"url": "https://github.com/lucasrabiec/chakra-inner-drawer/issues"
},
"dependencies": {
"use-debounce": "^8.0.4"
},
"peerDependencies": {
"@chakra-ui/react": "^2.0.0",
"@emotion/react": "^11.10.5",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@chakra-ui/react": "^2.3.7",
"@emotion/react": "^11.10.5",
"@types/react": "^18.0.25",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.8.4"
}
}