-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.16 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.16 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
{
"name": "rythmy",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/html-elements": "^0.5.1",
"@expo/webpack-config": "^19.0.0",
"@tanstack/react-query": "^4.35.0",
"@types/react": "~18.2.14",
"axios": "^1.5.0",
"buffer": "^6.0.3",
"expo": "~49.0.8",
"expo-background-fetch": "~11.3.0",
"expo-linking": "~5.0.2",
"expo-sensors": "~12.3.0",
"expo-status-bar": "~1.6.0",
"expo-web-browser": "~12.3.2",
"lodash": "^4.17.21",
"randomstring": "^1.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.4",
"react-native-accurate-step-counter": "^2.0.4",
"react-native-shake": "^5.5.0",
"react-native-svg": "13.9.0",
"react-native-uuid": "^2.0.1",
"react-native-web": "~0.19.6",
"react-query": "^3.39.3",
"typescript": "^5.1.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react-native": "^0.72.2",
"react-native-url-polyfill": "^2.0.0"
},
"private": true
}