aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-02-09 22:14:02 -0500
committerAndrew Lee <alee14498@protonmail.com>2022-02-09 22:14:02 -0500
commit14d50090f284b226d30cf0c6afcad61428d2d947 (patch)
tree7b8a9402c4c954e879c134020dc4a1ad232668e1 /package.json
parentb5cb7ed055c90938672f29d18fe258c88df06c56 (diff)
downloadpersonal-website-14d50090f284b226d30cf0c6afcad61428d2d947.tar.gz
personal-website-14d50090f284b226d30cf0c6afcad61428d2d947.tar.bz2
personal-website-14d50090f284b226d30cf0c6afcad61428d2d947.zip
Inital rewrite
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..aebdb6a
--- /dev/null
+++ b/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "personal-website",
+ "version": "1.0.0",
+ "main": "index.js",
+ "repository": "https://github.com/Alee14/personal-website",
+ "author": "Andrew Lee <alee14498@protonmail.com'>",
+ "license": "GPL-3.0",
+ "scripts": {
+ "dev": "next dev",
+ "build": "next build",
+ "start": "next start",
+ "lint": "next lint"
+ },
+ "dependencies": {
+ "next": "12.0.10",
+ "react": "17.0.2",
+ "react-dom": "17.0.2"
+ },
+ "devDependencies": {
+ "eslint": "8.8.0",
+ "eslint-config-next": "12.0.10"
+ }
+}