-
-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
50 lines (50 loc) · 1.36 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@babel/parser": "^7.25.6",
"@google/model-viewer": "^3.5.0",
"@nuxt/content": "^2.13.2",
"@nuxtjs/color-mode": "^3.5.1",
"@nuxtjs/i18n": "^8.5.5",
"@rollup/plugin-yaml": "^4.1.2",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.7.4",
"@types/nprogress": "^0.2.3",
"@types/random-seed": "^0.3.5",
"@types/ua-parser-js": "^0.7.39",
"aiscript-vscode": "github:aiscript-dev/aiscript-vscode#v0.1.11",
"autoprefixer": "^10.4.20",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"github-markdown-css": "^5.7.0",
"js-yaml": "^4.1.0",
"mfm-js": "^0.24.0",
"misskey-hub-markdown-fixer": "file:scripts\\markdown-fixer",
"misskey-js": "2024.9.0",
"nprogress": "^0.2.0",
"nuxt": "^3.13.2",
"postcss": "^8.4.47",
"random-seed": "^0.3.0",
"sass": "^1.79.4",
"schema-dts": "^1.1.2",
"scroll-hint": "^1.2.5",
"sitemap": "^8.0.0",
"tailwindcss": "^3.4.13",
"three": "0.169.0",
"ua-parser-js": "^1.0.39",
"ufo": "^1.5.4",
"vite-svg-loader": "^5.1.0"
},
"packageManager": "pnpm@8.15.5",
"dependencies": {
"nanoid": "^5.0.7"
}
}