-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.93 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
53
54
55
56
57
58
59
60
61
62
63
{
"name": "rate-repository-app",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"lint": "eslint ./src/**/*.{js,jsx} App.js --no-error-on-unmatched-pattern",
"test": "jest"
},
"jest": {
"preset": "jest-expo",
"transform": {
"^.+\\.jsx?$": "babel-jest"
},
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg|react-router-native)"
],
"setupFilesAfterEnv": [
"<rootDir>/setupTests.js"
]
},
"dependencies": {
"@apollo/client": "^3.5.8",
"@expo/metro-config": "^0.3.9",
"@react-native-async-storage/async-storage": "~1.15.0",
"date-fns": "^2.28.0",
"dotenv": "^16.0.0",
"expo": "~44.0.0",
"expo-linking": "~3.0.0",
"expo-status-bar": "~1.2.0",
"formik": "^2.2.9",
"graphql": "^16.3.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-paper": "^4.11.2",
"react-native-web": "0.17.1",
"react-router-dom": "^6.2.1",
"react-router-native": "^6.2.1",
"yup": "^0.32.11",
"@react-native-picker/picker": "2.2.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/eslint-parser": "^7.17.0",
"@testing-library/dom": "^8.11.3",
"@testing-library/jest-native": "^4.0.4",
"@testing-library/react-native": "^9.0.0",
"eslint": "^8.9.0",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-native": "^4.0.0",
"jest": "^27.5.1",
"jest-expo": "^44.0.1",
"react-test-renderer": "^17.0.1",
"typescript": "^4.5.5"
},
"private": true
}