-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.8 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
{
"name": "fasttrack",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/webpack-config": "^19.0.0",
"@react-native-material/core": "^1.3.7",
"@react-navigation/material-top-tabs": "^6.6.4",
"@react-navigation/native-stack": "^6.9.14",
"@reduxjs/toolkit": "^1.9.6",
"@tanstack/react-query": "^5.0.5",
"@types/node": "^20.8.7",
"axios": "^1.5.1",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"expo": "~49.0.12",
"expo-status-bar": "~1.6.0",
"inversify": "^6.0.2",
"inversify-react": "^1.1.0",
"moment": "^2.29.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.5",
"react-native-countdown-component": "^2.7.1",
"react-native-dropdown-select-list": "^2.0.5",
"react-native-extended-stylesheet": "^0.12.0",
"react-native-ionicons": "^4.6.5",
"react-native-pager-view": "6.2.0",
"react-native-paper": "^5.10.6",
"react-native-safe-area-context": "^4.7.2",
"react-native-tab-view": "^3.5.2",
"react-native-vector-icons": "^10.0.2",
"react-native-web": "~0.19.6",
"react-redux": "^8.1.2",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.2",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-decorators": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@types/react": "~18.2.14",
"@types/react-native-countdown-component": "^2.7.1",
"typescript": "^5.1.3"
},
"private": true
}