-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.14 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.14 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
{
"name": "react-notifications-cascade",
"version": "2.0.0",
"description": "A flexible notification system with action button support, configurable duration, and backwards compatibility built with React and Material UI",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c rollup.config.js",
"dev": "rollup -c -w",
"test": "jest",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"@emotion/react": ">=11.0.0",
"@emotion/styled": ">=11.0.0",
"@mui/icons-material": ">=5.0.0",
"@mui/material": ">=5.0.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.1",
"@types/jest": "^29.5.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"jest": "^29.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.25.3",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.6.0",
"typescript": "^5.1.6"
},
"keywords": [
"react",
"notifications",
"material-ui",
"toast",
"alerts",
"action-buttons",
"snackbar",
"cascade",
"animation"
],
"author": "Andrei-Constantin Alexandru",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/programmer4web/react-notifications-cascade.git"
},
"bugs": {
"url": "https://github.com/programmer4web/react-notifications-cascade/issues"
},
"homepage": "https://github.com/programmer4web/react-notifications-cascade#readme",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"dependencies": {}
}