{ "name": "website", "version": "2.0.0", "private": true, "author": "Félix Péault (https://flayks.com)", "contributors": [ "Shelby Kay (https://shelbykay.dev)" ], "scripts": { "dev": "vite dev --port 4000", "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": "eslint ." }, "dependencies": { "@studio-freight/lenis": "^1.0.42", "classix": "^2.1.37", "dayjs": "^1.11.10", "embla-carousel": "^8.0.2", "focus-visible": "^5.2.0", "motion": "^10.17.0", "ogl": "^1.0.6", "sanitize.css": "^13.0.0", "swell-js": "4.0.7", "tweakpane": "^4.0.3", "utils": "workspace:*" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.2.0", "@sveltejs/adapter-cloudflare": "^4.2.1", "@sveltejs/kit": "^2.5.5", "@typescript-eslint/eslint-plugin": "^7.6.0", "@typescript-eslint/parser": "^7.6.0", "base-64": "^1.0.0", "browserslist": "^4.23.0", "config": "workspace:*", "cssnano": "^6.1.2", "eslint": "^9.0.0", "eslint-plugin-svelte": "^2.36.0", "postcss": "^8.4.38", "postcss-focus-visible": "^9.0.1", "postcss-normalize": "^10.0.1", "postcss-preset-env": "^9.5.4", "postcss-sort-media-queries": "^5.2.0", "sass": "^1.74.1", "svelte": "^4.2.12", "svelte-check": "^3.6.9", "svelte-preprocess": "^5.1.3", "tslib": "^2.6.2", "typescript": "^5.4.4", "vite": "5.2.8" }, "type": "module", "browserslist": [ "last 3 versions", "> 0.3%" ] }