-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 3.92 KB
/
Copy pathpackage.json
File metadata and controls
116 lines (116 loc) · 3.92 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "csa-frontend",
"version": "1.0.15",
"main": "expo-router/entry",
"scripts": {
"start": "cross-env DEBUG_COLORS=no expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "cross-env DEBUG_COLORS=no expo start --web",
"dev": "concurrently \"cross-env DEBUG_COLORS=no expo start --web\" \"node proxy.js\"",
"build:web": "expo export --platform web",
"build:android": "eas build --platform android",
"submit:android": "eas submit --platform android",
"submit": "eas build --platform all --auto-submit",
"serve": "cross-env SERVER_ID=10101 SERVE_LOCAL_NETWORK=1 node serve.js",
"serve:prod": "node serve.js",
"eas-build-pre-install": "npm config set legacy-peer-deps true",
"lint": "expo lint",
"storybook-generate": "sb-rn-get-stories --config-path ./.storybook",
"analyze": "cross-env EXPO_ATLAS=true expo start",
"test:e2e": "node e2e.js",
"deploy": "gh-pages --nojekyll -d dist",
"predeploy": "cross-env GH_PAGES=1 expo export -p web"
},
"dependencies": {
"@expo/match-media": "^0.4.0",
"@expo/vector-icons": "^15.0.3",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-picker/picker": "2.11.4",
"@shopify/flash-list": "2.0.2",
"email-validator": "^2.0.4",
"expo": "~57.0.11",
"expo-calendar": "~57.0.1",
"expo-checkbox": "~57.0.0",
"expo-constants": "~57.0.8",
"expo-dev-client": "~57.0.10",
"expo-file-system": "~57.0.1",
"expo-font": "~57.0.1",
"expo-image": "~57.0.2",
"expo-linking": "~57.0.5",
"expo-localization": "~57.0.1",
"expo-mail-composer": "~57.0.1",
"expo-network": "~57.0.1",
"expo-print": "~57.0.1",
"expo-router": "~57.0.11",
"expo-screen-orientation": "~57.0.1",
"expo-sharing": "~57.0.10",
"expo-splash-screen": "~57.0.5",
"expo-status-bar": "~57.0.1",
"expo-system-ui": "~57.0.2",
"i18next": "^26.3.6",
"jwt-decode": "^4.0.0",
"nativewind": "^4.1.23",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-i18next": "^17.0.11",
"react-native": "0.86.2",
"react-native-gesture-handler": "~2.32.0",
"react-native-keyboard-controller": "1.21.9",
"react-native-modal": "^14.0.0-rc.1",
"react-native-paper": "^5.10.1",
"react-native-paper-dates": "^0.18.12",
"react-native-reanimated": "4.5.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.26.0",
"react-native-svg": "15.15.4",
"react-native-toast-message": "^2.2.1",
"react-native-web": "^0.21.0",
"react-native-worklets": "0.10.1",
"react-responsive": "^9.0.2",
"weeknumber": "^1.2.1"
},
"devDependencies": {
"@babel/plugin-transform-export-namespace-from": "^7.22.11",
"@gorhom/bottom-sheet": "^5.2.14",
"@react-native-community/datetimepicker": "9.1.0",
"@react-native-community/slider": "5.2.0",
"@storybook/addon-ondevice-actions": "^10.5.4",
"@storybook/addon-ondevice-controls": "^10.5.4",
"@storybook/react-native": "^10.5.4",
"@storybook/react-native-web-vite": "^10.5.6",
"@types/jsonwebtoken": "^9.0.2",
"@types/react": "~19.2.10",
"babel-loader": "^8.3.0",
"babel-plugin-module-resolver": "^5.0.0",
"concurrently": "^8.0.1",
"cross-env": "^7.0.3",
"dotenv": "^16.5.0",
"eslint": "^9.30.1",
"eslint-config-expo": "~57.0.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-storybook": "^10.5.6",
"expo-atlas": "^0.4.0",
"gh-pages": "^6.3.0",
"postcss": "^8.4.21",
"prettier": "^3.4.2",
"prettier-eslint": "^16.3.0",
"serve-handler": "^6.1.5",
"storybook": "^10.5.6",
"tailwindcss": "^3.4.17",
"typescript": "~6.0.3",
"vite": "^6.0.11"
},
"private": true,
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"jwt-decode"
],
"listUnknownPackages": false
}
}
}
}