aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-04-22 10:38:26 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-04-22 10:38:26 -0400
commit0ec77648211d343a7400e6e09fe5a2b3c500b564 (patch)
treed95cb7172b983e53b289c7b1e0e9e276c8f23e33 /package.json
downloadpersonal-website-0ec77648211d343a7400e6e09fe5a2b3c500b564.tar.gz
personal-website-0ec77648211d343a7400e6e09fe5a2b3c500b564.tar.bz2
personal-website-0ec77648211d343a7400e6e09fe5a2b3c500b564.zip
Inital rewrite
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..8b1de07
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "personal-website",
+ "version": "1.0.0",
+ "main": "index.js",
+ "author": "Andrew Lee",
+ "license": "GPL-3.0",
+ "private": false,
+ "scripts": {
+ "dev": "nuxt --hostname 0.0.0.0 --port 4000"
+ },
+ "dependencies": {
+ "bootstrap": "^4.4.1",
+ "bootstrap-vue": "^2.12.0",
+ "nuxt": "^2.12.2",
+ "nuxt-mobile": "^1.0.1",
+ "prettier": "^2.0.5"
+ },
+ "devDependencies": {
+ "eslint": "^6.8.0",
+ "eslint-plugin-vue": "^6.2.2"
+ }
+}