-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.65 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
{
"name": "site",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=32768 vite build && pagefind && node postprocess",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint ."
},
"devDependencies": {
"@sveltejs/kit": "^2.21.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@types/eslint": "^9.6.1",
"@types/js-yaml": "^4.0.9",
"@types/mdast": "^4.0.4",
"@types/node": "^22.15.21",
"eslint": "^9.27.0",
"eslint-plugin-svelte": "^3.9.0",
"globals": "^16.1.0",
"pagefind": "^1.3.0",
"sass": "^1.89.0",
"svelte": "^5.33.1",
"svelte-check": "^4.2.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1",
"vite": "^6.3.5",
"vite-plugin-pagefind": "^1.0.5",
"cross-env": "^7.0.3"
},
"type": "module",
"dependencies": {
"@fontsource/inter": "^5.2.5",
"@fontsource/lexend-deca": "^5.2.7",
"@fontsource/source-code-pro": "^5.2.5",
"@mdi/js": "^7.4.47",
"@sveltejs/adapter-static": "^3.0.8",
"highlight.js": "^11.11.1",
"js-yaml": "^4.1.0",
"node-fetch": "^3.3.2",
"remark": "^15.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"sharp": "^0.34.2",
"svelte-persisted-store": "^0.12.0",
"typedoc-json-parser": "^10.2.0"
}
}