-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.06 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
46
47
48
49
{
"name": "react-handle-alert",
"version": "0.7.0",
"description": "A React library to handle alert and confirm without components",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
}
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/preset-react": "^7.24.1",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"typescript": "^4.0.0"
},
"scripts": {
"build": "tsc && cp src/*.css dist/"
},
"homepage": "https://react-handle-alert.vercel.app",
"repository": {
"type": "git",
"url": "git+https://github.com/ryxxn/react-handle-alert.git"
},
"keywords": [
"react",
"react-handle-alert",
"react-alert",
"react alert",
"react-confirm",
"react confirm",
"react handle alert",
"alert",
"confirm",
"dialog"
],
"author": "Dochi <[email protected]>",
"license": "MIT"
}