-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.49 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.49 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
{
"name": "material-ui-player",
"version": "2.0.1",
"types": "dist/index.d.ts",
"description": "React/Material-UI Audio and Video Components",
"main": "dist/index.js",
"files": [
"dist/**/*"
],
"scripts": {
"prepublish": "tsc",
"build": "webpack",
"storybook": "storybook dev -p 6006 -c .storybook",
"build-storybook": "storybook build -c .storybook/public -o public"
},
"keywords": [
"react",
"material-ui",
"mui",
"audio",
"video"
],
"repository": {
"type": "git",
"url": "git+https://github.com/alelapi/material-ui-player.git"
},
"bugs": {
"url": "https://github.com/alelapi/material-ui-player/issues"
},
"homepage": "https://github.com/alelapi/material-ui-player#readme",
"author": "Alessio Lapi",
"license": "MIT",
"peerDependencies": {
"@emotion/react": ">=11.0.0",
"@emotion/styled": ">=11.0.0",
"@mui/material": ">=7.0.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"devDependencies": {
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@mui/material": "7.0.2",
"@storybook/addon-essentials": "7.6.20",
"@storybook/addon-links": "7.6.20",
"@storybook/react": "7.6.20",
"@storybook/react-webpack5": "7.6.20",
"storybook": "7.6.20",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"react": "18.2.0",
"react-dom": "18.2.0",
"ts-loader": "9.4.2",
"typescript": "4.9.5",
"webpack": "5.105.2",
"webpack-cli": "5.0.1"
}
}