-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.59 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
{
"name": "~",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"lint": "eslint ./src"
},
"dependencies": {
"@expo-google-fonts/fredericka-the-great": "^0.2.2",
"@expo-google-fonts/nanum-brush-script": "^0.2.2",
"@expo-google-fonts/play": "^0.2.2",
"@expo-google-fonts/share-tech-mono": "^0.2.2",
"@expo-google-fonts/special-elite": "^0.2.2",
"@gchumillas/schema-fixer": "^0.1.3",
"dayjs": "^1.11.5",
"expo": "~46.0.9",
"expo-battery": "~6.3.0",
"expo-font": "~10.2.0",
"expo-keep-awake": "~10.2.0",
"expo-localization": "~13.1.0",
"expo-secure-store": "~11.3.0",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.0",
"i18next": "^21.9.2",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-i18next": "^11.18.6",
"react-native": "0.69.5",
"react-native-svg": "12.3.0",
"react-native-web": "~0.18.7",
"react-redux": "~7.2.6",
"react-router-native": "^6.4.1",
"redux": "~4.1.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "^18.0.21",
"@types/react-native": "^0.70.3",
"eslint": "^8.23.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-consistent-default-export-name": "^0.0.15",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"react-native-svg-transformer": "^1.0.0"
},
"private": true
}