-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
71 lines (71 loc) · 2.26 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
{
"private": true,
"scripts": {
"dev": "yarn development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "yarn production",
"production": "mix --production",
"pretty": "prettier --write \"./resources/**/*.{js,jsx,json,vue}\""
},
"devDependencies": {
"browser-sync": "^2.26.3",
"browser-sync-webpack-plugin": "^2.0.1",
"node-sass": "^6.0.0",
"postcss": "^8.2.1",
"resolve-url-loader": "^3.1.0",
"sass": "^1.30.0",
"sass-loader": "^6.0.5",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@bit/proscholy.utilities.external": "^1.0.10",
"@bit/proscholy.utilities.song-name": "^1.0.0",
"@types/node": "^18.16.3",
"apollo-boost": "^0.4.9",
"apollo-cache-inmemory": "^1.6.2",
"apollo-cache-persist": "^0.1.1",
"apollo-client": "^2.5.1",
"apollo-link": "^1.2.11",
"apollo-link-http": "^1.5.14",
"apollo-upload-client": "^14.1.1",
"axios": "^0.21",
"bible-liturgy-utils": "https://github.com/glowspace/bible-liturgy-utils#2.0.2",
"bootstrap": "4.2.1",
"bootstrap-material-design": "4.1.1",
"bowser": "^2.4.0",
"cross-env": "^5.1",
"firebase": "^7.2.2",
"graphql": "^15.0.0",
"graphql-anywhere": "^4.2.7",
"graphql-tag": "^2.12.1",
"jquery": "^3.5.1",
"laravel-mix": "^6.0",
"lodash": "^4.17.19",
"materialize-css": "^1.0.0-rc.2",
"npm": "^6.4.0",
"popper.js": "^1.12",
"pretty-bytes": "^5.4.1",
"slugify": "^1.4.5",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vee-validate": "^2.2.7",
"vue": "^2.5.7",
"vue-apollo": "^3.0.0-beta.28",
"vue-friendly-iframe": "^0.12.0",
"vue-notification": "^1.3.16",
"vue-recaptcha-v3": "^1.5.0",
"vuetify": "^1.5.12"
},
"husky": {
"hooks": {
"prepare-commit-msg": "jira-prepare-commit-msg"
}
},
"jira-prepare-commit-msg": {
"messagePattern": "$J $M"
}
}