-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.24 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.24 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
39
40
41
42
43
44
45
{
"name": "daiem",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@config-plugins/react-native-blob-util": "^9.0.0",
"@expo/vector-icons": "^14.1.0",
"@react-native-async-storage/async-storage": "1.23.1",
"expo": "~52.0.46",
"expo-font": "~13.0.4",
"expo-linking": "~7.0.5",
"expo-router": "~4.0.20",
"expo-splash-screen": "~0.29.24",
"react": "18.3.1",
"react-native": "0.76.9",
"react-native-blob-util": "^0.21.2",
"react-native-paper": "^5.12.3",
"react-native-pdf": "^6.7.7",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@eslint/js": "^9.25.0",
"@expo/cli": "^0.22.26",
"@types/react": "~18.3.12",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"dotenv": "^16.5.0",
"eslint": "^9.25.0",
"eslint-plugin-react": "^7.37.5",
"expo": "^52.0.46",
"globals": "^16.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.1.3",
"typescript-eslint": "^8.30.1"
},
"private": true
}