Updated
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
4fb0eaa4dd
commit
884e8e24fa
@ -9,7 +9,7 @@ services:
|
|||||||
phpmyadmin:
|
phpmyadmin:
|
||||||
image: phpmyadmin/phpmyadmin
|
image: phpmyadmin/phpmyadmin
|
||||||
ports:
|
ports:
|
||||||
- 8081:80
|
- 8080:80
|
||||||
networks:
|
networks:
|
||||||
- network
|
- network
|
||||||
env_file:
|
env_file:
|
||||||
|
@ -9,11 +9,15 @@
|
|||||||
"export": "next export"
|
"export": "next export"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@react-native-community/geolocation": "^2.0.2",
|
||||||
"isomorphic-unfetch": "^3.0.0",
|
"isomorphic-unfetch": "^3.0.0",
|
||||||
"mysql2": "^2.1.0",
|
"mysql2": "^2.1.0",
|
||||||
"next": "^9.3.0",
|
"next": "^9.3.0",
|
||||||
"react": "^16.13.0",
|
"react": "^16.13.0",
|
||||||
"react-dom": "^16.13.0",
|
"react-dom": "^16.13.0",
|
||||||
"sequelize": "^5.21.7"
|
"react-is": "^16.13.1",
|
||||||
|
"react-native": "^0.62.2",
|
||||||
|
"sequelize": "^5.21.7",
|
||||||
|
"styled-components": "^5.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user