UNPKG

1.3 kBJSONView Raw
1{
2 "name": "material-ui-player",
3 "version": "0.1.11",
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 },
14 "keywords": [
15 "react",
16 "material-ui",
17 "audio",
18 "video"
19 ],
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/alelapi/material-ui-player.git"
23 },
24 "bugs": {
25 "url": "https://github.com/alelapi/material-ui-player/issues"
26 },
27 "homepage": "https://github.com/alelapi/material-ui-player#readme",
28 "author": "Alessio Lapi",
29 "license": "MIT",
30 "peerDependencies": {
31 "@material-ui/core": ">=4.0.0",
32 "@material-ui/icons": ">=4.0.0",
33 "react": ">=17.0.0"
34 },
35 "devDependencies": {
36 "@babel/core": "^7.12.10",
37 "@babel/plugin-transform-typescript": "^7.12.1",
38 "@babel/preset-env": "^7.12.11",
39 "@babel/preset-react": "^7.12.10",
40 "@material-ui/core": "^4.11.2",
41 "@material-ui/icons": "^4.11.2",
42 "babel-loader": "^8.2.2",
43 "react": "^17.0.1",
44 "react-dom": "^17.0.1",
45 "ts-loader": "^8.0.12",
46 "typescript": "^4.1.3",
47 "webpack": "^5.11.1",
48 "webpack-cli": "^4.3.0"
49 }
50}