-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.76 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
77
78
{
"version": "1.1.0",
"name": "mui-message",
"description": "Send messages (snackBar messages) as convenient as using antd when use MUI(@mui/material), without using hooks or creating Snackbar components frequently.",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"scripts": {
"dev": "father dev",
"build": "father build",
"build:deps": "father prebundle",
"prepublishOnly": "father doctor && npm run build"
},
"keywords": [
"mui",
"material-ui",
"antd",
"snackbar",
"notistack",
"iimm",
"www.iimm.ink",
"liudichen",
"notification",
"react",
"@mui/material",
"material UI",
"hooks",
"useMessage",
"MessageBox",
"message"
],
"author": {
"name": "liudichen",
"email": "[email protected]",
"url": "https://www.iimm.ink"
},
"license": "MIT",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@mui/icons-material": "^5.10.0",
"@mui/material": "^5.10.0",
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"repository": {
"url": "https://github.com/liudichen/mui-message",
"type": "https"
},
"peerDependenciesMeta": {
"@emotion/react": {
"optional": true
},
"@emotion/styled": {
"optional": true
}
},
"devDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.16",
"@mui/material": "^5.15.16",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"father": "^4.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^4.9.5"
},
"dependencies": {
"notistack": "^2.0.8"
}
}