-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.05 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
{
"name": "NativewindExample",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": " export SET NODE_OPTIONS=--openssl-legacy-provider && expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/webpack-config": "^18.0.1",
"@types/react": "~18.0.27",
"expo": "~48.0.15",
"expo-status-bar": "~1.4.4",
"nativewind": "^2.0.11",
"postcss-loader": "^4.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.8",
"react-native-web": "~0.18.10",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.4",
"@babel/core": "^7.20.0"
},
"devDependencies": {
"@babel/core": "7.12.9",
"@expo/webpack-config": "0.17.2",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1",
"autoprefixer": "^10.4.8",
"babel-preset-expo": "^9.2.0",
"postcss": "^8.4.16",
"postcss-loader": "^4.2.0",
"tailwindcss": "^3.1.8",
"typescript": "^4.6.3"
},
"private": true
}