Files
housesof/package.json

57 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.1.14",
"dayjs": "^1.11.5",
"embla-carousel": "^7.0.1",
"focus-visible": "^5.2.0",
"motion": "^10.14.1",
"ogl": "^0.0.97",
"sanitize.css": "^13.0.0",
"tweakpane": "^3.1.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^1.0.0-next.66",
"@sveltejs/adapter-node": "^1.0.0-next.87",
"@sveltejs/adapter-vercel": "^1.0.0-next.68",
"@sveltejs/kit": "^1.0.0-next.435",
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"browserslist": "^4.21.3",
"cssnano": "^5.1.13",
"eslint": "^8.22.0",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.16",
"postcss-focus-visible": "^7.1.0",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.8.0",
"postcss-sort-media-queries": "^4.2.1",
"sass": "^1.54.5",
"svelte": "^3.49.0",
"svelte-check": "^2.8.1",
"svelte-preprocess": "^4.10.7",
"swell-node": "^4.0.10",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"vite": "^3.0.9"
},
"type": "module",
"browserslist": [
"last 3 versions",
"> 0.3%"
]
}