-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.09 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.09 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "react-toast-plus",
"description": "React Toast Plus: A flexible, customizable, and modern toast notification library for React.",
"private": false,
"version": "0.1.2",
"license": "MIT",
"keywords": [
"react",
"toast",
"toast-notifications",
"notifications",
"react-toast",
"toast-library",
"customizable-toast",
"toast-ui",
"react-toast-notifications",
"react-hooks",
"toast-component",
"transitions",
"draggable-toast",
"styled-components",
"toast-animation",
"success-toast",
"error-toast",
"info-toast",
"warning-toast",
"react-toast-plus",
"notification-library",
"react-notifications",
"react-toastify-alternative",
"hot-toast"
],
"type": "module",
"files": [
"dist"
],
"main": "./dist/react-toast-plus.umd.cjs",
"module": "./dist/react-toast-plus.js",
"types": "./dist/react-toast-plus.d.ts",
"exports": {
".": {
"import": "./dist/react-toast-plus.js",
"require": "./dist/react-toast-plus.umd.cjs"
}
},
"sideEffects": false,
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc -b && vite build",
"lint": "eslint .",
"prepublish": "npm run build",
"dev": "vite --host --port 3000"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.20.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.14.0",
"rimraf": "^6.0.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.0",
"vite": "^6.1.0",
"vite-plugin-dts": "^4.5.0",
"vite-plugin-lib-inject-css": "^2.2.1",
"vite-tsconfig-paths": "^5.1.4"
},
"dependencies": {
"goober": "^2.1.16"
},
"repository": {
"type": "git",
"url": "https://github.com/3mmarYasser/react-toast-plus.git"
},
"homepage": "https://github.com/3mmarYasser/react-toast-plus#readme"
}