-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 854 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
{
"name": "wearebetteryet.com",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"prepare": "husky install"
},
"lint-staged": {
"*.{js,vue}": "npm run lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"nuxt": "^2.18.1"
},
"devDependencies": {
"@nuxtjs/eslint-module": "^3.1.0",
"bulma": "^0.9.4",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vue": "^9.32.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.1",
"nuxt-compress": "^5.0.0",
"sass": "^1.83.4",
"sass-loader": "^10.2.0"
}
}