diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-04-22 10:38:26 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-04-22 10:38:26 -0400 |
| commit | 0ec77648211d343a7400e6e09fe5a2b3c500b564 (patch) | |
| tree | d95cb7172b983e53b289c7b1e0e9e276c8f23e33 /package.json | |
| download | personal-website-0ec77648211d343a7400e6e09fe5a2b3c500b564.tar.gz personal-website-0ec77648211d343a7400e6e09fe5a2b3c500b564.tar.bz2 personal-website-0ec77648211d343a7400e6e09fe5a2b3c500b564.zip | |
Inital rewrite
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 22 |
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" + } +} |
