forked from ibrahimcesar/react-lite-youtube-embed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) Β· 1.95 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
{
"name": "react-lite-youtube-embed",
"version": "2.3.5",
"description": "A private by default, faster and cleaner YouTube embed component for React applications",
"main": "dist/index.jsx",
"module": "dist/index.es.jsx",
"types": "dist/index.d.ts",
"scripts": {
"build": "npx rollup -c"
},
"repository": {
"type": "git",
"url": "https://github.com/ibrahimcesar/react-lite-youtube-embed.git"
},
"author": {
"name": "Ibrahim Cesar",
"email": "email@ibrahimcesar.com",
"url": "https://ibrahimcesar.cloud"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ibrahimcesar/react-lite-youtube-embed/issues"
},
"homepage": "https://github.com/ibrahimcesar/react-lite-youtube-embed",
"keywords": [
"React",
"Reactjs",
"YouTube",
"YouTube Embed",
"Adaptive Loading"
],
"peerDependencies": {
"react": ">=16.0.8",
"react-dom": ">=16.0.8"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-typescript": "^7.15.4",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@types/jest": "^27.0.1",
"@types/react": "^17.0.19",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-preset-minify": "^0.5.1",
"css-loader": "^6.2.0",
"eslint": "^7.32.0",
"prettier": "^2.3.2",
"react": "*",
"react-dom": "*",
"rollup-plugin-banner2": "^1.2.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.4.2"
},
"volta": {
"node": "16.16.0",
"npm": "7.8.0"
}
}