-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.24 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
50
51
52
53
{
"name": "react-flash-toast",
"description": "A lightweight, customizable toast notification library for React applications.",
"version": "1.0.2",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"style": "dist/index.css",
"scripts": {
"build": "npx rollup -c"
},
"keywords": [
"react",
"toast",
"toast-notifications",
"react-toast",
"flash-toast",
"react-toast-notifications",
"UI",
"user-interface",
"alerts",
"notification-system",
"react-alerts",
"customizable-toast",
"react-components",
"frontend"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "^18.3.3",
"jsx": "^0.9.89",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.18.1",
"rollup-plugin-postcss": "^4.0.2",
"tslib": "^2.6.3",
"typescript": "^5.5.3"
},
"repository": {
"type": "git",
"url": "https://github.com/Devsethi3/react-flash-toast.git"
},
"bugs": {
"url": "https://github.com/Devsethi3/react-flash-toast/issues"
},
"homepage": "https://github.com/Devsethi3/react-flash-toast#readme"
}