diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/package.json b/package.json index dfdcbe5..f3bd903 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "scripts": { "build": "next build", "dev": "next dev", - "start": "NODE_ENV=production next start" + "start": "NODE_ENV=production next start", + "lint": "next lint" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.36", @@ -14,14 +15,14 @@ "bcryptjs": "^2.4.3", "jszip": "^3.7.1", "mongoose": "^5.12.13", - "next": "latest", + "next": "^11.1.2", "next-iron-session": "4.1.7", "nodemailer": "^6.6.1", "prop-types": "15.7.2", - "react": "16.13.1", - "react-dom": "16.13.1", + "react": "^17.0.2", + "react-dom": "^17.0.2", "sass": "^1.35.1", - "swr": "0.2.3" + "swr": "^1.0.0" }, "license": "MIT" } |