-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.74 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.74 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
{
"name": "hivecom",
"type": "module",
"version": "2.0.0",
"private": true,
"scripts": {
"build": "nuxi build --preset github_pages",
"dev": "npx supabase start && nuxi dev",
"dev:staging": "nuxi dev --dotenv .env.production",
"dev:staging:host": "nuxi dev --dotenv .env.production --host",
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "nuxi prepare",
"supabase": "npx supabase",
"lint": "eslint . && nuxi typecheck",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@dolanske/v-valid": "^2.1.1",
"@dolanske/vui": "^1.10.10",
"@iconify-json/material-symbols-light": "^1.2.66",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.78",
"@iconify-json/tabler": "^1.2.33",
"@nuxt/content": "^3.13.0",
"@nuxt/icon": "^2.2.1",
"@nuxt/image": "^2.0.0",
"@nuxtjs/mdc": "^0.21.1",
"@nuxtjs/robots": "^6.0.7",
"@nuxtjs/seo": "^5.1.3",
"@nuxtjs/sitemap": "^8.0.12",
"@nuxtjs/supabase": "^2.0.5",
"@pinia/nuxt": "^0.11.3",
"@takumi-rs/core": "^1.0.8",
"@tiptap/extension-details": "^3.22.3",
"@tiptap/extension-file-handler": "^3.22.3",
"@tiptap/extension-image": "^3.22.3",
"@tiptap/extension-mathematics": "^3.22.3",
"@tiptap/extension-mention": "^3.22.3",
"@tiptap/extension-table": "^3.22.3",
"@tiptap/extension-task-item": "^3.22.3",
"@tiptap/extension-task-list": "^3.22.3",
"@tiptap/extension-youtube": "^3.22.3",
"@tiptap/markdown": "^3.22.3",
"@tiptap/pm": "^3.22.3",
"@tiptap/starter-kit": "^3.22.3",
"@tiptap/vue-3": "^3.22.3",
"@unhead/vue": "^2.1.13",
"@vueuse/nuxt": "^14.2.1",
"@vueuse/router": "^14.2.1",
"@yuta-inoue-ph/nuxt-vcalendar": "^1.1.4",
"ansi-to-html": "^0.7.2",
"better-sqlite3": "^12.9.0",
"chart.js": "^4.5.1",
"dayjs": "^1.11.20",
"diff": "^9.0.0",
"diff2html": "^3.4.56",
"globe.gl": "^2.45.3",
"katex": "^0.16.45",
"marked": "^18.0.0",
"monaco-editor": "^0.55.1",
"nuxt": "^4.4.2",
"nuxt-og-image": "^6.4.0",
"nuxt-toc": "^2.7.2",
"pinia": "^3.0.4",
"rehype-katex": "^7.0.1",
"rehype-sanitize": "^6.0.0",
"remark-math": "^6.0.0",
"sass": "^1.99.0",
"unstorage": "^1.17.5",
"vite-plugin-monaco-editor": "^1.1.0",
"vue": "^3.5.32",
"vue-chartjs": "^5.3.3",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@antfu/eslint-config": "^8.0.0",
"@olrtg/emmet-language-server": "^2.8.0",
"@types/three": "^0.183.1",
"eslint": "^10.2.0",
"eslint-plugin-format": "^2.0.1",
"eslint-plugin-vue": "^10.8.0",
"nuxi": "^3.34.0",
"supabase": "^2.90.0",
"typescript": "^6.0.2",
"vue-tsc": "^3.2.6"
}
}