forked from ZeusWPI/hydra-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.75 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
{
"main": "src/index.tsx",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-native-fontawesome": "^0.3.0",
"@pchmn/expo-material3-theme": "^1.3.1",
"@react-navigation/devtools": "^6.0.20",
"@react-navigation/drawer": "^6.6.6",
"@react-navigation/native": "^6.1.9",
"@tanstack/react-query": "^5.8.3",
"expo": "^49.0.3",
"expo-localization": "~14.3.0",
"expo-av": "~13.4.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-web-browser": "~12.3.2",
"i18n-js": "^4.3.2",
"moment": "^2.29.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.11",
"react-native": "0.72.6",
"react-native-gesture-handler": "~2.12.0",
"react-native-paper": "^5.11.1",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-web": "~0.19.6"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@react-native/eslint-config": "^0.74.0",
"@types/react": "~18.2.14",
"@types/react-native": "~0.72.5",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "^2",
"typescript": "^5.1.3"
},
"scripts": {
"start": "expo start",
"android": "expo start -ag",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint . **/*.ts **/*.tsx",
"lint:fix": "eslint . **/*.ts **/*.tsx --fix",
"android:build": "expo run:android --variant release"
},
"version": "1.0.0",
"private": true,
"name": "hydra-rn"
}