-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.7 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
{
"name": "dc-code-paste",
"version": "0.4.9",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"typecheck:go": "svelte-kit sync && tsgo --noEmit -p tsconfig.json --checkers 2",
"test": "vitest",
"test:e2e": "playwright test",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"format": "oxfmt",
"format:check": "oxfmt --check"
},
"dependencies": {
"@shikijs/langs": "^4.3.1",
"@shikijs/themes": "^4.3.1",
"@tiptap/core": "^3.27.3",
"@tiptap/extension-code-block": "^3.27.3",
"@tiptap/extension-color": "^3.27.3",
"@tiptap/extension-font-family": "^3.27.3",
"@tiptap/extension-link": "^3.27.3",
"@tiptap/extension-text-style": "^3.27.3",
"@tiptap/starter-kit": "^3.27.3",
"lucide-svelte": "^0.468.0",
"prosemirror-model": "^1.25.10",
"prosemirror-state": "^1.4.4",
"prosemirror-transform": "^1.12.0",
"prosemirror-view": "^1.42.0",
"shiki": "^4.3.1"
},
"devDependencies": {
"@playwright/test": "^1.61.1",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.69.2",
"@sveltejs/vite-plugin-svelte": "^5.1.1",
"@types/node": "^24.13.3",
"@typescript/native-preview": "beta",
"oxfmt": "^0.52.0",
"oxlint": "^1.73.0",
"svelte": "^5.56.4",
"svelte-check": "^4.7.2",
"typescript": "^5.9.3",
"vite": "^6.4.3",
"vitest": "^4.1.10"
},
"overrides": {
"prosemirror-model": "1.25.10",
"prosemirror-state": "1.4.4",
"prosemirror-transform": "1.12.0",
"prosemirror-view": "1.42.0"
},
"packageManager": "bun@1.3.14"
}