-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 691 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 691 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
{
"dependencies": {
"expo": "^51.0.0",
"nativewind": "next",
"next": "13.5.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "^0.74.2",
"react-native-web": "0.19.8"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@expo/next-adapter": "^6.0.0",
"@types/react": "18.3.5",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "5.4.5"
},
"scripts": {
"start": "next dev",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"build": "next build"
},
"name": "myssr_app_test",
"version": "1.0.0",
"private": true
}