-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.22 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "hitovo",
"version": "1.3.0",
"description": "Coffee to water ratio calculator application",
"author": {
"name": "Jakub Vaněk",
"email": "info@jakub-vanek.eu"
},
"scripts": {
"lint:js": "eslint \"app/**/*.{js,vue}\"",
"lint:css": "stylelint \"app/**/*.{css,vue}\"",
"lint": "npm run lint:js && npm run lint:css",
"dev": "cross-env HOST=0.0.0.0 PORT=3000 nuxt",
"build": "nuxt build",
"generate": "nuxt generate",
"start": "nuxt start"
},
"dependencies": {
"@nuxtjs/google-analytics": "^2.4.0",
"lodash.clonedeep": "^4.5.0",
"nuxt": "^2.14.7",
"nuxt-buefy": "^0.4.4"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"babel-eslint": "^10.1.0",
"cross-env": "7.0.3",
"eslint": "^7.12.1",
"eslint-plugin-vue": "^7.1.0",
"husky": "^4.3.0",
"node-sass": "^5.0.0",
"sass-loader": "^10.0.5",
"stylelint": "^13.7.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-processor-html": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/vanekj/hitovo"
},
"bugs": {
"email": "info@jakub-vanek.eu",
"url": "https://github.com/vanekj/hitovo/issues"
},
"volta": {
"node": "12.22.7",
"npm": "6.14.15"
}
}