-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.38 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.38 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
46
47
48
49
50
51
52
{
"name": "dailysnap-fe",
"version": "1.0.0",
"main": "expo-router/entry",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint .",
"prepare": "husky"
},
"dependencies": {
"@expo/config-plugins": "~9.0.0",
"@react-native-community/netinfo": "11.4.1",
"@tanstack/react-query": "5.76.1",
"axios": "1.10.0",
"expo": "~52.0.47",
"expo-constants": "~17.0.8",
"expo-linking": "~7.0.5",
"expo-router": "4.0.21",
"expo-status-bar": "~2.0.1",
"nativewind": "2.0.11",
"react": "18.3.1",
"react-native": "0.76.9",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "^15.8.0",
"react-native-webview": "13.12.5",
"tailwindcss": "3.3.0",
"zod": "3.25.7"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1",
"@types/react": "~18.3.12",
"babel-plugin-module-resolver": "5.0.2",
"eslint": "8.57.0",
"eslint-config-expo": "~8.0.1",
"eslint-config-prettier": "10.1.1",
"eslint-plugin-prettier": "5.2.5",
"husky": "9.1.7",
"prettier": "3.6.2",
"react-native-svg-transformer": "^1.5.1",
"typescript": "5.3.3"
},
"private": true
}