-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
85 lines (85 loc) · 2.6 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
83
84
85
{
"name": "scalamatsuri.org",
"version": "0.2.0",
"description": "The largest international Scala conference in Asia",
"author": "scalamatsuri.org",
"private": true,
"engines": {
"node": ">= 11.15.0"
},
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"generate": "nuxt-ts generate",
"start": "nuxt-ts start",
"serve": "nuxt-ts generate && firebase serve -P staging",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --ignore-path .eslintignore .",
"fix": "eslint --fix --ext .js,.vue --ignore-path .gitignore --ignore-path .eslintignore .",
"precommit": "run-s lint",
"test": "jest",
"clean": "rimraf dist",
"predeploy": "run-s lint build generate",
"login": "firebase login",
"deploy:functions": "firebase deploy --only functions"
},
"dependencies": {
"@bazzite/nuxt-optimized-images": "^0.2.1",
"@nuxt/typescript-runtime": "^2.0.0",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/google-analytics": "^2.2.1",
"@nuxtjs/pwa": "^2.6.0",
"@nuxtjs/sentry": "^3.1.0",
"@types/luxon": "^1.25.0",
"cross-env": "^5.2.0",
"firebase": "^7.4.0",
"firebaseui": "^4.3.0",
"imagemin-gifsicle": "^6.0.1",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^8.0.0",
"imagemin-svgo": "^7.0.0",
"jimp": "^0.8.4",
"js-yaml-loader": "^1.2.2",
"lodash": "^4.17.20",
"lqip-loader": "^2.2.0",
"luxon": "^1.25.0",
"nuxt": "^2.9.1",
"nuxt-i18n": "^6.0.2",
"nuxt-mq": "^2.0.1",
"responsive-loader": "^1.2.0",
"sanitize.css": "^8.0.0",
"vue-lazyload": "^1.3.3",
"vue2-google-maps": "^0.10.6",
"vuedraggable": "^2.23.2",
"vuex-typescript-fsa": "^0.4.1",
"webp-loader": "^0.5.0",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@nuxt/types": "^2.14.6",
"@nuxt/typescript-build": "^2.0.3",
"@nuxtjs/eslint-config": "^0.0.1",
"@vue/test-utils": "^1.0.0-beta.27",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^23.6.0",
"eslint": "^5.0.1",
"eslint-config-standard": ">=12.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": ">=2.14.0",
"eslint-plugin-jest": ">=21.24.1",
"eslint-plugin-node": ">=7.0.1",
"eslint-plugin-promise": ">=4.0.1",
"eslint-plugin-standard": ">=4.0.0",
"eslint-plugin-vue": "^5.0.0",
"firebase-admin": "^8.9.2",
"firebase-tools": "^7.12.1",
"jest": "^23.6.0",
"node-sass": "^4.13.0",
"nodemon": "^1.18.9",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.0",
"sass-loader": "^7.1.0",
"vue-jest": "^3.0.2",
"yaml-loader": "^0.5.0"
}
}