-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.47 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.47 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
{
"type": "module",
"private": true,
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "eslint . --fix"
},
"dependencies": {
"@nuxtjs/sitemap": "^8.0.15",
"better-sqlite3": "^12.9.0",
"nuxt-llms": "^0.2.0",
"nuxt-schema-org": "^6.0.4",
"satori": "^0.26.0",
"sharp": "^0.34.5",
"shiki-transformer-color-highlight": "^1.1.0",
"three": "^0.184.0",
"vue-wf": "^0.8.2"
},
"devDependencies": {
"@iconify-json/tabler": "^1.2.35",
"@jannchie/eslint-config": "^3.7.9",
"@jannchie/shiki-theme": "^3.1.0",
"@nuxt/content": "^3.13.0",
"@nuxt/devtools": "4.0.0-alpha.4",
"@nuxtjs/google-fonts": "^3.2.0",
"@types/node": "^25.6.2",
"@types/three": "^0.184.1",
"@unhead/vue": "^3.1.0",
"@unocss/eslint-plugin": "66.6.8",
"@unocss/nuxt": "66.6.8",
"@vite-pwa/nuxt": "^1.1.1",
"@vueuse/nuxt": "^14.3.0",
"classnames": "^2.5.1",
"eslint": "^10.3.0",
"katex": "^0.16.45",
"nuxt": "4.4.4",
"nuxt-og-image": "6.5.0",
"rehype-katex": "^7.0.1",
"remark-math": "6.0.0",
"unstorage": "^1.17.5"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"better-sqlite3",
"esbuild",
"vue-demi"
]
}
}