-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.44 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.44 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
46
47
48
49
50
51
52
53
54
{
"name": "react-native-video-vega",
"version": "0.2.0",
"description": "A <Video /> element for React Native Vega OS (fork of react-native-video)",
"main": "lib/index",
"source": "src/index",
"react-native": "src/index",
"author": "Community Contributors",
"repository": {
"type": "git",
"url": "git@github.com:TheWidlarzGroup/react-native-video-vega.git"
},
"resolutions": {
"@types/react": "~18.0.0"
},
"devDependencies": {
"@jamesacarr/eslint-formatter-github-actions": "^0.2.0",
"@react-native/eslint-config": "^0.72.2",
"@release-it/conventional-changelog": "^7.0.2",
"@types/jest": "^28.1.2",
"@types/react": "~18.0.0",
"@types/react-native": "0.72.3",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"eslint": "^8.19.0",
"eslint-plugin-jest": "^27.4.2",
"jest": "^29.7.0",
"prettier": "^2.4.1",
"react": "18.2.0",
"react-native": "0.72.0",
"release-it": "^16.2.1",
"typescript": "5.1.6",
"@amazon-devices/react-native-w3cmedia": "~2.1.6"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"@amazon-devices/react-native-w3cmedia": "*"
},
"scripts": {
"lint": "yarn eslint .",
"build": "yarn tsc",
"prepare": "yarn build",
"docs": "yarn --cwd docs build",
"release": "release-it",
"test": "echo no test available"
},
"files": [
"src",
"lib",
"!**/*.tsbuildinfo",
"!docs",
"!examples"
]
}