forked from quipper/react-native-brightcove-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
{
"name": "react-native-brightcove-player",
"version": "1.0.4",
"description": "A React Native implementation of Brightcove Player SDK.",
"main": "index.js",
"keywords": [
"react-native",
"ios",
"android",
"brightcove",
"react-component"
],
"author": "Brightcove Global Services",
"license": "https://www.brightcove.com/en/terms-and-conditions/",
"homepage": "https://github.com/BrightcovePS/react-native-brightcove-player#readme",
"dependencies": {
"deprecated-react-native-prop-types": "^2.2.0",
"prop-types": "^15.5.10"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.0.2",
"@evilmartians/lefthook": "^1.2.2",
"@react-native-community/eslint-config": "^3.0.2",
"@release-it/conventional-changelog": "^5.0.0",
"@types/jest": "^28.1.2",
"@types/react": "~17.0.21",
"@types/react-native": "0.70.0",
"commitlint": "^17.0.2",
"del-cli": "^5.0.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^28.1.1",
"pod-install": "^0.1.0",
"prettier": "^2.0.5",
"react": "18.0.0",
"react-native": "0.69",
"react-native-builder-bob": "^0.20.0",
"release-it": "^15.0.0",
"typescript": "^4.5.2"
}
}