-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.21 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
{
"name": "crypto-course",
"version": "2.2.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"ts:check": "tsc",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"android-preview": "eas build --platform android --profile preview"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.18.2",
"@types/react": "~18.2.14",
"eslint": "^8.47.0",
"expo": "~49.0.7",
"expo-linear-gradient": "~12.3.0",
"expo-status-bar": "~1.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.4",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-gesture-handler": "^2.12.1",
"react-native-reanimated": "^3.3.0",
"react-native-shadow-2": "^7.0.8",
"react-native-simple-store": "^2.0.2",
"react-native-svg": "13.9.0",
"react-native-web": "~0.19.6",
"typescript": "^5.1.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0"
},
"private": true,
"license": "Apache-2.0"
}