-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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
{
"scripts": {
"start": "expo start",
"start:clean": "expo start --clear",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint ."
},
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@expo/webpack-config": "^19.0.0",
"expo": "^49.0.3",
"expo-clipboard": "~4.3.1",
"expo-font": "~11.4.0",
"expo-location": "~16.1.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.48.2",
"react-native": "0.72.6",
"react-native-reanimated": "~3.3.0",
"react-native-share": "^10.0.2",
"react-native-web": "~0.19.6",
"react-share": "^5.0.3"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@types/react": "~18.2.14",
"@types/react-native": "~0.70.6",
"eslint": "^8.55.0",
"eslint-config-universe": "^12.0.0",
"prettier": "^3.1.0",
"typescript": "^5.1.3"
},
"version": "1.0.0",
"private": true,
"name": "air-quality-hackathon-rn"
}