-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.29 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.29 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
{
"name": "personal-site",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"dev": "vite dev",
"lint": "prettier --plugin prettier-plugin-svelte --check .",
"lint:format": "prettier --plugin prettier-plugin-svelte --write .",
"prepare": "svelte-kit sync",
"preview": "vite preview"
},
"dependencies": {
"@fontsource-variable/inter": "^5.2.8",
"@fontsource/cormorant-garamond": "^5.2.11",
"@fontsource/karla": "^5.2.8",
"bits-ui": "^2.14.4",
"buffer": "^6.0.3",
"exifr": "^7.1.3",
"flexsearch": "^0.8.212",
"lucide-svelte": "^0.562.0",
"macy": "^2.5.1"
},
"devDependencies": {
"@rollup/plugin-yaml": "^4.1.2",
"@sveltejs/adapter-auto": "^7.0.0",
"@sveltejs/kit": "^2.49.2",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tailwindcss/vite": "^4.1.18",
"prettier": "^3.7.4",
"prettier-plugin-svelte": "^3.4.1",
"svelte": "^5.46.1",
"svelte-check": "^4.3.5",
"svelte-loading-spinners": "^0.3.6",
"tailwindcss": "^4.1.18",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"vite": "^7.3.0"
}
}