{ "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.14", "dayjs": "^1.11.8", "embla-carousel": "^7.1.0", "focus-visible": "^5.2.0", "motion": "^10.16.2", "ogl": "^0.0.117", "sanitize.css": "^13.0.0", "swell-js": "3.22.0", "tweakpane": "^3.1.9", "utils": "workspace:*" }, "devDependencies": { "@sveltejs/adapter-auto": "^2.1.0", "@sveltejs/adapter-vercel": "^3.0.1", "@sveltejs/kit": "^1.20.2", "@typescript-eslint/eslint-plugin": "^5.59.9", "@typescript-eslint/parser": "^5.59.9", "base-64": "^1.0.0", "browserslist": "^4.21.7", "config": "workspace:*", "cssnano": "^6.0.1", "eslint": "^8.42.0", "eslint-plugin-svelte": "^2.30.0", "postcss": "^8.4.24", "postcss-focus-visible": "^8.0.2", "postcss-normalize": "^10.0.1", "postcss-preset-env": "^8.4.2", "postcss-sort-media-queries": "^5.2.0", "sass": "^1.63.3", "svelte": "^3.59.1", "svelte-check": "^3.4.3", "svelte-preprocess": "^5.0.4", "tslib": "^2.5.3", "typescript": "^5.1.3", "vite": "^4.3.9" }, "type": "module", "browserslist": [ "last 3 versions", "> 0.3%" ] }