-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.6 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.6 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
{
"name": "maths",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check .",
"format": "prettier --write .",
"server": "vite build && bun server.ts"
},
"devDependencies": {
"@internationalized/date": "^3.9.0",
"@lucide/svelte": "^0.515.0",
"@sveltejs/adapter-node": "^5.3.1",
"@sveltejs/kit": "^2.36.3",
"@sveltejs/vite-plugin-svelte": "^6.1.3",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.12",
"@types/dompurify": "^3.2.0",
"@types/express": "^5.0.3",
"@types/katex": "^0.16.7",
"autoprefixer": "^10.4.21",
"mode-watcher": "^1.1.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"svelte": "^5.38.6",
"svelte-check": "^4.3.1",
"svelte-confetti": "^2.3.2",
"tailwindcss": "^4.1.12",
"tslib": "^2.8.1",
"tw-animate-css": "^1.3.7",
"typescript": "^5.9.2",
"vite": "^7.1.3"
},
"type": "module",
"dependencies": {
"bits-ui": "^2.9.4",
"clsx": "^2.1.1",
"dompurify": "^3.2.6",
"express": "^5.1.0",
"katex": "^0.16.22",
"mathjs": "^14.6.0",
"minidenticons": "^4.2.1",
"quill": "^2.0.3",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"svelte-sonner": "^1.0.5",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^1.0.0",
"zod": "^4.1.4"
}
}