-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.63 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.63 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
{
"name": "dmarc-wiki",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"prepare": "svelte-kit sync",
"build": "vite build",
"postbuild": "npx svelte-sitemap --domain https://dmarc.wiki",
"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 . && eslint .",
"format": "prettier --write .",
"check-updates": "npx npm-check -u"
},
"devDependencies": {
"@kasisoft/remark-svelte-auto-import": "^0.2.8",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/enhanced-img": "^0.3.9",
"@sveltejs/kit": "^2.49.5",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@tailwindcss/typography": "^0.5.19",
"@types/eslint": "^9.6.0",
"@types/node": "^25.0.9",
"autoprefixer": "^10.4.23",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.14.0",
"globals": "^17.0.0",
"mdsvex": "^0.11.2",
"prettier": "^3.8.0",
"prettier-plugin-svelte": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"rehype-rewrite": "^4.0.4",
"satori": "^0.18.3",
"satori-html": "^0.3.2",
"sharp": "^0.34.5",
"svelte": "^5.46.4",
"svelte-check": "^4.3.5",
"svelte-meta-tags": "^4.5.0",
"svooltip": "^0.9.0",
"tailwindcss": "^3.4.9",
"typescript": "^5.9.3",
"typescript-eslint": "^8.53.0",
"vite": "^7.3.1"
},
"type": "module",
"dependencies": {
"@fontsource-variable/inter": "^5.2.8",
"@fontsource/zilla-slab": "^5.2.8",
"lucide-svelte": "^0.562.0",
"mode-watcher": "^1.1.0",
"svelte-sitemap": "^2.7.1"
}
}