Files
housesof/apps/website/package.json
2024-08-08 11:58:08 +02:00

59 lines
1.7 KiB
JSON

{
"name": "website",
"version": "2.1.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": {
"classix": "^2.1.38",
"dayjs": "^1.11.12",
"embla-carousel": "^8.1.8",
"focus-visible": "^5.2.0",
"lenis": "^1.1.9",
"motion": "^10.18.0",
"ogl": "^1.0.8",
"sanitize.css": "^13.0.0",
"swell-js": "^4.2.2",
"tweakpane": "^4.0.4",
"utils": "workspace:*"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.2",
"@sveltejs/adapter-cloudflare": "^4.7.0",
"@sveltejs/kit": "^2.5.20",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"base-64": "^1.0.0",
"browserslist": "^4.23.3",
"config": "workspace:*",
"cssnano": "^7.0.4",
"eslint": "^9.8.0",
"eslint-plugin-svelte": "^2.43.0",
"postcss": "^8.4.41",
"postcss-focus-visible": "^10.0.0",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^10.0.0",
"postcss-sort-media-queries": "^5.2.0",
"sass": "^1.77.8",
"svelte": "^5.0.0-next.210",
"svelte-check": "^3.8.5",
"svelte-preprocess": "^6.0.2",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"vite": "5.4.0"
},
"type": "module",
"browserslist": [
"> .5% and last 2 versions"
]
}