-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.78 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
87
{
"name": "democracy",
"version": "1.0.0",
"main": "expo-router/entry",
"packageManager": "[email protected]",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint .",
"lint:ts": "tsc --noEmit",
"doctor": "yarn expo-doctor",
"test:e2e": "maestro test .maestro/flows/",
"test:e2e:smoke": "maestro test .maestro/flows/smoke.yaml",
"test:e2e:verification": "maestro test .maestro/flows/verification.yaml"
},
"dependencies": {
"@apollo/client": "^3.12.6",
"@democracy-deutschland/ui": "^0.0.7",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/drawer": "^7.0.19",
"@react-navigation/material-top-tabs": "^7.1.0",
"apollo-link-context": "^1.0.20",
"apollo-link-rest": "^0.9.0",
"d3-array": "^3.2.4",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"dateformat": "^5.0.3",
"expo": "~52.0.31",
"expo-application": "~6.0.1",
"expo-build-properties": "~0.13.2",
"expo-dev-client": "~5.0.11",
"expo-device": "~7.0.1",
"expo-linking": "~7.0.5",
"expo-notifications": "~0.29.13",
"expo-router": "~4.0.11",
"expo-splash-screen": "~0.29.21",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.8",
"graphql": "^16.10.0",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"lodash.unionby": "^4.8.0",
"qs": "^6.14.0",
"react": "18.3.1",
"react-native": "0.76.7",
"react-native-blob-util": "^0.21.2",
"react-native-config": "^1.5.3",
"react-native-device-info": "^14.0.2",
"react-native-gesture-handler": "~2.20.2",
"react-native-keychain": "^9.2.2",
"react-native-linear-gradient": "^2.8.3",
"react-native-markdown-view": "https://github.com/Benjamin-Dobell/react-native-markdown-view",
"react-native-pager-view": "6.5.1",
"react-native-pdf": "^6.7.6",
"react-native-rate": "^1.2.12",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-sha256": "^1.4.10",
"react-native-svg": "15.8.0",
"recoil": "^0.7.7",
"speakingurl": "^14.0.1",
"styled-components": "^5.3.3",
"zod": "^3.23.8",
"zustand": "^5.0.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/dateformat": "^5.0.3",
"@types/lodash": "^4.17.14",
"@types/lodash.unionby": "^4.8.9",
"@types/react": "~18.3.12",
"@types/speakingurl": "^13.0.6",
"@types/styled-components-react-native": "^5.1.3",
"@welldone-software/why-did-you-render": "^8",
"eslint": "^8.57.0",
"eslint-config-expo": "~8.0.1",
"expo-doctor": "^1.12.4",
"typescript": "^5.7.3"
},
"private": true,
"resolutions": {
"@types/react": "~18.3.12"
}
}