-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.9 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "react-toaster-library",
"version": "1.1.3",
"description": "React library for creating toasters",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"author": {
"name": "Mohsin Shaikh",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"react-toaster",
"React toaster",
"best react toaster library",
"react toaster library",
"toaster for react",
"react toast",
"react toast component"
],
"repository": {
"type": "git",
"url": "https://github.com/mohsinsk/React-toaster.git"
},
"bugs": {
"url": "https://github.com/mohsinsk/React-toaster/issues"
},
"maintainers": [
{
"name": "Mohsin Shaikh",
"email": "[email protected]"
}
],
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"dependencies": {
"@babel/runtime": "^7.26.0",
"react-icons": "5.2.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.15",
"loader-utils": "3.2.1",
"postcss": "^8.4.49",
"postcss-modules": "^6.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^2.79.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"typescript": "4.4.4"
},
"scripts": {
"start": "react-scripts start",
"build": "rollup -c",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}