This commit is contained in:
Alfred Jophy 2026-02-22 14:24:22 +05:30
commit 533eb16b98
4 changed files with 12 additions and 48 deletions

View file

@ -1,18 +1,6 @@
{
"name": "site",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "bunx --bun vite dev",
"build": "bunx --bun vite build",
"preview": "bunx --bun vite preview",
"prepare": "bunx --bun svelte-kit sync || echo ''",
"check": "bunx --bun svelte-kit sync && bunx --bun svelte-check --tsconfig ./tsconfig.json",
"check:watch": "bun --bunx svelte-kit sync && bun --bunx svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "bunx --bun prettier --check . && bun --bunx eslint .",
"format": "bunx --bun prettier --write ."
},
"devDependencies": {
"@eslint/compat": "^2.0.2",
"@eslint/js": "^9.39.2",
@ -40,7 +28,16 @@
"typescript-eslint": "^8.54.0",
"vite": "^7.3.1"
},
"dependencies": {
"lenis": "^1.3.17"
}
"private": true,
"scripts": {
"dev": "bunx --bun vite dev",
"build": "bunx --bun vite build",
"preview": "bunx --bun vite preview",
"prepare": "bunx --bun svelte-kit sync || echo ''",
"check": "bunx --bun svelte-kit sync && bunx --bun svelte-check --tsconfig ./tsconfig.json",
"check:watch": "bun --bunx svelte-kit sync && bun --bunx svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "bunx --bun prettier --check . && bun --bunx eslint .",
"format": "bunx --bun prettier --write ."
},
"type": "module"
}