UNPKG

1.6 kBJSONView Raw
1{
2 "name": "material-ui-player",
3 "version": "0.2.0",
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",
14 "build-storybook": "build-storybook"
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.12.10",
40 "@babel/plugin-transform-typescript": "^7.12.1",
41 "@babel/preset-env": "^7.12.11",
42 "@babel/preset-react": "^7.12.10",
43 "@material-ui/core": "^4.11.4",
44 "@material-ui/icons": "^4.11.2",
45 "@storybook/addon-actions": "^6.2.9",
46 "@storybook/addon-essentials": "^6.2.9",
47 "@storybook/addon-links": "^6.2.9",
48 "@storybook/react": "^6.2.9",
49 "babel-loader": "^8.2.2",
50 "react": "^17.0.1",
51 "react-dom": "^17.0.1",
52 "storybook-addon-material-ui": "^0.9.0-alpha.24",
53 "ts-loader": "^8.0.12",
54 "typescript": "^4.3.2",
55 "webpack": "^5.11.1",
56 "webpack-cli": "^4.3.0"
57 },
58 "dependencies": {}
59}