-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.66 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.66 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": "aquanet",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "bun run ./scripts/stupid-bun-build-workaround",
"preview": "vite preview",
"start": "bun run ./build",
"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 .",
"typesafe-i18n": "typesafe-i18n"
},
"devDependencies": {
"@sveltejs/adapter-node": "^5.2.13",
"@sveltejs/kit": "^2.27.0",
"@sveltejs/vite-plugin-svelte": "^6.1.0",
"@types/mdast": "^4.0.4",
"@types/node": "^24.1.0",
"@types/wicg-file-system-access": "^2023.10.6",
"fast-xml-parser": "^5.2.5",
"ora": "^8.2.0",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"sass-embedded": "^1.89.2",
"svelte": "^5.37.3",
"svelte-check": "^4.3.1",
"typescript": "^5.9.2",
"vite": "^7.0.6"
},
"dependencies": {
"@fluentui/svg-icons": "^1.1.307",
"@fontsource-variable/inter": "^5.2.6",
"@fontsource/flow-rounded": "^5.2.6",
"expressive-code": "^0.41.3",
"import-meta-resolve": "^4.1.0",
"mime": "^4.0.7",
"photoswipe": "^5.4.4",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"simple-icons": "^15.9.0",
"skia-canvas": "^2.0.2",
"svelte-turnstile": "^0.11.0",
"typesafe-i18n": "^5.26.2",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"zod": "^4.0.14"
},
"trustedDependencies": [
"skia-canvas"
]
}