-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
56 lines (56 loc) · 1.27 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
{
"name": "mui-image",
"version": "1.0.7",
"description": "Display images as per the Material guidelines. For React apps using Material-UI v5.",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"prepublishOnly": "npm run build",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server",
"size": "size-limit"
},
"peerDependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/material": "^5.0.1",
"prop-types": "^15.7.2",
"react": "^17.0.2 || ^18.0.0"
},
"devDependencies": {
"@fontsource/fira-code": "^4.5.1",
"@size-limit/preset-small-lib": "^7.0.8",
"nwb": "0.25.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"size-limit": "^7.0.8",
"typeit-react": "^2.0.3"
},
"size-limit": [
{
"path": "es/index.js"
}
],
"author": "benmneb",
"homepage": "https://mui-image.surge.sh/",
"license": "ISC",
"repository": "https://github.com/benmneb/mui-image",
"keywords": [
"material-ui",
"material-ui image",
"material-ui-image",
"material design",
"react",
"loading image"
]
}