-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.14 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.14 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
{
"name": "@nutui/react-native-example",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start -c",
"android": "expo start -c --android",
"ios": "expo start -c --ios",
"web": "expo start -c --web",
"eject": "expo eject"
},
"dependencies": {
"@react-navigation/native": "^6.0.16",
"@react-navigation/native-stack": "^6.9.4",
"expo": "48.0.19",
"expo-linear-gradient": "^14.0.2",
"expo-status-bar": "^1.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.71.8",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "^3.20.0",
"react-native-web": "~0.18.10",
"resize-observer-polyfill": "^1.5.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@expo/webpack-config": "^18.1.0",
"@types/react": "~18.0.27",
"@types/react-native": "~0.72.2",
"babel-loader": "^8.1.0",
"react-error-overlay": "6.0.11",
"typescript": "^4.6.3"
},
"resolutions": {
"//": "See https://github.com/facebook/create-react-app/issues/11773",
"react-error-overlay": "6.0.11"
},
"private": true
}