-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.65 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
{
"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": {
"@nuxtjs/apollo": "^4.0.0-rc19",
"@nuxtjs/axios": "^5.9.5",
"@nuxtjs/proxy": "^1.3.3",
"@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",
"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"
},
"peerDependencies": {
"@nuxtjs/router": "^1.5.0",
"nuxt": "^2.12.0"
}
}