-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.39 KB
/
package.json
File metadata and controls
109 lines (109 loc) · 3.39 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "cod-aquarium",
"type": "module",
"private": true,
"scripts": {
"dev": "vitepress dev --port 3000 --host",
"task:process-meme": "npx vite-node .vitepress/scripts/process-meme-img-v2.ts",
"build": "vitepress build",
"preview": "npm run build && vitepress preview",
"server:generate": "drizzle-kit generate",
"server:test": "vitest --project server",
"server:migrate": "wrangler d1 migrations apply cod-aquarium --remote",
"server:dev": "wrangler dev --local"
},
"dependencies": {
"@formkit/auto-animate": "^0.9.0",
"@hono/zod-validator": "^0.7.3",
"@stackblitz/sdk": "^1.11.0",
"drizzle-orm": "^0.44.5",
"hono": "^4.9.8"
},
"devDependencies": {
"@antfu/eslint-config": "^3.16.0",
"@babylonjs/core": "^8.47.0",
"@babylonjs/gui": "^8.47.0",
"@babylonjs/gui-editor": "^8.47.0",
"@babylonjs/havok": "1.3.11",
"@babylonjs/inspector": "^8.47.0",
"@babylonjs/loaders": "^8.47.0",
"@babylonjs/materials": "^8.47.0",
"@cloudflare/vitest-pool-workers": "^0.9.6",
"@cloudflare/workers-types": "^4.20250926.0",
"@fingerprintjs/fingerprintjs": "^3.4.2",
"@floating-ui/vue": "^1.1.9",
"@google/genai": "^1.26.0",
"@huggingface/transformers": "^3.7.5",
"@iconify-json/material-symbols": "^1.2.33",
"@iconify-json/material-symbols-light": "^1.2.33",
"@iconify-json/mdi": "^1.2.3",
"@intlify/unplugin-vue-i18n": "^11.0.3",
"@mlc-ai/web-llm": "^0.2.79",
"@nuxt/ui": "4.6.1",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.15.30",
"@types/peerjs": "^0.0.30",
"@types/qrcode": "^1.5.6",
"@types/wicg-file-system-access": "^2023.10.7",
"@types/zdog": "^1.1.7",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"@vitest/browser": "^3.2.3",
"@vue/test-utils": "^2.4.6",
"@vueuse/core": "^14.0.0",
"@whyframe/core": "^0.1.14",
"@whyframe/vue": "^0.1.9",
"@xstate/vue": "^5.0.0",
"@zumer/snapdom": "^1.9.14",
"animejs": "4.3.5",
"autoprefixer": "10.4.21",
"dayjs": "^1.11.13",
"drizzle-kit": "^0.31.4",
"eslint": "^9.28.0",
"eslint-plugin-vue": "^9.33.0",
"fractional-indexing-jittered": "1.0.0",
"fuse.js": "^7.1.0",
"gray-matter": "^4.0.3",
"idb-keyval": "^6.2.2",
"interactjs": "^1.10.27",
"jsdom": "^26.1.0",
"lodash-es": "^4.17.21",
"markdown-it": "^14.1.0",
"mermaid": "^11.6.0",
"motion-v": "^1.7.0",
"moveable": "^0.53.0",
"nanoid": "^5.1.5",
"p-queue": "^9.1.0",
"peerjs": "^1.5.5",
"pinia": "^3.0.3",
"playwright": "^1.52.0",
"postcss": "^8.5.6",
"qrcode": "^1.5.4",
"remeda": "^2.32.0",
"sass": "^1.89.1",
"sharp": "^0.34.2",
"sharp-phash": "^2.2.0",
"simplex-noise": "^4.0.3",
"tailwindcss": "^4.1.14",
"tesseract.js": "^6.0.1",
"type-fest": "^4.41.0",
"typescript": "5.7.3",
"unenv": "^2.0.0-rc.21",
"unplugin-icons": "^22.2.0",
"vconsole": "^3.15.1",
"vitepress": "^1.6.4",
"vitepress-plugin-llms": "^1.12.0",
"vitepress-plugin-mermaid": "^2.0.17",
"vitepress-plugin-rss": "^0.3.1",
"vitest": "^3.2.3",
"vitest-browser-vue": "^0.2.0",
"vue": "^3.5.16",
"vue-component-type-helpers": "3.1.0",
"vue-i18n": "^11.2.8",
"vue-router": "^4.6.3",
"wrangler": "4.40.2",
"xstate": "^5.23.0",
"zdog": "^1.1.3",
"zod": "3.25.49"
}
}