forked from kingstinct/react-native-device-activity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.23 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.23 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
{
"name": "react-native-device-activity-example",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "INTERNALLY_TEST_EXAMPLE_PROJECT=true expo start",
"android": "INTERNALLY_TEST_EXAMPLE_PROJECT=true expo run:android",
"ios": "INTERNALLY_TEST_EXAMPLE_PROJECT=true expo run:ios",
"web": "INTERNALLY_TEST_EXAMPLE_PROJECT=true expo start --web",
"bundle": "INTERNALLY_TEST_EXAMPLE_PROJECT=true expo export",
"typecheck": "tsc --noEmit",
"prebuild": "rm -rf targets && COPY_TO_TARGET_FOLDER=true INTERNALLY_TEST_EXAMPLE_PROJECT=true npx expo prebuild --platform=ios --clean"
},
"dependencies": {
"expo": "52",
"expo-asset": "~11.0.5",
"expo-file-system": "~18.0.12",
"expo-notifications": "~0.29.14",
"react": "18.3.1",
"react-native": "0.76.9",
"react-native-device-activity": "workspace:*",
"react-native-paper": "^5.12.5",
"react-native-safe-area-context": "4.12.0",
"react-native-vector-icons": "^10.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.3.12",
"expo-build-properties": "~0.13.2",
"typescript": "~5.3.3"
},
"private": true,
"expo": {
"autolinking": {
"nativeModulesDir": "../.."
}
}
}