UNPKG

1.75 kBJSONView Raw
1{
2 "name": "material-ui-player",
3 "version": "0.2.5",
4 "types": "dist/index.d.ts",
5 "description": "React/Material-UI Audio and Video Components",
6 "main": "dist/index.js",
7 "files": [
8 "dist/**/*"
9 ],
10 "scripts": {
11 "prepublish": "tsc",
12 "build": "webpack",
13 "storybook": "start-storybook -p 6006 -c .storybook",
14 "build-storybook": "build-storybook -c .storybook/public -o public"
15 },
16 "keywords": [
17 "react",
18 "material-ui",
19 "audio",
20 "video"
21 ],
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/alelapi/material-ui-player.git"
25 },
26 "bugs": {
27 "url": "https://github.com/alelapi/material-ui-player/issues"
28 },
29 "homepage": "https://github.com/alelapi/material-ui-player#readme",
30 "author": "Alessio Lapi",
31 "license": "MIT",
32 "peerDependencies": {
33 "@material-ui/core": ">=4.0.0",
34 "@material-ui/icons": ">=4.0.0",
35 "react": ">=17.0.0",
36 "react-dom": ">=17.0.0"
37 },
38 "devDependencies": {
39 "@babel/core": "^7.14.8",
40 "@babel/plugin-transform-typescript": "^7.14.6",
41 "@babel/preset-env": "^7.14.9",
42 "@babel/preset-react": "^7.14.5",
43 "@material-ui/core": "^4.12.3",
44 "@material-ui/icons": "^4.11.2",
45 "@storybook/addon-actions": "^6.3.6",
46 "@storybook/addon-essentials": "^6.3.6",
47 "@storybook/addon-links": "^6.3.6",
48 "@storybook/react": "^6.3.6",
49 "babel-loader": "^8.2.2",
50 "babel-plugin-transform-imports": "^2.0.0",
51 "react": "^17.0.2",
52 "react-dom": "^17.0.2",
53 "storybook-addon-material-ui": "^0.9.0-alpha.24",
54 "ts-loader": "^9.2.5",
55 "typescript": "^4.3.5",
56 "webpack": "^5.48.0",
57 "webpack-cli": "^4.7.2"
58 },
59 "dependencies": {}
60}