Files

35 lines
994 B
JSON
Raw Permalink Normal View History

{
"name": "gong.gp",
"version": "2.0.0",
"description": "GONG — Groupe d'Organisation Nationale de la Guadeloupe (site SvelteKit)",
"license": "AGPL-3.0",
"private": true,
"type": "module",
"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"
},
"devDependencies": {
"@fontsource/archivo": "^5.1.0",
"@fontsource/inter": "^5.1.0",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.15.0",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@vite-pwa/sveltekit": "^0.6.7",
"marked": "^15.0.12",
"svelte": "^5.16.0",
"svelte-check": "^4.1.1",
"typescript": "^5.7.2",
"vite": "^6.0.6",
"vite-imagetools": "^7.0.5",
"vite-plugin-pwa": "^0.21.1"
},
"dependencies": {
"gsap": "^3.12.5",
"lenis": "^1.1.18"
}
}