-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.26 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
{
"name": "rn-video-slider",
"version": "0.5.1",
"description": "A dedicated progress slider for video players in React-native.",
"main": "src/index.tsx",
"directories": {
"example": "testapp"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"ts-check": "tsc -p tsconfig.json",
"eslint-check": "eslint --ext .js,.jsx,.ts,.tsx ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/armata99/rn-video-slider.git"
},
"keywords": [
"react",
"react-native",
"video",
"slider",
"seekbar",
"seeker",
"component",
"progress",
"progressbar"
],
"author": "armata99",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.xx.x",
"react-native-gesture-handler": "^2.x.x",
"react-native-reanimated": "^3.x.x"
},
"devDependencies": {
"@tsconfig/react-native": "^3.0.2",
"@types/jest": "^29.5.3",
"@types/react": "^18.2.18",
"@types/react-native": "^0.72.2",
"typescript": "^5.1.6",
"@react-native/eslint-config": "^0.72.2",
"eslint": "^8.19.0",
"prettier": "^2.4.1"
},
"homepage": "https://github.com/armata99/rn-video-slider#readme",
"bugs": {
"url": "https://github.com/armata99/rn-video-slider/issues"
}
}