-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.47 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.47 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
{
"name": "broadcaster",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/adapter-node": "^5.2.12",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tailwindcss/typography": "^0.5.16",
"@types/markdown-it-attrs": "^4.1.3",
"@types/node": "^22.13.0",
"@vitejs/plugin-basic-ssl": "^1.2.0",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.23",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"sveltekit-sse": "^0.13.12",
"tailwindcss": "^3.4.17",
"typescript": "^5.0.0",
"vite": "^6.0.0"
},
"dependencies": {
"@tiptap/core": "^2.11.4",
"@tiptap/extension-placeholder": "^2.11.4",
"@tiptap/pm": "^2.11.4",
"@tiptap/starter-kit": "^2.11.4",
"argon2": "^0.41.1",
"highlight.js": "^11.11.1",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.3.1",
"markdown-it-code-copy": "^0.2.1",
"markdown-it-github-alerts": "^0.3.0",
"pg": "^8.13.1",
"temporal-polyfill": "^0.2.5",
"thebroadcaster": "file:packages/js",
"tiptap-markdown": "^0.8.10"
}
}