-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.81 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-decorators": "7.18.2",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@flexn/assets-renative-outline": "0.3.2",
"@flexn/typescript": "0.1.6",
"@rnv/engine-rn": "0.37.4",
"@rnv/engine-rn-electron": "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.0",
"@types/lodash": "^4.17.0",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"@types/react-native": "~0.67.2",
"babel-plugin-module-resolver": "^5.0.0",
"jetifier": "1.6.5",
"rnv": "0.37.4",
"typescript": "4.9.5",
"xcode": "2.1.0"
},
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"@babel/traverse": "7.22.6",
"@babel/core": "^7.20.0",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"@babel/types": "7.22.5"
},
"name": "DSATask",
"version": "0.1.0",
"dependencies": {
"@lightningjs/sdk": "5.2.0",
"@react-native-community/cli": "^6.0.0",
"@react-native-community/cli-platform-ios": "^6.0.0",
"@react-native-community/masked-view": "0.1.6",
"@react-navigation/core": "6.1.0",
"@react-navigation/elements": "1.3.17",
"@react-navigation/native": "6.0.6",
"@react-navigation/native-stack": "5.0.5",
"@react-navigation/stack": "6.0.11",
"@react-navigation/web": "1.0.0-alpha.9",
"@react-navigation/bottom-tabs": "5.1.1",
"@react-navigation/drawer": "6.1.8",
"@react-navigation/material-bottom-tabs": "6.0.9",
"@react-navigation/material-top-tabs": "5.3.10",
"@react-navigation/routers": "5.1.0",
"@react-native-masked-view/masked-view": "0.2.9",
"@reduxjs/toolkit": "^1.8.1",
"@rnv/renative": "0.37.4",
"axios": "^1.6.8",
"lodash": "^4.17.21",
"next": "12.1.6",
"raf": "3.4.1",
"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-reanimated": "1.13.3",
"react-native-safe-area-context": "4.3.4",
"react-native-screens": "3.20.0",
"react-native-tvos": "0.66.3-1",
"react-native-web": "0.18.9",
"react-redux": "7.2.8"
}
}