aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 8b1de0784db3b83d74e7c56ba1c6be4797b9f9ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"
  }
}