-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
{
"name": "react-hook-use-dialog",
"description": "React hook to control and trigger dialogs",
"private": false,
"version": "0.9.5",
"main": "lib-esm/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/brense/react-use-dialog.git"
},
"keywords": [
"react",
"hooks",
"dialog"
],
"author": "Rense Bakker",
"license": "MIT",
"bugs": {
"url": "https://github.com/brense/react-use-dialog.git"
},
"homepage": "https://github.com/brense/react-use-dialog.git#readme",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"prepublishOnly": "tsc --p tsconfig.npm.json"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.11.7",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-plugin-mkcert": "^1.12.0"
}
}