Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2019-12-17 10:09:17 +01:00
commit c841da28a0
6 changed files with 5855 additions and 0 deletions

15
package.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "imie_cc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "9.1.5",
"react": "16.12.0",
"react-dom": "16.12.0"
}
}