-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.37 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "@kittygram/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"@expo/metro-config": "~0.18.1",
"@expo/metro-runtime": "~3.2.1",
"@gorhom/bottom-sheet": "^4.6.4",
"@reduxjs/toolkit": "^2.2.8",
"expo": "~51.0.8",
"expo-constants": "~16.0.2",
"expo-image": "~1.13.0",
"expo-image-picker": "~15.0.7",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.23",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native-gesture-handler": "~2.16.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-svg-transformer": "1.3.0",
"react-native-toast-message": "^2.2.1",
"react-native-unistyles": "^2.10.0",
"react-native-web": "~0.19.11",
"react-redux": "^9.1.2",
"redux-devtools-expo-dev-plugin": "^0.2.1",
"ts-pattern": "^5.4.0"
},
"devDependencies": {
"@config-plugins/detox": "~8.0.0",
"@eslint/js": "^9.8.0",
"@expo/cli": "~0.18.13",
"@nx/detox": "20.0.0",
"@nx/eslint": "20.0.0",
"@nx/eslint-plugin": "20.0.0",
"@nx/expo": "20.0.0",
"@nx/jest": "20.0.0",
"@nx/js": "20.0.0",
"@nx/workspace": "20.0.0",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@testing-library/jest-dom": "~6.4.2",
"@testing-library/jest-native": "~5.4.3",
"@testing-library/react-native": "~12.5.0",
"@types/jest": "^29.5.12",
"@types/mime-types": "^2.1.4",
"@types/node": "^22.7.5",
"@types/react": "~18.2.45",
"babel-jest": "^29.7.0",
"babel-preset-expo": "~11.0.0",
"detox": "~20.18.1",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-expo": "~51.0.2",
"mime-types": "^2.1.35",
"nx": "20.0.0",
"prettier": "^2.6.2",
"react-test-renderer": "18.2.0",
"ts-jest": "^29.1.0",
"tslib": "^2.3.0",
"typescript": "~5.5.2",
"typescript-eslint": "^8.0.0"
}
}