-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.06 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
{
"name": "limberg.dev",
"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": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@eslint/js": "9.6.0",
"@fortawesome/free-brands-svg-icons": "6.5.2",
"@sveltejs/adapter-cloudflare": "4.6.1",
"@sveltejs/kit": "2.5.18",
"@types/eslint__js": "8.42.3",
"eslint": "9.6.0",
"eslint-plugin-svelte": "2.41.0",
"github-slugger": "2.0.0",
"hast-util-to-string": "3.0.0",
"mdsvex": "0.11.2",
"prismjs": "1.29.0",
"svelte": "4.2.18",
"svelte-check": "3.8.4",
"svelte-fa": "4.0.2",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.0-alpha.39",
"unist-util-find-after": "5.0.0",
"unist-util-visit": "5.0.0",
"unist-util-visit-parents": "6.0.1",
"vite": "5.3.3"
},
"type": "module"
}