-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.25 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
{
"name": "culturalsurvival",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint:check": "npx eslint .",
"lint:fix": "npx eslint . --fix",
"prettier:check": "npx prettier --check .",
"prettier:fix": "npx prettier --write ."
},
"dependencies": {
"@expo/webpack-config": "^0.17.2",
"@react-native-clipboard/clipboard": "^1.11.2",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/slider": "^4.4.2",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.4",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"dotenv": "^16.0.3",
"expo": "~47.0.12",
"expo-av": "~13.0.3",
"expo-build-properties": "^0.4.1",
"expo-cli": "^6.3.2",
"expo-font": "~11.0.1",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"firebase": "^9.17.2",
"i18next": "^22.4.10",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-i18next": "^12.1.5",
"react-native": "0.70.5",
"react-native-dotenv": "^3.4.7",
"react-native-gesture-handler": "~2.8.0",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-share": "^8.2.2",
"react-native-svg": "13.4.0",
"react-native-text-ticker": "^1.14.0",
"react-native-web": "~0.18.9",
"react-navigation": "^4.4.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@calblueprint/eslint-config-react": "^0.0.3",
"@calblueprint/prettier-config": "^0.0.1",
"@types/babel__core": "^7.20.0",
"@types/react": "18.0.28",
"@types/react-native": "0.70.5",
"@types/react-native-dotenv": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^8.34.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.4",
"typescript": "^4.9.5"
},
"private": true
}