Files
housesof/apps/website/package.json

59 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.5",
"dayjs": "^1.11.7",
"embla-carousel": "^7.1.0",
"focus-visible": "^5.2.0",
"motion": "^10.15.5",
"ogl": "^0.0.116",
"sanitize.css": "^13.0.0",
"swell-js": "3.21.2",
"tweakpane": "^3.1.7",
"utils": "workspace:*"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-vercel": "^2.4.1",
"@sveltejs/kit": "^1.14.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"base-64": "^1.0.0",
"browserslist": "^4.21.5",
"config": "workspace:*",
"cssnano": "^6.0.0",
"eslint": "^8.36.0",
"eslint-plugin-svelte": "^2.23.1",
"postcss": "^8.4.21",
"postcss-focus-visible": "^8.0.2",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^8.2.0",
"postcss-sort-media-queries": "^4.3.0",
"sass": "^1.60.0",
"svelte": "^3.57.0",
"svelte-check": "^3.1.4",
"svelte-preprocess": "^5.0.3",
"tslib": "^2.5.0",
"typescript": "^5.0.2",
"vite": "^4.2.1"
},
"type": "module",
"browserslist": [
"last 3 versions",
"> 0.3%"
]
}