diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-08-21 11:17:33 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-08-21 11:17:33 -0400 |
| commit | b5cb7ed055c90938672f29d18fe258c88df06c56 (patch) | |
| tree | 25ece579b5955366bf3e1d2a5c320493c7529566 /package.json | |
| parent | 9033af9170d90994bc75a7d263b6dd55bcb07be2 (diff) | |
| download | personal-website-b5cb7ed055c90938672f29d18fe258c88df06c56.tar.gz personal-website-b5cb7ed055c90938672f29d18fe258c88df06c56.tar.bz2 personal-website-b5cb7ed055c90938672f29d18fe258c88df06c56.zip | |
Another wipe
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/package.json b/package.json deleted file mode 100644 index 442ee49..0000000 --- a/package.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "personal-website", - "description": "Andrew Lee's Personal Website", - "version": "3.0.0", - "main": "index.js", - "author": "Andrew Lee", - "license": "GPL-3.0", - "private": false, - "scripts": { - "dev": "next dev", - "build": "next build", - "start": "next start" - }, - "dependencies": { - "next": "10.1.3", - "react": "17.0.2", - "react-dom": "17.0.2" - } - -} |
