-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.37 KB
/
package.json
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
{
"name": "portfolio",
"version": "0.0.1",
"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 ."
},
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@iconify/json": "^2.2.263",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.5.27",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@types/cookie": "^0.5.4",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.7",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.6.3",
"typescript": "^5.5.0",
"vite": "^5.4.4"
},
"type": "module",
"dependencies": {
"@fontsource-variable/outfit": "^5.1.0",
"@fontsource/source-sans-pro": "^5.1.0",
"@iconify/svelte": "^3.1.6",
"@onehop/client": "^1.6.5",
"@types/minimasonry": "^1.3.5",
"@zerodevx/svelte-img": "^2.1.2",
"clsx": "^2.1.1",
"daisyui": "^4.12.2",
"firebase": "^9.23.0",
"minimasonry": "^1.3.2",
"querystring": "^0.2.1",
"svelte-masonry": "^0.1.1",
"svelte-ripple-action": "^1.0.6",
"svelte-seo": "^1.6.1",
"unplugin-icons": "^0.19.3"
}
}