-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.5 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
{
"name": "website",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"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 ."
},
"devDependencies": {
"@eslint/compat": "^1.2.5",
"@eslint/js": "^9.22.0",
"@fontsource-variable/lexend": "^5.2.11",
"@fontsource-variable/martian-mono": "^5.2.7",
"@fontsource-variable/outfit": "^5.2.8",
"@iconify-json/simple-icons": "^1.2.54",
"@iconify-json/tabler": "^1.2.23",
"@shikijs/transformers": "^3.13.0",
"@sveltejs/adapter-vercel": "^6.0.0",
"@sveltejs/kit": "^2.22.0",
"@sveltejs/vite-plugin-svelte": "^6.0.0",
"@types/node": "^22",
"@types/throttle-debounce": "^5.0.2",
"@unocss/extractor-svelte": "^66.5.2",
"@vercel/analytics": "^1.5.0",
"animejs": "^4.2.2",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^3.0.0",
"globals": "^16.0.0",
"mdsvex": "^0.12.3",
"medium-zoom": "^1.1.0",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"shiki": "^3.13.0",
"super-sitemap": "^1.0.5",
"svelte": "^5.0.0",
"svelte-check": "^4.3.3",
"throttle-debounce": "^5.0.2",
"typescript": "^5.0.0",
"typescript-eslint": "^8.20.0",
"unocss": "^66.5.2",
"vite": "^7.0.4"
}
}