Files
housesof/package.json

59 lines
1.7 KiB
JSON

{
"name": "housesof",
"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",
"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 --ignore-path .gitignore ."
},
"dependencies": {
"@studio-freight/lenis": "^0.2.28",
"dayjs": "^1.11.7",
"embla-carousel": "^7.0.5",
"focus-visible": "^5.2.0",
"motion": "^10.15.3",
"ogl": "^0.0.103",
"sanitize.css": "^13.0.0",
"swell-js": "3.18.3",
"tweakpane": "^3.1.1"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^1.0.0",
"@sveltejs/adapter-cloudflare": "^1.0.0",
"@sveltejs/adapter-node": "^1.1.0",
"@sveltejs/adapter-vercel": "^1.0.1",
"@sveltejs/kit": "^1.0.8",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"base-64": "^1.0.0",
"browserslist": "^4.21.4",
"cssnano": "^5.1.14",
"eslint": "^8.31.0",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.21",
"postcss-focus-visible": "^7.1.0",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.8.3",
"postcss-sort-media-queries": "^4.3.0",
"sass": "^1.57.1",
"svelte": "^3.55.0",
"svelte-check": "^3.0.2",
"svelte-preprocess": "^5.0.0",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"vite": "^4.0.4"
},
"type": "module",
"browserslist": [
"last 3 versions",
"> 0.3%"
]
}