{ "name": "website", "version": "2.1.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": { "classix": "^2.2.0", "dayjs": "^1.11.13", "embla-carousel": "^8.3.1", "focus-visible": "^5.2.1", "lenis": "^1.1.16", "motion": "^10", "ogl": "^1.0.9", "sanitize.css": "^13.0.0", "swell-js": "^4.2.4", "tweakpane": "^4.0.5", "utils": "workspace:*" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", "@sveltejs/adapter-cloudflare": "^4.7.4", "@sveltejs/kit": "^2.8.1", "@typescript-eslint/eslint-plugin": "^8.14.0", "@typescript-eslint/parser": "^8.14.0", "base-64": "^1.0.0", "browserslist": "^4.24.2", "config": "workspace:*", "cssnano": "^7.0.6", "eslint": "^9.14.0", "eslint-plugin-svelte": "^2.46.0", "postcss": "^8.4.49", "postcss-focus-visible": "^10.0.1", "postcss-normalize": "^13.0.1", "postcss-preset-env": "^10.1.0", "postcss-sort-media-queries": "^5.2.0", "sass": "^1.80.7", "svelte": "^5.1.16", "svelte-check": "^4.0.7", "svelte-preprocess": "^6.0.3", "tslib": "^2.8.1", "typescript": "^5.6.3", "vite": "5.4.11" }, "type": "module", "browserslist": [ "> .5% and last 2 versions" ] }