-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
86 lines (86 loc) · 2.63 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
80
81
82
83
84
85
86
{
"name": "nx-expo-poetry",
"version": "0.0.0",
"private": true,
"homepage": "https://xiongemi.github.io/nx-expo-poetry/",
"license": "MIT",
"scripts": {
"deploy": "gh-pages -d apps/poetry-app/dist",
"start": "nx serve",
"test": "nx test"
},
"dependencies": {
"@expo/metro-config": "~0.18.11",
"expo": "~51.0.31",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.25",
"expo-splash-screen": "0.27.5",
"expo-status-bar": "1.12.1",
"expo-structured-headers": "^3.7.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-gesture-handler": "~2.16.1",
"react-native-paper": "^5.12.3",
"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-vector-icons": "^10.0.3",
"react-redux": "^8.0.5",
"sentry-expo": "~7.0.0",
"tslib": "^2.0.0"
},
"devDependencies": {
"@config-plugins/detox": "8.0.0",
"@expo/cli": "0.18.25",
"@expo/metro-runtime": "~3.2.3",
"@expo/vector-icons": "^14.0.2",
"@nx/detox": "19.4.2",
"@nx/eslint": "19.4.2",
"@nx/eslint-plugin": "19.4.2",
"@nx/expo": "19.4.2",
"@nx/jest": "19.4.2",
"@nx/js": "19.4.2",
"@nx/web": "19.4.2",
"@nx/workspace": "19.4.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-native": "5.4.3",
"@testing-library/react-native": "12.5.1",
"@types/jest": "29.4.4",
"@types/node": "18.19.15",
"@types/react": "~18.2.79",
"@types/redux-logger": "^3.0.9",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"babel-jest": "29.4.3",
"date-fns": "^2.28.0",
"detox": "20.18.5",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.27.0",
"eslint-plugin-react-hooks": "4.3.0",
"gh-pages": "^4.0.0",
"jest": "29.4.3",
"jest-circus": "27.2.3",
"jest-expo": "~51.0.4",
"metro-babel-register": "0.74.0",
"nx": "19.4.2",
"prettier": "2.6.2",
"react-native-web": "0.19.12",
"react-router": "^6.11.2",
"react-test-renderer": "18.2.0",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"string-similarity-js": "^2.1.4",
"ts-jest": "29.1.0",
"typescript": "~5.3.3"
},
"packageManager": "[email protected]"
}