-
-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.53 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate:nuxt": "nuxt generate",
"generate": "pnpm generate:nuxt && pnpm gen-old-hub-redirects",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"gen-old-hub-redirects": "vite-node ./scripts/gen-old-hub-redirects.ts"
},
"devDependencies": {
"@google/model-viewer": "^4.1.0",
"@nuxt/content": "^2.13.4",
"@nuxtjs/color-mode": "^4.0.0",
"@nuxtjs/i18n": "^10.2.1",
"@types/js-yaml": "^4.0.9",
"@types/node": "^24.10.4",
"@types/nprogress": "^0.2.3",
"@types/random-seed": "^0.3.5",
"@types/three": "^0.182.0",
"@types/ua-parser-js": "^0.7.39",
"@unocss/reset": "^66.5.12",
"aiscript-vscode": "github:aiscript-dev/aiscript-vscode#v0.1.16",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"github-markdown-css": "^5.8.1",
"js-yaml": "^4.1.1",
"mfm-js": "^0.25.0",
"misskey-hub-markdown-fixer": "file:scripts\\markdown-fixer",
"misskey-js": "2025.12.2",
"nprogress": "^0.2.0",
"nuxt": "^3.20.2",
"random-seed": "^0.3.0",
"sass-embedded": "^1.97.2",
"schema-dts": "^1.1.5",
"scroll-hint": "^1.2.9",
"three": "0.182.0",
"ua-parser-js": "^2.0.7",
"ufo": "^1.6.2",
"unocss": "^66.5.12",
"vite-node": "^5.2.0",
"vite-svg-loader": "^5.1.0"
},
"packageManager": "pnpm@10.27.0",
"dependencies": {
"TagCloud": "^2.5.0",
"nanoid": "^5.1.6",
"swiper": "^12.0.3",
"tinycolor2": "^1.6.0"
}
}