-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.24 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
{
"name": "react-thumbnails-video-preview",
"version": "1.0.1",
"description": "react thumbnails video preview",
"main": "./build/index.js",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ldenblyd/react-thumbnails-video-preview.git"
},
"author": {
"name": "Loan Denblyden",
"email": "l.denblyden@gmail.com",
"url": "https://github.com/ldenblyd"
},
"contributors": [
{
"name": "cjumelin",
"email": "cjumelin@protonmail.com",
"url": "https://github.com/cjumelin"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ldenblyd/react-thumbnails-video-preview/issues"
},
"homepage": "https://github.com/ldenblyd/react-thumbnails-video-preview#readme",
"peerDependencies": {
"react": "^16.13.1"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^8.0.6",
"css-loader": "^3.3.0",
"style-loader": "^1.0.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"keywords": [
"grid",
"video",
"thumbnail",
"react",
"react-component",
"image",
"videos",
"images",
"youtube"
]
}