-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.88 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.88 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
{
"name": "dynamik",
"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 --plugin prettier-plugin-svelte --check . && eslint .",
"format": "prettier --plugin prettier-plugin-svelte --write ."
},
"pnpm": {
"onlyBuiltDependencies": [
"@sveltejs/kit",
"@tailwindcss/oxide",
"esbuild"
],
"overrides": {
"@isaacs/brace-expansion@<=5.0.0": ">=5.0.1",
"@sveltejs/kit@>=2.19.0 <=2.49.4": ">=2.49.5",
"ajv@<6.14.0": "^6.14.0",
"ajv@>=7.0.0-alpha.0 <8.18.0": ">=8.18.0",
"cookie@<0.7.0": ">=0.7.0",
"devalue@<5.6.2": ">=5.6.2",
"glob@>=10.2.0 <10.5.0": ">=10.5.0",
"js-yaml@>=4.0.0 <4.1.1": ">=4.1.1",
"lodash@>=4.0.0 <4.18.0": ">=4.18.0",
"mdast-util-to-hast@>=13.0.0 <13.2.1": ">=13.2.1",
"minimatch@>=10.0.0 <10.2.3": ">=10.2.3",
"rollup@<2.80.0": ">=2.80.0",
"rollup@>=4.0.0 <4.59.0": ">=4.59.0",
"serialize-javascript@<=7.0.2": ">=7.0.3",
"svelte@>=5.53.0 <5.53.5": ">=5.53.5",
"tar@<=7.5.3": ">=7.5.4",
"vite@>=7.1.0 <=7.1.10": ">=7.1.11"
}
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@iconify-svelte/akar-icons": "^1.0.0",
"@iconify-svelte/ic": "^1.0.1",
"@iconify-svelte/lucide": "^1.0.32",
"@iconify-svelte/material-symbols": "^1.0.25",
"@iconify-svelte/mdi": "^1.0.0",
"@iconify-svelte/ph": "^1.0.1",
"@iconify-svelte/solar": "^1.0.1",
"@iconify/utils": "^3.1.0",
"@sveltejs/adapter-auto": "^7.0.1",
"@sveltejs/adapter-node": "^5.5.4",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/adapter-vercel": "^6.3.3",
"@sveltejs/kit": "^2.57.1",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"@types/jsdom": "^27.0.0",
"@types/katex": "^0.16.8",
"@vite-pwa/sveltekit": "^1.1.0",
"daisyui": "^5.5.19",
"dayjs": "^1.11.20",
"dompurify": "^3.4.0",
"eslint": "^10.2.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.17.0",
"fuse.js": "^7.3.0",
"globals": "^17.5.0",
"katex": "^0.16.45",
"marked": "^10.0.0",
"postcss": "^8.5.10",
"prettier": "^3.8.3",
"prettier-plugin-svelte": "^3.5.1",
"shiki": "^3.22.0",
"svelte": "^5.55.4",
"svelte-check": "^4.4.6",
"svelte-eslint-parser": "^1.6.0",
"svelte-local-storage-store": "^0.6.4",
"tailwindcss": "^4.2.2",
"tocbot": "^4.36.4",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.59.0",
"vite": "^8.0.9",
"vite-plugin-pwa": "^1.2",
"workbox-build": "^7.4.0"
},
"packageManager": "pnpm@10.28.1+sha512.7d7dbbca9e99447b7c3bf7a73286afaaf6be99251eb9498baefa7d406892f67b879adb3a1d7e687fc4ccc1a388c7175fbaae567a26ab44d1067b54fcb0d6a316",
"type": "module"
}