-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 1011 Bytes
/
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
{
"name": "albionstatus-website",
"version": "4.1.0",
"description": "The frontend of https://www.albionstatus.com",
"author": "Alexander Lichter <[email protected]>",
"private": true,
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ."
},
"engines": {
"node": ">=16"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.1",
"@kevinmarrec/nuxt-pwa": "^0.17.0",
"@nuxt/content": "^2.10.0",
"@nuxtjs/google-adsense": "^3.0.0",
"@nuxtjs/plausible": "^0.2.4",
"@nuxtjs/tailwindcss": "^6.10.3",
"@tailwindcss/typography": "^0.5.10",
"@types/luxon": "^3.3.7",
"@vueuse/core": "^10.7.1",
"@vueuse/nuxt": "^10.7.1",
"chart.js": "^4.4.1",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"isomorphic-dompurify": "^2.0.0",
"luxon": "^3.4.4",
"nuxt": "3.9.0",
"typescript": "^5.3.3",
"vue-chartjs": "^5.3.0"
}
}