-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.16 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
64
65
{
"name": "baptistemcn",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest --run-in-band",
"test:coverage": "jest --coverage --verbose --ci --run-in-band --bail --silent",
"test:watch": "jest --watch --run-in-band",
"format": "prettier . --write",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"prepare": "husky install"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.19.2",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/drawer": "^6.6.3",
"@react-navigation/native": "^6.1.7",
"@react-navigation/stack": "^6.3.17",
"@shopify/restyle": "^2.0.0",
"cross-fetch": "^4.0.0",
"dotenv": "^16.3.1",
"expo": "~49.0.8",
"expo-constants": "~14.4.2",
"expo-localization": "~14.3.0",
"expo-secure-store": "~12.3.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"i18next": "^23.4.5",
"jest": "^29.6.3",
"jest-expo": "^49.0.0",
"react": "18.2.0",
"react-i18next": "^13.2.0",
"react-native": "0.72.3",
"react-native-gesture-handler": "~2.12.1",
"react-native-localize": "^3.0.2",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.1",
"react-native-vector-icons": "^9.2.0"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^12.2.2",
"@types/jest": "^29.5.4",
"@types/react": "~18.2.21",
"@types/react-native-vector-icons": "^6.4.14",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.47.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"typescript": "^5.1.6"
},
"private": true
}