forked from ibrahimcesar/react-lite-youtube-embed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.34 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
{
"name": "@dsch/react-lite-youtube-embed",
"version": "0.4.3",
"main": "dist/index",
"module": "dist/index",
"repository": {
"type": "git",
"url": "https://github.com/ibrahimcesar/react-lite-youtube-embed.git"
},
"keywords": [
"React",
"Reactjs",
"YouTube",
"YouTube Embed",
"Adaptive Loading"
],
"author": {
"name": "Ibrahim Cesar",
"email": "[email protected]",
"url": "https://twitter.com/ibrahimcesar"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ibrahimcesar/react-lite-youtube-embed/issues"
},
"files": [
"dist"
],
"scripts": {
"start": "react-scripts start",
"build-examples": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"build": "rimraf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"babel-preset-react-app": "^9.1.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "^3.2.0",
"rimraf": "^3.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}