-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 857 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 857 Bytes
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
{
"name": "native-expo",
"version": "1.0.0",
"main": "index.ts",
"license": "MIT",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest",
"perf-test": "reassure",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"expo": "~53.0.9",
"expo-status-bar": "~2.2.3",
"react": "19.0.0",
"react-native": "0.79.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@testing-library/react-native": "^13.2.0",
"@types/jest": "^30.0.0",
"@types/react": "~19.0.10",
"@types/react-test-renderer": "19.0.0",
"danger": "^13.0.4",
"jest": "^30.0.2",
"react-test-renderer": "19.0.0",
"reassure": "^1.4.0",
"typescript": "~5.8.3"
},
"private": true,
"packageManager": "[email protected]"
}