-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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
{
"name": "react-native-kvideo",
"version": "1.0.0",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"repository": "https://github.com/khalisafkari/react-native-kvideo.git",
"author": "khalis afkari <[email protected]>",
"scripts": {
"tsc": "tsc --init",
"build": "rm -rf ./dist && tsc",
"prestart": "npm run build",
"prepare": "npm run build"
},
"keywords": [
"react-native-ivideo",
"react-native-video",
"react-native-video-play",
"video",
"react-video"
],
"license": "MIT",
"dependencies": {
"@react-native-community/slider": "^2.0.9",
"react": "^16.13.1",
"react-native": "^0.62.2",
"react-native-system-setting": "^1.7.4",
"react-native-vector-icons": "^6.6.0",
"react-native-video": "^4.4.5"
},
"devDependencies": {
"@types/jest": "^25.2.1",
"@types/react": "^16.9.34",
"@types/react-native": "^0.62.7",
"@types/react-native-vector-icons": "^6.4.5",
"@types/react-native-video": "^5.0.1",
"typescript": "^3.8.3"
}
}