-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.61 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.61 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
57
58
59
60
{
"name": "personal-website",
"version": "0.1.0",
"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": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-vercel": "^5.6.0",
"@sveltejs/kit": "^2.20.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tailwindcss/vite": "^4.0.12",
"@types/node": "^22.0.0",
"@types/react": "^19.2.14",
"@types/three": "0.134.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.14.0",
"mdsvex": "^0.12.3",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"sass": "^1.85.0",
"shiki": "^4.0.1",
"svelte": "^5.20.0",
"svelte-check": "^4.1.4",
"typescript": "^5.7.3",
"unist-util-visit": "^5.1.0",
"vite": "^6.2.0"
},
"dependencies": {
"@studio-freight/lenis": "^1.0.42",
"@vercel/analytics": "^1.6.1",
"@vercel/og": "^0.11.0",
"@vercel/speed-insights": "^1.3.1",
"gsap": "^3.12.7",
"lenis": "^1.2.3",
"react": "^19.2.4",
"resend": "^6.9.3",
"tailwindcss": "^4.0.12",
"three": "0.134.0",
"vanta": "^0.5.24"
},
"type": "module",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"sharp"
]
}
}