-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.58 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
48
49
50
51
52
{
"name": "app",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./src",
"packager": "env watchman watch-del-all && npm start -- --reset-cache"
},
"dependencies": {
"@react-native-masked-view/masked-view": "0.2.6",
"@react-navigation/native": "6.0.8",
"@react-navigation/native-stack": "6.4.1",
"axios": "0.25.0",
"react": "17.0.2",
"react-hook-form": "7.27.0",
"react-native": "0.67.4",
"react-native-gesture-handler": "2.2.0",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "3.10.2"
},
"devDependencies": {
"@babel/core": "7.17.2",
"@babel/runtime": "7.17.2",
"@react-native-community/eslint-config": "2.0.0",
"@testing-library/react-native": "9.0.0",
"@types/jest": "27.4.0",
"@types/react-native": "0.66.15",
"@types/react-test-renderer": "17.0.1",
"@typescript-eslint/eslint-plugin": "5.7.0",
"@typescript-eslint/parser": "5.7.0",
"babel-jest": "27.5.1",
"eslint": "7.14.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-react-native": "4.0.0",
"jest": "27.5.1",
"metro-react-native-babel-preset": "0.66.2",
"prettier": "2.5.1",
"react-test-renderer": "17.0.2",
"ts-jest": "27.1.3",
"typescript": "4.4.4"
},
"resolutions": {
"@types/react": "^17"
}
}