-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 901 Bytes
/
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
{
"scripts": {
"start": "EXPO_NO_TYPESCRIPT_SETUP=true expo start --dev-client",
"start-server": "partykit dev",
"deploy-server": "partykit deploy",
"android": "expo run:android",
"android:prod": "expo run:android --variant release",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"expo": "~48.0.21",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"react": "18.2.0",
"react-native": "0.71.14",
"react-native-nfc-manager": "3.14.8",
"react-native-paper": "5.11.1",
"react-native-safe-area-context": "4.5.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-use-websocket": "^0.2.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"partykit": "^0.0.39"
},
"private": true,
"name": "starter-polis-like-nfc",
"version": "1.0.0"
}