-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.44 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.44 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
{
"name": "onelitefeather.net",
"version": "0.0.0-development",
"description": "OneLiteFeather blog sharing network updates and engineering stories",
"private": true,
"type": "module",
"engines": {
"node": ">=20.10.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",
"postinstall": "nuxt prepare",
"release": "semantic-release"
},
"packageManager": "pnpm@10.25.0",
"devDependencies": {
"@nuxt/content": "3.8.2",
"@nuxt/eslint": "1.11.0",
"@nuxt/image": "2.0.0",
"@nuxtjs/i18n": "10.2.1",
"@nuxtjs/robots": "5.6.3",
"@nuxtjs/seo": "3.2.2",
"@nuxtjs/sitemap": "7.4.7",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^13.1.2",
"@semantic-release/release-notes-generator": "^14.1.0",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/vite": "^4.1.17",
"@unhead/vue": "^2.0.19",
"@vueuse/core": "^14.1.0",
"@vueuse/nuxt": "14.1.0",
"autoprefixer": "^10.4.22",
"debug": "^4.4.3",
"eslint": "^9.39.1",
"nitro": "3.0.1-alpha.2",
"nuxt": "^4.2.1",
"nuxt-gtag": "4.1.0",
"nuxt-og-image": "5.1.12",
"nuxt-posthog": "1.6.3",
"nuxt-schema-org": "5.0.9",
"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",
"semantic-release": "^25.0.2",
"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",
"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.5",
"posthog-js": "^1.298.1"
}
}