-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 929 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
32
33
34
35
36
37
38
39
40
{
"name": "medplum-react-native-example",
"version": "4.0.4",
"main": "src/main.ts",
"scripts": {
"android": "expo start --android",
"ios": "expo start --ios",
"lint": "eslint .",
"start": "expo start",
"web": "expo start --web"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"trailingComma": "es5"
},
"eslintConfig": {
"extends": [
"@medplum/eslint-config"
]
},
"dependencies": {
"@expo/metro-runtime": "4.0.1",
"@medplum/core": "4.0.4",
"@medplum/expo-polyfills": "4.0.4",
"@medplum/fhirtypes": "4.0.4",
"@medplum/react-hooks": "4.0.4",
"expo": "52.0.40",
"expo-status-bar": "2.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.75.4",
"react-native-web": "0.19.13"
},
"devDependencies": {
"@babel/core": "7.26.10",
"babel-preset-expo": "12.0.9",
"typescript": "5.8.2"
}
}