-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.74 KB
/
package.json
File metadata and controls
95 lines (95 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
90
91
92
93
94
95
{
"name": "jade",
"private": true,
"version": "0.0.1",
"type": "module",
"workspaces": [
"scripts"
],
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"test:unit": "vitest",
"test": "npm run test:unit -- --run && npm run test:e2e",
"postinstall": "patch-package",
"script:ink": "npm run convert:tldr --workspace=scripts"
},
"devDependencies": {
"@eslint/compat": "^1.4.1",
"@eslint/js": "^9.39.0",
"@internationalized/date": "^3.11.0",
"@lucide/svelte": "^0.552.0",
"@playwright/test": "^1.58.2",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/adapter-vercel": "^6.1.1",
"@sveltejs/kit": "^2.48.4",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.16",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/svelte": "^5.2.8",
"@types/jsdom": "^27.0.0",
"@types/three": "^0.181.0",
"bits-ui": "^2.16.2",
"clsx": "^2.1.1",
"eslint": "^9.39.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.13.0",
"globals": "^16.5.0",
"jsdom": "^27.1.0",
"lucide-svelte": "^0.552.0",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.7.1",
"svelte": "^5.43.2",
"svelte-check": "^4.3.3",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.1.16",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.3",
"vercel": "^48.8.1",
"vite": "^7.0.0",
"vitest": "^4.0.6"
},
"dependencies": {
"@excalidraw/excalidraw": "^0.18.0",
"@excalidraw/roughjs": "^4.5.3",
"@icons-pack/svelte-simple-icons": "^6.5.0",
"@jsdevtools/rehype-url-inspector": "^2.0.2",
"@portaljs/remark-wiki-link": "^1.2.0",
"@types/d3": "^7.4.3",
"@xyflow/svelte": "^1.5.0",
"3d-force-graph": "^1.79.0",
"d3": "^7.9.0",
"hast-util-from-html": "^2.0.3",
"mode-watcher": "^1.1.0",
"patch-package": "^8.0.0",
"playwright": "^1.58.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex": "^7.0.1",
"rehype-mermaid": "^3.0.0",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-directive": "^4.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"remark-toc": "^9.0.0",
"runed": "^0.35.1",
"shiki": "^3.14.0",
"three": "^0.181.0",
"unified": "^11.0.5",
"yaml": "^2.8.1"
}
}