-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.65 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
{
"name": "chandome",
"version": "7.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"release-android": "eas build --platform android",
"release-android-local": "eas build --platform android --local",
"dev-build": "eas build --profile development --platform android",
"dev-build-local": "eas build --profile development --platform android --local",
"dev-server": "expo start --dev-client",
"expo-doctor": "npx expo-doctor",
"expo-check": "expo install --check",
"ts:check": "tsc",
"lint": "eslint --ext js,jsx,tsx ."
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.18.2",
"@types/react": "~18.2.14",
"axios": "^1.5.1",
"date-fns-jalali": "^2.30.0-0",
"expo": "~49.0.7",
"expo-dev-client": "~2.4.11",
"expo-font": "~11.4.0",
"expo-linear-gradient": "~12.3.0",
"expo-splash-screen": "^0.20.5",
"expo-status-bar": "~1.6.0",
"expo-updates": "^0.18.14",
"moment": "^2.29.4",
"moment-hijri": "^2.1.2",
"moti": "^0.26.0",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-android-widget": "^0.8.1",
"react-native-reanimated": "~3.3.0",
"react-native-size-matters": "^0.4.2",
"typescript": "^5.2.2"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@types/moment-hijri": "^2.1.1",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.50.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0"
},
"private": true
}