This repository was archived by the owner on Feb 8, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.19 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.19 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "zpevnik-proscholy-spa",
"version": "1.0.0",
"description": " User frontend of zpevnik.proscholy.cz written in Nuxt.js",
"author": "Team ProScholy.cz",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"pretty": "prettier --write \"./**/*.{js,jsx,json,vue}\""
},
"dependencies": {
"@nuxtjs/apollo": "^4.0.0-rc19",
"@nuxtjs/axios": "^5.9.5",
"@nuxtjs/google-gtag": "^1.0.4",
"@nuxtjs/pwa": "^3.0.0-0",
"@nuxtjs/router": "^1.5.0",
"@nuxtjs/sentry": "^4.1.2",
"@nuxtjs/vuetify": "^1.11.2",
"axios": "^0.21.1",
"bible-liturgy-utils": "https://github.com/glowspace/bible-liturgy-utils#2.0.2",
"bigpicture": "^2.5.3",
"bootstrap": "4.3.1",
"bootstrap-material-design": "^4.1.3",
"bowser": "^2.4.0",
"chordsheetjs": "^5.1.2",
"core-js": "^2.6.5",
"firebase": "^7.1.0",
"fs": "^0.0.1-security",
"glob-all": "^3.2.1",
"graphql": "^14.6.0",
"graphql-tag": "2.10.3",
"lodash": "^4.17.19",
"nosleep.js": "^0.9.0",
"nuxt": "^2.12.0",
"nuxt-helmet": "^2.0.0",
"purgecss-webpack-plugin": "^2.2.0"
},
"devDependencies": {
"@nuxtjs/date-fns": "^1.5.0",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/proxy": "^1.3.3",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"husky": "^4.3.4",
"jira-prepare-commit-msg": "^1.4.2",
"node-sass": "^7.0.1",
"prettier": "^1.19.1",
"sass-loader": "^10.1.1"
},
"husky": {
"hooks": {
"prepare-commit-msg": "jira-prepare-commit-msg"
}
},
"jira-prepare-commit-msg": {
"messagePattern": "$J $M"
},
"bit": {
"env": {
"compiler": "bit.envs/bundlers/vue@2.6.21"
},
"componentsDefaultDirectory": "components/{name}",
"packageManager": "yarn"
},
"peerDependencies": {
"@nuxtjs/router": "^1.5.0",
"lodash": "^4.17.19",
"nuxt": "^2.12.0"
}
}