-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.44 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
{
"name": "open-grabs",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
},
"dependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.2",
"@nuxtjs/auth-next": "^5.0.0-1642152945.3bb6b5f",
"@nuxtjs/axios": "^5.13.6",
"@nuxt/content": "^1.15.1",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/i18n": "^7.2.0",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/proxy": "^2.1.0",
"@nuxtjs/sitemap": "^2.4.0",
"base64-url": "^2.3.3",
"core-js": "^3.19.3",
"encoding": "^0.1.13",
"express": "^4.17.2",
"express-async-handler": "^1.2.0",
"faunadb": "^4.5.0",
"fs": "0.0.1-security",
"https-proxy-agent": "^5.0.0",
"imagekit": "^3.2.5",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"lodash.filter": "^4.6.0",
"lodash.find": "^4.6.0",
"lodash.orderby": "^4.6.0",
"lodash.sortby": "^4.7.0",
"lodash.uniq": "^4.5.0",
"nanoid": "^2.1.11",
"nodemailer": "^6.7.2",
"nuxt": "^2.15.8",
"nuxt-buefy": "^0.4.13",
"nuxt-cookie-control": "^1.9.91",
"path": "^0.12.7",
"puppeteer-core": "^13.0.1",
"qrcode": "^1.5.0",
"qs": "^6.10.2",
"redirect-ssl": "^3.0.0",
"unique-string": "^3.0.0",
"vue": "^2.6.14",
"vue-json-pretty": "^1.8.2",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0"
}
}