mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 09:01:21 +00:00
63 lines
1.8 KiB
JSON
63 lines
1.8 KiB
JSON
{
|
|
"name": "hellob.art",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"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": "prettier --check . && eslint .",
|
|
"format": "prettier --write .",
|
|
"prepare": "npx husky install && svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-vercel": "^4.0.5",
|
|
"@sveltejs/enhanced-img": "^0.1.8",
|
|
"@sveltejs/kit": "^2.3.4",
|
|
"@sveltejs/vite-plugin-svelte": "^3.0.1",
|
|
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
|
"@typescript-eslint/parser": "^6.19.0",
|
|
"autoprefixer": "^10.4.17",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-svelte": "^2.35.1",
|
|
"lint-staged": "^15.2.0",
|
|
"postcss": "^8.4.33",
|
|
"postcss-load-config": "^5.0.2",
|
|
"prettier": "^3.2.4",
|
|
"prettier-plugin-svelte": "^3.1.2",
|
|
"prettier-plugin-tailwindcss": "^0.5.11",
|
|
"svelte": "^4.2.9",
|
|
"svelte-check": "^3.6.3",
|
|
"tailwindcss": "^3.4.1",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.0.11"
|
|
},
|
|
"dependencies": {
|
|
"@resvg/resvg-js": "^2.6.0",
|
|
"@types/node": "^20.11.5",
|
|
"@vercel/analytics": "^1.1.1",
|
|
"@vercel/speed-insights": "^1.0.4",
|
|
"bits-ui": "^0.14.0",
|
|
"clsx": "^2.1.0",
|
|
"lucide-svelte": "^0.311.0",
|
|
"mode-watcher": "^0.1.2",
|
|
"radix-icons-svelte": "^1.2.1",
|
|
"satori": "^0.10.11",
|
|
"satori-html": "^0.3.2",
|
|
"svelte-wrap-balancer": "^0.0.4",
|
|
"tailwind-merge": "^2.2.0",
|
|
"tailwind-variants": "^0.1.20"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,ts,svelte,css,scss,postcss,md,json}": [
|
|
"prettier --write --plugin-search-dir=.",
|
|
"prettier --check --plugin-search-dir=."
|
|
],
|
|
"*.{js,ts,svelte}": "eslint"
|
|
}
|
|
}
|