Skip to content

Commit 3c3dd81

Browse files
authored
Add next, react, and react-dom dependencies
1 parent adf2a65 commit 3c3dd81

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@
6565
"dotenv": "^17.2.3",
6666
"emoji-name-map": "^2.0.3",
6767
"github-username-regex": "^1.0.0",
68-
"word-wrap": "^1.2.5"
68+
"word-wrap": "^1.2.5",
69+
"next": "latest",
70+
"react": "^18.2.0",
71+
"react-dom": "^18.2.0"
6972
},
7073
"lint-staged": {
7174
"*.{js,css,md}": "prettier --write"

0 commit comments

Comments
 (0)