-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
82 lines (82 loc) · 2.52 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "regenschori",
"version": "0.1.0",
"description": " User frontend of www.regenschori.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": {
"@bit/proscholy.search.authors-list": "^1.0.0",
"@bit/proscholy.search.build-elastic-search-params": "^1.1.0",
"@bit/proscholy.search.merge-fetch-more-result": "^1.0.0",
"@bit/proscholy.search.scroll-trigger": "^1.0.0",
"@bit/proscholy.search.search-history-manager": "^1.0.0",
"@bit/proscholy.search.tag-category": "^1.0.0",
"@bit/proscholy.utilities.dark-mode-button": "^1.0.0",
"@bit/proscholy.utilities.external": "^1.0.1",
"@bit/proscholy.utilities.news": "^1.0.0",
"@bit/proscholy.utilities.song-info": "^1.0.0",
"@bit/proscholy.utilities.song-name": "^1.0.0",
"@bit/proscholy.utilities.translation-line": "^1.0.0",
"@bit/proscholy.utilities.universal-link": "^1.0.0",
"@nuxtjs/apollo": "^4.0.0-rc19",
"@nuxtjs/axios": "^5.9.5",
"@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.5.3",
"bowser": "^2.4.0",
"core-js": "^2.6.5",
"firebase": "^7.1.0",
"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/google-gtag": "^1.0.4",
"@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": "^6.0.1",
"prettier": "^1.19.1",
"sass-loader": "^10.0.2"
},
"husky": {
"hooks": {
"prepare-commit-msg": "jira-prepare-commit-msg"
}
},
"jira-prepare-commit-msg": {
"messagePattern": "$J $M"
},
"bit": {
"env": {
"compiler": "bit.envs/bundlers/[email protected]"
},
"componentsDefaultDirectory": "components/{name}",
"packageManager": "yarn"
},
"peerDependencies": {
"@nuxtjs/router": "^1.5.0",
"nuxt": "^2.12.0"
}
}