-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
107 lines (107 loc) · 3.52 KB
/
package.json
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
{
"name": "frontend",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"testBuild": "cross-env IS_TEST_BUILD=true vite build",
"preview": "http-server build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"type": "module",
"devDependencies": {
"@fontsource/fira-mono": "^5.1.0",
"@neoconfetti/svelte": "^2.2.1",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.6.1",
"@types/cookie": "^0.6.0",
"@types/node": "^22.7.4",
"@types/web": "^0.0.167",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.44.1",
"http-server": "^14.1.1",
"mdi-svelte": "^1.1.2",
"postcss": "^8.4.47",
"postcss-load-config": "^6.0.1",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"sass": "^1.79.4",
"svelte": "^4.2.19",
"svelte-check": "^4.0.4",
"tailwindcss": "^3.4.13",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^5.4.8"
},
"dependencies": {
"@cortex-js/compute-engine": "^0.24.1",
"@hocuspocus/provider": "^2.13.6",
"@hocuspocus/transformer": "^2.13.6",
"@internationalized/date": "^3.5.5",
"@kamick/supabaseprovider": "^0.0.2",
"@mdi/js": "^7.4.47",
"@sjmc11/tourguidejs": "^0.0.17",
"@supabase/supabase-js": "^2.45.4",
"@tauri-apps/plugin-window-state": "^2.0.0",
"@tiptap/core": "^2.7.4",
"@tiptap/extension-blockquote": "^2.7.4",
"@tiptap/extension-bold": "^2.7.4",
"@tiptap/extension-bullet-list": "^2.7.4",
"@tiptap/extension-code": "^2.7.4",
"@tiptap/extension-code-block-lowlight": "^2.7.4",
"@tiptap/extension-collaboration": "^2.7.4",
"@tiptap/extension-collaboration-cursor": "^2.7.4",
"@tiptap/extension-color": "^2.7.4",
"@tiptap/extension-document": "^2.7.4",
"@tiptap/extension-dropcursor": "^2.7.4",
"@tiptap/extension-font-family": "^2.7.4",
"@tiptap/extension-gapcursor": "^2.7.4",
"@tiptap/extension-hard-break": "^2.7.4",
"@tiptap/extension-heading": "^2.7.4",
"@tiptap/extension-highlight": "^2.7.4",
"@tiptap/extension-horizontal-rule": "^2.7.4",
"@tiptap/extension-image": "^2.7.4",
"@tiptap/extension-italic": "^2.7.4",
"@tiptap/extension-link": "^2.7.4",
"@tiptap/extension-list-item": "^2.7.4",
"@tiptap/extension-ordered-list": "^2.7.4",
"@tiptap/extension-paragraph": "^2.7.4",
"@tiptap/extension-placeholder": "^2.7.4",
"@tiptap/extension-strike": "^2.7.4",
"@tiptap/extension-subscript": "^2.7.4",
"@tiptap/extension-superscript": "^2.7.4",
"@tiptap/extension-task-item": "^2.7.4",
"@tiptap/extension-task-list": "^2.7.4",
"@tiptap/extension-text": "^2.7.4",
"@tiptap/extension-text-align": "^2.7.4",
"@tiptap/extension-text-style": "^2.7.4",
"@tiptap/extension-underline": "^2.7.4",
"@tiptap/pm": "^2.7.4",
"bits-ui": "^0.21.15",
"clsx": "^2.1.1",
"cmdk-sv": "^0.0.18",
"command-score": "^0.1.2",
"katex": "^0.16.11",
"lowlight": "^3.1.0",
"lucide-svelte": "^0.446.0",
"mathlive": "^0.101.0",
"mode-watcher": "^0.4.1",
"nerdamer-prime": "^1.1.27",
"shadcn-svelte": "^0.13.0",
"svelte-autosize": "^1.1.0",
"svelte-sonner": "^0.3.28",
"svelte-tiptap": "^1.1.3",
"tailwind-merge": "^2.5.2",
"tailwind-variants": "^0.2.1",
"yjs": "^13.6.19"
}
}