aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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"
+ }
+}