-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.05 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.05 KB
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
{
"name": "react-youtube-slide",
"version": "1.0.3",
"description": "Youtube thumnail slide and player based on React.js",
"main": "index.js",
"scripts": {
"compile": "babel src --out-dir dist"
},
"author": {
"name": "Nick(Seungjoo Moon)",
"email": "nick901106@gmail.com",
"url": "https://github.com/SEUNGJOOMOON/"
},
"files": [
"README.md",
"index.js",
"dist/",
"css/"
],
"license": "ISC",
"dependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.16.0",
"babel-core": "^6.16.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^8.0.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"jquery": "^3.4.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-modal": "^3.8.1",
"webpack": "^4.30.0"
},
"repository": {
"type": "git",
"url": "https://github.com/SEUNGJOOMOON/react-youtube-slide"
},
"keywords": [
"react",
"youtube",
"react-component",
"youtube-slide",
"youtube-thumnail"
]
}