diff --git a/package.json b/package.json index 0cae803..e069efa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,19 @@ { "name": "therbron.com", "version": "0.1.0", + "description": "Landing page for therbron.com", + "contributors": [ + { + "name": "Romain Rousseau", + "email": "romain.rousseau5@gmail.com", + "url": "https://github.com/RmnRss" + }, + { + "name": "Tanguy Herbron", + "email": "tanguy.herbron@outlook.com", + "url": "https://therbron.com" + } + ], "private": true, "scripts": { "dev": "next dev", @@ -8,9 +21,9 @@ "start": "next start" }, "dependencies": { - "next": "9.4.4", - "react": "16.13.1", - "react-dom": "16.13.1" + "next": "10.1.3", + "react": "17.0.2", + "react-dom": "17.0.2" }, "devDependencies": { "@svgr/webpack": "^5.4.0",