-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 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
{
"name": "react-native-starter",
"version": "0.0.1",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-navigation/native": "6.0.13",
"@react-navigation/native-stack": "6.9.1",
"expo": "47.0.6",
"expo-status-bar": "1.4.2",
"native-base": "3.4.22",
"prop-types": "15.8.1",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "3.18.0",
"react-native-svg": "13.4.0",
"react-native-table-component": "1.2.2",
"react-router-native": "6.4.3",
"zustand": "4.1.4",
"react-native-web": "~0.18.9",
"react-dom": "18.1.0",
"@expo/webpack-config": "^0.17.2"
},
"devDependencies": {
"@babel/core": "7.12.9",
"@tsconfig/react-native": "2.0.2",
"@types/react": "18.0.25",
"@types/react-native": "0.70.6",
"@types/react-test-renderer": "18.0.0",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"cypress": "11.1.0",
"eslint": "8.28.0",
"eslint-plugin-react": "7.31.11",
"typescript": "4.9.3"
},
"private": true
}