-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.25 KB
/
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
41
42
43
44
45
46
47
{
"name": "scratch",
"version": "1.0.0",
"main": "expo-router/entry",
"web": {
"bundler": "metro"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint .",
"build": "next build"
},
"dependencies": {
"@expo/next-adapter": "^6.0.0",
"@expo/vector-icons": "^14.0.0",
"@tanstack/react-query": "^5.18.0",
"expo": "~50.0.5",
"expo-constants": "~15.4.5",
"expo-linking": "~6.2.2",
"expo-router": "~3.4.6",
"expo-status-bar": "~1.11.1",
"next": "^14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.2",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-web": "~0.19.6",
"styled-components": "^6.1.8",
"expo-linear-gradient": "~12.7.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-transform-export-namespace-from": "^7.23.4",
"@tanstack/eslint-plugin-query": "^5.18.0",
"@types/react": "~18.2.45",
"eslint": "^8.56.0",
"eslint-config-universe": "^12.0.0",
"prettier": "^3.2.4",
"typescript": "^5.1.3"
},
"private": true
}