Co-authored-by: S0dy <msorin@msorin.com> Signed-off-by: Avior <florian.bouillon@delta-wings.net>
19 lines
342 B
JSON
19 lines
342 B
JSON
{
|
|
"name": "imie_cc",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"export": "next export"
|
|
},
|
|
"dependencies": {
|
|
"mysql2": "^2.1.0",
|
|
"next": "^9.3.0",
|
|
"react": "^16.13.0",
|
|
"react-dom": "^16.13.0",
|
|
"sequelize": "^5.21.7"
|
|
}
|
|
}
|