-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.12 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.12 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "nimbus",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~4.0.1",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/netinfo": "11.4.1",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-navigation/native": "^7.0.15",
"@react-navigation/native-stack": "^7.2.1",
"@shopify/react-native-skia": "1.5.0",
"art": "^0.10.3",
"axios": "^1.6.7",
"buffer": "^6.0.3",
"d3": "^7.9.0",
"d3-interpolate-path": "^2.3.0",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"expo": "^52.0.37",
"expo-build-properties": "~0.13.2",
"expo-constants": "^17.0.7",
"expo-dev-client": "~5.0.12",
"expo-keep-awake": "~14.0.3",
"expo-linear-gradient": "~14.0.2",
"expo-navigation-bar": "~4.0.8",
"expo-status-bar": "~2.0.1",
"jsdoc": "^4.0.4",
"lodash": "^4.17.21",
"pako": "^2.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.7",
"react-native-chart-kit": "^6.12.0",
"react-native-draggable": "^3.3.0",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-draglist": "^3.8.2",
"react-native-dropdown-picker": "^5.4.6",
"react-native-element-dropdown": "^2.12.2",
"react-native-gesture-handler": "~2.20.2",
"react-native-qrcode-svg": "^6.3.0",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-web": "~0.19.6",
"react-spring": "^9.7.3",
"typescript": "~5.3.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-native-community/cli": "latest",
"@types/d3": "^7.4.3",
"@types/d3-interpolate-path": "^2.0.3",
"@types/d3-scale": "^4.0.8",
"@types/d3-shape": "^3.1.6",
"@types/react": "~18.3.12",
"@types/react-native": "^0.73.0",
"react-native-svg-transformer": "^1.4.0"
},
"private": true
}