-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 975 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "keligrubb.com",
"version": "1.0.0",
"description": "personal website for Keli",
"author": "Keli Grubb",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "DEPLOY_ENV=GH_PAGES nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"prepare": "husky install"
},
"lint-staged": {
"*.{js,vue}": "npm run lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"nuxt": "^2.15.8"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^8.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"babel-eslint": "^10.0.1",
"bulma": "^0.9.3",
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-nuxt": ">=3.1.0",
"eslint-plugin-vue": "^8.5.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.4",
"sass": "^1.49.9",
"sass-loader": "10"
}
}