aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 19859f6..440db5a 100644
--- a/package.json
+++ b/package.json
@@ -13,6 +13,7 @@
"@types/uuid": "^8.3.0",
"axios": "^0.21.1",
"email-validator": "^2.0.4",
+ "next": "^10.0.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
@@ -22,10 +23,9 @@
"web-vitals": "^0.2.4"
},
"scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test",
- "eject": "react-scripts eject"
+ "dev": "next dev",
+ "build": "next build",
+ "start": "next start"
},
"eslintConfig": {
"extends": [