-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.71 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
{
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host=0.0.0.0",
"generate": "nuxt generate",
"lint": "eslint --ignore-pattern '/.nuxt/*' --ignore-pattern '/public/*' .",
"lint:fix": "eslint --fix --ignore-pattern '/.nuxt/*' --ignore-pattern '/public/*' .",
"prepare": "nuxt prepare",
"preview": "nuxt preview"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@iconify-json/fa6-brands": "^1.2.5",
"@iconify-json/fa6-solid": "^1.2.3",
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/material-symbols": "^1.2.12",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.16",
"@iconify-json/uil": "^1.2.3",
"@nuxt/content": "^2.13.4",
"@nuxt/eslint": "^0.7.4",
"@nuxt/icon": "^1.10.3",
"@nuxt/image": "^1.8.1",
"@nuxt/kit": "3.14.159",
"@nuxt/ui": "^2.20.0",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/plausible": "^1.2.0",
"@nuxtjs/robots": "^5.0.1",
"@nuxtjs/sitemap": "7.0.0",
"@nuxtjs/tailwindcss": "^6.12.2",
"@sentry/nuxt": "^8.47.0",
"@tailwindcss/typography": "^0.5.15",
"@types/luxon": "^3.4.2",
"@typescript-eslint/parser": "^8.18.1",
"artalk": "^2.9.1",
"eslint": "^9.17.0",
"eslint-plugin-format": "^0.1.3",
"feed": "^4.2.2",
"luxon": "^3.5.0",
"nuxt": "3.14.159",
"nuxt-gtag": "^3.0.2",
"remark-reading-time": "^2.0.1",
"sass": "^1.83.0"
},
"pnpm": {
"supportedArchitectures": {
"os": [
"win32",
"darwin",
"current"
],
"cpu": [
"x64",
"arm64"
]
},
"overrides": {
"sharp": "0.33.5"
}
}
}