This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
59 lines (59 loc) · 1.71 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
57
58
59
{
"name": "sanity-mux-player",
"version": "0.0.27",
"description": "A video player to play videos in the front end uploaded with the Sanity MUX plugin",
"main": "build/index.js",
"scripts": {
"build": "babel src -d build --copy-files",
"prepublishOnly": "npm run build",
"test-app": "babel src -d test-app/src/player --copy-files --watch & cd ./test-app && react-app-rewired start --scripts-version react-scripts-rewired"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanity-io/sanity-plugin-mux-input.git"
},
"keywords": [
"sanity",
"video",
"mux",
"player"
],
"publishConfig": {
"access": "public"
},
"author": "Sanity.io <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sanity-io/sanity-mux-player/issues"
},
"homepage": "https://github.com/sanity-io/sanity-mux-player#readme",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.2",
"eslint": "^6.1.0",
"eslint-config-prettier": "^3.0.1",
"eslint-config-sanity": "^4.0.2",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"prettier": "^1.14.2",
"react": "16.5.2",
"react-app-rewire-eslint": "^0.2.3",
"react-app-rewired": "^2.1.3",
"react-dom": "16.5.2",
"react-hot-loader": "4.3.8",
"react-scripts-rewired": "^3.1.1"
},
"dependencies": {
"hls.js": "^0.11.0",
"lodash": "^4.17.20",
"prop-types": "^15.6.0"
},
"peerDependencies": {
"react": ">=16.3.x"
}
}