-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.07 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.07 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
{
"name": "native-learning",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start:server": "node ./json-server/index.js",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint .",
"lint-fix": "eslint . --fix"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.3",
"@expo-google-fonts/roboto-slab": "^0.2.3",
"@gorhom/portal": "^1.0.14",
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-native/metro-config": "^0.73.3",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"@reduxjs/toolkit": "^1.8.0",
"@shopify/react-native-skia": "0.1.196",
"axios": "^0.26.1",
"expo": "~49.0.15",
"expo-font": "~11.4.0",
"expo-haptics": "~12.4.0",
"expo-linear-gradient": "~12.3.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"lottie-react-native": "5.1.6",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-gesture-handler": "~2.12.0",
"react-native-markdown-display": "^7.0.2",
"react-native-reanimated": "~3.3.0",
"react-native-redash": "^18.1.3",
"react-native-safe-area-context": "^4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-redux": "^7.2.6",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.14",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"babel-eslint": "^10.1.0",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-native": "^4.1.0",
"json-server": "^0.17.0",
"prettier": "^3.1.1",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.3"
},
"private": true
}