-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.89 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"scripts": {
"web-dev": "rnv run -p web",
"android": "rnv run -p android",
"clean": "rimraf platformAssets platformBuilds buildHooks/dist"
},
"devDependencies": {
"@flexn/assets-renative-outline": "0.3.2",
"@flexn/typescript-config": "1.0.0",
"@rnv/engine-rn": "0.37.4",
"@rnv/engine-rn-next": "0.37.4",
"@rnv/engine-rn-tvos": "0.37.4",
"@rnv/engine-rn-web": "0.37.4",
"@rnv/template-starter": "0.37.4",
"@types/react": "18.2.24",
"@types/react-dom": "~18.2.4",
"@types/react-native": "0.67.2",
"jetifier": "1.6.5",
"rnv": "0.37.4",
"typescript": "4.9.5",
"xcode": "2.1.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"@babel/traverse": "7.15.0"
},
"engines": {
"node": ">=16"
},
"name": "renative-theoplayer-sample",
"version": "0.1.0",
"dependencies": {
"@react-native-community/cli": "^6.0.0",
"@react-native-community/cli-platform-ios": "^6.0.0",
"@react-native-community/slider": "4.4.2",
"@rnv/renative": "0.37.4",
"@theoplayer/react-native-ui": "^0.9.0",
"next": "14.2.21",
"react": "18.2.0",
"react-art": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.67.2",
"react-native-gesture-handler": "2.9.0",
"react-native-google-cast": "^4.6.2",
"react-native-svg": "13.7.0",
"react-native-theoplayer": "8.12.0",
"react-native-web": "0.18.9",
"svgs": "4.2.0",
"theoplayer": "^8.8.3",
"react-native-tvos": "0.66.3-1"
}
}