Files
housesof/apps/website/package.json

60 lines
1.7 KiB
JSON

{
"name": "website",
"version": "2.0.0",
"private": true,
"author": "Félix Péault <hello@flayks.com> (https://flayks.com)",
"contributors": [
"Shelby Kay <bonjour@shelbykay.dev> (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.19",
"classix": "^2.1.34",
"dayjs": "^1.11.9",
"embla-carousel": "^7.1.0",
"focus-visible": "^5.2.0",
"motion": "^10.16.2",
"ogl": "^1.0.0",
"sanitize.css": "^13.0.0",
"swell-js": "3.22.1",
"tweakpane": "^4.0.0",
"utils": "workspace:*"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-cloudflare": "^2.3.3",
"@sveltejs/kit": "^1.23.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"base-64": "^1.0.0",
"browserslist": "^4.21.10",
"config": "workspace:*",
"cssnano": "^6.0.1",
"eslint": "^8.47.0",
"eslint-plugin-svelte": "^2.33.0",
"postcss": "^8.4.28",
"postcss-focus-visible": "^9.0.0",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^9.1.1",
"postcss-sort-media-queries": "^5.2.0",
"sass": "^1.66.1",
"svelte": "^4.2.0",
"svelte-check": "^3.5.0",
"svelte-preprocess": "^5.0.4",
"tslib": "^2.6.2",
"typescript": "^5.1.6",
"vite": "^4.4.9"
},
"type": "module",
"browserslist": [
"last 3 versions",
"> 0.3%"
]
}