-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.04 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
{
"name": "strapi-plugin-oembed-v4",
"version": "1.0.0",
"description": "Embed content from third party sites (YouTube, Vimeo, SoundCloud...) in Strapi",
"strapi": {
"name": "oembed",
"displayName": "oEmbed",
"icon": "globe-asia",
"description": "Embed content from third party sites (YouTube, Vimeo, SoundCloud...) in Strapi",
"kind": "plugin"
},
"dependencies": {
"@strapi/design-system": "^0.0.1-alpha.74",
"@strapi/helper-plugin": "4.0.7",
"axios": "^0.21.1",
"lodash": "^4.17.20",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-intl": "^5.8.8",
"react-router-dom": "^5.2.0"
},
"author": {
"name": "Htun"
},
"homepage": "https://github.com/htunh/strapi-plugin-oembed-v4",
"keywords": [
"strapi",
"plugin",
"oembed",
"embed",
"media",
"youtube",
"vimeo",
"tiktok",
"soundcloud"
],
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"license": "MIT",
"publishConfig": {
"@htunh:registry": "https://npm.pkg.github.com"
}
}