-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 766 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 766 Bytes
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
{
"name": "nilomr.github.io",
"version": "1.0.0",
"description": "Personal website of Nilo Merino Recalde",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.53.4",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@types/three": "^0.183.1",
"gsap": "^3.14.2",
"svelte": "^5.53.7",
"vite": "^7.3.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
},
"dependencies": {
"@inlang/paraglide-js": "^2.13.2",
"@inlang/paraglide-sveltekit": "^0.16.1",
"lenis": "^1.3.18",
"three": "^0.183.2"
}
}