-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.64 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
{
"name": "@baskvava/react-video-modal",
"version": "0.1.0-alpha",
"description": "This is a react library for video embbeded in modal",
"source": "example/src/index.html",
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"dev": "parcel example/src/index.html --open --dist-dir example/output"
},
"repository": {
"type": "git",
"url": "git+https://github.com/baskvava/react-video-modal.git"
},
"homepage": "https://baskvava.github.io/react-video-modal/",
"keywords": [
"react",
"video",
"modal",
"react-video",
"react-modal",
"video-modal",
"react-modal-video",
"react-video-modal"
],
"author": "baskvava",
"license": "MIT",
"bugs": {
"url": "https://github.com/baskvava/react-video-modal/issues"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"type": "module",
"dependencies": {
"@types/babel__core": "^7.20.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "8.3.3",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"parcel": "^2.9.3",
"postcss": "^8.4.29",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.28.1",
"rollup-plugin-dts": "^6.0.1",
"rollup-plugin-postcss": "^4.0.2",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"peerDependencies": {
"react": "^17.0 || ^18.0",
"react-dom": "^17.0 || ^18.0"
}
}