forked from muxinc/strapi-plugin-mux-video-uploader
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.9 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
60
61
62
63
64
65
66
67
68
69
70
{
"name": "strapi-plugin-mux-video-uploader",
"version": "2.2.1",
"description": "This plugin allows you to upload your content to Mux and use it with Strapi.",
"strapi": {
"name": "mux-video-uploader",
"displayName": "Mux Video Uploader",
"icon": "plug",
"description": "This plugin allows you to upload your content to Mux and use it with Strapi.",
"kind": "plugin"
},
"dependencies": {
"@mux-elements/mux-player-react": "^0.1.0-beta.19",
"@mux/mux-node": "^5.1.0",
"@mux/upchunk": "^2.3.1",
"@strapi/plugin-graphql": "4.15.5",
"@strapi/plugin-i18n": "4.15.5",
"@strapi/plugin-users-permissions": "4.15.5",
"@strapi/strapi": "4.15.5",
"@strapi/utils": "^4.15.5",
"@types/koa": "2.13.3",
"@types/lodash": "^4.14.182",
"@types/node": "^16.11.40",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@types/react-router-dom": "^5.1.5",
"@types/styled-components": "^5.1.25",
"axios": "^0.27.2",
"crypto-js": "^4.1.1",
"formik": "^2.2.9",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "5.20.2",
"styled-components": "^5.3.5",
"typescript": "^4.7.4"
},
"peerDependencies": {
"@strapi/strapi": "^4.15.5"
},
"scripts": {
"postinstall": "patch-package && tsc",
"build": "tsc",
"clean": "find . -type f -name '*.js' -delete"
},
"author": {
"name": "Erik Peña",
"email": "[email protected]",
"url": "https://github.com/erikpena"
},
"maintainers": [
{
"name": "Erik Peña",
"email": "[email protected]",
"url": "https://github.com/erikpena"
}
],
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"license": "MIT",
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
},
"devDependencies": {
"patch-package": "^8.0.0"
}
}