-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.16 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
{
"name": "react-new-video-play",
"version": "1.0.4",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"rollup": "rollup -c --bundleConfigAsCjs"
},
"keywords": [
"react",
"video",
"play",
"player"
],
"author": {
"name": "MD Samiul Alam khan",
"email": "khanriad60@gmail.com",
"url": "https://qbexel.com"
},
"homepage": "https://github.com/riadkhan60",
"repository": "https://github.com/riadkhan60/react-video-play",
"email": "khanriad60@gmail.com",
"license": "MIT",
"description": "",
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.0",
"@types/react": "^18.3.9",
"react": "^18.3.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.7.0",
"typescript": "^5.6.2"
},
"dependencies": {
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@types/styled-components": "^5.1.34",
"rollup": "^4.22.4",
"styled-components": "^6.1.13"
}
}