wip
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
# a Dockerfile to build the expo web app and serve it with nginx
|
||||
#
|
||||
# Build the app
|
||||
FROM node:16-alpine as build
|
||||
WORKDIR /app
|
||||
# install expo cli
|
||||
RUN yarn global add expo-cli@6.0.5
|
||||
# add sharp-cli (^2.1.0) for faster image processing
|
||||
RUN yarn global add sharp-cli@^2.1.0
|
||||
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
"main": "node_modules/expo/AppEntry.js",
|
||||
"scripts": {
|
||||
"start": "expo start",
|
||||
"android": "expo start --android",
|
||||
"ios": "expo start --ios",
|
||||
"web": "expo start --web",
|
||||
"eject": "expo eject",
|
||||
"pretty:check": "prettier --check .",
|
||||
"pretty:write": "prettier --write .",
|
||||
"lint": "eslint .",
|
||||
@@ -32,9 +28,7 @@
|
||||
"@types/react-query": "^1.2.9",
|
||||
"@types/react-test-renderer": "^18.0.0",
|
||||
"add": "^2.0.6",
|
||||
"expo": "^47.0.8",
|
||||
"expo-asset": "~8.7.0",
|
||||
"expo-dev-client": "~2.0.1",
|
||||
"expo-image-picker": "~14.0.2",
|
||||
"expo-linear-gradient": "~12.0.1",
|
||||
"expo-linking": "~3.3.1",
|
||||
@@ -57,7 +51,6 @@
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.1.0",
|
||||
"react-i18next": "^11.18.3",
|
||||
"react-native": "0.70.5",
|
||||
"react-native-chart-kit": "^6.12.0",
|
||||
"react-native-paper": "^4.12.5",
|
||||
"react-native-reanimated": "~2.12.0",
|
||||
|
||||
2445
front/yarn.lock
2445
front/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user