-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.46 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.46 KB
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
86
{
"name": "onelitefeather.net",
"version": "1.1.0",
"description": "OneLiteFeather blog sharing network updates and engineering stories",
"private": true,
"type": "module",
"engines": {
"node": ">=22.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/TheMeinerLP/launchpad.git"
},
"bugs": {
"url": "https://github.com/TheMeinerLP/launchpad/issues"
},
"homepage": "https://github.com/TheMeinerLP/launchpad#readme",
"license": "MIT",
"scripts": {
"build": "nuxi build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"postinstall": "nuxt prepare",
"seo:check": "node scripts/seo-check.mjs",
"seo:lighthouse": "lhci autorun --config=./.lighthouserc.json"
},
"packageManager": "pnpm@10.33.4",
"devDependencies": {
"@nuxt/content": "3.14.0",
"@nuxt/eslint": "1.15.2",
"@nuxt/image": "2.0.0",
"@nuxtjs/i18n": "10.3.0",
"@nuxtjs/robots": "5.7.1",
"@nuxtjs/seo": "5.1.3",
"@nuxtjs/sitemap": "7.6.0",
"@resvg/resvg-wasm": "2.6.2",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/vite": "^4.1.17",
"@unhead/vue": "^2.0.19",
"@vueuse/core": "^14.1.0",
"@vueuse/nuxt": "14.3.0",
"autoprefixer": "^10.4.22",
"cheerio": "^1.0.0",
"debug": "^4.4.3",
"eslint": "^9.39.1",
"eslint-plugin-vuejs-accessibility": "^2.5.0",
"nitro": "3.0.260429-beta",
"nuxt": "^4.2.1",
"nuxt-gtag": "4.1.0",
"nuxt-og-image": "6.5.1",
"nuxt-posthog": "1.6.3",
"nuxt-schema-org": "5.0.10",
"nuxt-vitalizer": "2.0.0",
"parse5": "^8.0.0",
"postcss": "^8.5.6",
"rehype-raw": "^7.0.0",
"remark-emoji": "^5.0.2",
"remark-gfm": "^4.0.1",
"remark-mdc": "^3.8.1",
"remark-rehype": "^11.1.2",
"satori": "0.26.0",
"tailwindcss": "^4.1.17",
"typescript": "5.9.3",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"unstorage": "^1.17.3",
"vue": "^3.5.25",
"vue-i18n-routing": "^1.2.0",
"vue-router": "^4.6.3",
"wait-on": "^9.0.0",
"zod": "^4.1.13"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-brands-svg-icons": "^7.1.0",
"@fortawesome/free-regular-svg-icons": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/vue-fontawesome": "^3.1.2",
"better-sqlite3": "^12.4.6",
"h3": "1.15.11",
"posthog-js": "^1.298.1"
}
}