-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.31 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.31 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
{
"name": "hivecom",
"type": "module",
"version": "1.2.0",
"private": true,
"scripts": {
"build": "nuxi build --preset github_pages",
"dev": "npx supabase start && nuxi dev",
"dev:staging": "nuxi dev --dotenv .env.production",
"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.8.5",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.72",
"@iconify-json/tabler": "^1.2.30",
"@nuxt/content": "^3.12.0",
"@nuxt/icon": "^2.2.1",
"@nuxt/image": "^2.0.0",
"@nuxtjs/mdc": "^0.20.2",
"@nuxtjs/robots": "^5.7.1",
"@nuxtjs/seo": "^3.4.0",
"@nuxtjs/sitemap": "^7.6.0",
"@nuxtjs/supabase": "^2.0.4",
"@pinia/nuxt": "^0.11.3",
"@tiptap/extension-file-handler": "^3.20.1",
"@tiptap/extension-image": "^3.20.1",
"@tiptap/extension-mathematics": "^3.20.1",
"@tiptap/extension-mention": "^3.20.1",
"@tiptap/extension-task-item": "^3.20.1",
"@tiptap/extension-task-list": "^3.20.1",
"@tiptap/extension-youtube": "^3.20.1",
"@tiptap/markdown": "^3.20.1",
"@tiptap/pm": "^3.20.1",
"@tiptap/starter-kit": "^3.20.1",
"@tiptap/vue-3": "^3.20.1",
"@unhead/vue": "^2.1.10",
"@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.6.2",
"chart.js": "^4.5.1",
"dayjs": "^1.11.19",
"globe.gl": "^2.45.0",
"katex": "^0.16.38",
"marked": "^17.0.4",
"nuxt": "^4.3.1",
"nuxt-og-image": "^5.1.13",
"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.97.3",
"unstorage": "^1.17.4",
"vue": "^3.5.30",
"vue-chartjs": "^5.3.3",
"vue-router": "^5.0.3"
},
"devDependencies": {
"@antfu/eslint-config": "^7.7.0",
"@types/three": "^0.183.1",
"eslint": "^10.0.3",
"eslint-plugin-format": "^2.0.1",
"eslint-plugin-vue": "^10.8.0",
"nuxi": "^3.33.1",
"supabase": "^2.77.1",
"vue-tsc": "^3.2.5"
}
}