-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.83 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.83 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
{
"name": "qwill",
"version": "0.0.1",
"type": "module",
"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",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"test:unit": "vitest",
"test": "npm run test:unit -- --run && npm run test:e2e",
"test:e2e": "playwright test"
},
"devDependencies": {
"@playwright/test": "^1.45.3",
"@shikijs/colorized-brackets": "^3.2.1",
"@shikijs/transformers": "^3.2.1",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.12.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@types/eslint": "^9.6.0",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
"globals": "^15.0.0",
"hastscript": "^9.0.1",
"mdsvex": "^0.11.2",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.6",
"rehype-autolink-headings": "^7.1.0",
"rehype-callouts": "^2.0.2",
"rehype-figure": "^1.0.1",
"rehype-parse": "^9.0.1",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0",
"unified": "^11.0.5",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.0.0",
"vite": "^5.0.3",
"vitest": "^2.0.4"
},
"dependencies": {
"@fontsource/montserrat": "^5.1.0",
"@fontsource/ubuntu-mono": "^5.1.0",
"@inlang/paraglide-sveltekit": "^0.11.1",
"@jsdevtools/rehype-toc": "^3.0.2",
"lucide-svelte": "^0.454.0",
"rehype-highlight-code-lines": "^1.1.3",
"rehype-slug": "^6.0.0",
"remark-sectionize": "^2.1.0",
"remark-unwrap-images": "^4.0.0",
"shiki": "^3.2.1"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.40.0"
}
}