diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-04-09 15:32:54 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-04-09 15:32:54 -0400 |
| commit | 9033af9170d90994bc75a7d263b6dd55bcb07be2 (patch) | |
| tree | b9204c6a290461362eacd1969cdf941b76d48596 /package.json | |
| parent | 21f4fb19d7e48328f8d0c9777c2a51e5de1141fc (diff) | |
| download | personal-website-9033af9170d90994bc75a7d263b6dd55bcb07be2.tar.gz personal-website-9033af9170d90994bc75a7d263b6dd55bcb07be2.tar.bz2 personal-website-9033af9170d90994bc75a7d263b6dd55bcb07be2.zip | |
added next.js files
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/package.json b/package.json index bc6816d..442ee49 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,14 @@ "license": "GPL-3.0", "private": false, "scripts": { - "dev": "", + "dev": "next dev", + "build": "next build", + "start": "next start" }, "dependencies": { - }, + "next": "10.1.3", + "react": "17.0.2", + "react-dom": "17.0.2" + } + } |
