-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.66 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
{
"name": "rate-radar",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"lint": "npx eslint .",
"lint:fix": "npx eslint --fix .",
"prettier": "npx prettier ./src",
"prettier:fix": "npx prettier --write",
"test": "jest --silent",
"type:check": "tsc --noEmit"
},
"dependencies": {
"@expo-google-fonts/montserrat": "^0.2.3",
"@expo-google-fonts/poppins": "^0.2.3",
"@expo/vector-icons": "^14.0.2",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"clsx": "^2.1.1",
"expo": "~51.0.28",
"expo-font": "^12.0.9",
"expo-status-bar": "~1.12.1",
"i18next": "^23.13.0",
"nativewind": "^4.0.1",
"react": "18.2.0",
"react-i18next": "^15.0.1",
"react-native": "0.74.5",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"tailwindcss": "^3.4.10",
"yarn": "^1.22.22"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@testing-library/react-native": "^12.5.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jest": "^29.5.12",
"@types/react": "~18.2.45",
"eslint": "^8.57.0",
"eslint-config-expo": "^7.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unused-imports": "^4.1.3",
"jest": "^29.7.0",
"jest-expo": "^51.0.3",
"lefthook": "^1.7.13",
"prettier": "^3.3.3",
"react-test-renderer": "^18.3.1",
"ts-node": "^10.9.2",
"typescript": "^5.1.3"
},
"private": true
}