-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.01 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": "react-confirm-prompt",
"version": "1.1.1",
"description": "responsive, customizable, and easy-to-use React component for creating confirm dialogs.",
"main": "dist/",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/nipun-dezoysa/react-confirm-prompt"
},
"keywords": [
"react",
"confirm",
"popup",
"alert",
"React confirm box",
"React confirm dialog",
"React confirm popup"
],
"author": "nipun_dezoysa",
"license": "MIT",
"homepage": "https://react-confirm-prompt.netlify.app/",
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"framer-motion": "^11.2.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"tsc-hooks": "^1.1.2",
"typescript": "^5.4.5"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"react-icons": "^5.2.1",
"framer-motion": "^11.2.11"
},
"files": [
"/dist"
]
}