-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.23 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
{
"name": "fttx.gr",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "5.13.6",
"@nuxtjs/sitemap": "2.4.0",
"@supabase/supabase-js": "1.35.4",
"animated-number-vue": "1.0.0",
"cookie-parser": "1.4.6",
"discord.js": "12.5.3",
"dotenv": "16.0.1",
"express": "4.18.1",
"express-rate-limit": "6.4.0",
"helmet": "5.1.0",
"hpp": "0.2.3",
"lru-cache": "7.14.0",
"marker-clusterer-plus": "2.1.4",
"morgan": "1.10.0",
"node-geocoder": "4.1.0",
"nuxt": "2.15.8",
"shrink-ray-current": "4.1.3",
"vue-browser-geolocation": "1.8.0",
"vue-toastification": "1.7.14",
"vue2-google-maps": "0.10.7",
"xss-clean": "0.1.1"
},
"devDependencies": {
"@nuxtjs/dotenv": "1.4.1",
"@nuxt/postcss8": "^1.1.3",
"autoprefixer": "^10.4.5",
"@nuxtjs/pwa": "3.3.5",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.10",
"tailwindcss": "^3.0.24",
"postcss": "8.4.14",
"sass": "1.53.0",
"sass-loader": "13.0.2"
},
"optionalDependencies": {
"iltorb": "~2.4.5",
"node-zopfli-es": "~1.0.3"
}
}