-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.67 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.67 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
{
"name": "artsite",
"private": true,
"type": "module",
"author": {
"email": "arthurdanjou@outlook.fr",
"name": "Arthur Danjou",
"url": "https://arthurdanjou.fr"
},
"packageManager": "bun@1.3.8",
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"preview": "bun run build && wrangler dev",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"deploy": "bun run cf-typegen && bun run build && wrangler deploy",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@libsql/client": "^0.17.0",
"@nuxt/content": "3.12.0",
"@nuxt/eslint": "1.15.2",
"@nuxt/ui": "4.6.1",
"@nuxthub/core": "0.10.7",
"@nuxtjs/mdc": "0.21.1",
"@nuxtjs/seo": "5.1.2",
"@resvg/resvg-js": "^2.6.2",
"@vueuse/core": "^14.2.1",
"@vueuse/math": "^14.2.1",
"better-sqlite3": "^12.6.2",
"drizzle-kit": "^0.31.9",
"drizzle-orm": "^0.45.1",
"nuxt": "4.4.2",
"nuxt-studio": "1.4.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"satori": "^0.26.0",
"vue": "3.5.32",
"vue-router": "5.0.4",
"zod": "^4.3.6"
},
"devDependencies": {
"@iconify-json/devicon": "1.2.62",
"@iconify-json/file-icons": "^1.2.2",
"@iconify-json/logos": "^1.2.10",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.77",
"@iconify-json/twemoji": "1.2.5",
"@iconify-json/vscode-icons": "1.2.45",
"@resvg/resvg-wasm": "^2.6.2",
"@types/node": "25.6.0",
"@vueuse/nuxt": "14.2.1",
"baseline-browser-mapping": "^2.10.0",
"eslint": "10.2.0",
"typescript": "6.0.2",
"vue-tsc": "3.2.6",
"wrangler": "4.81.1"
}
}