aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
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"
- }
-
-}