portfolio_site/package.json

55 lines
1.6 KiB
JSON
Raw Normal View History

2025-01-18 23:06:09 +02:00
{
2025-01-21 17:53:19 +02:00
"name": "stuff.kasterpalu",
2025-01-18 23:06:09 +02:00
"private": true,
"version": "0.0.1",
"type": "module",
"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",
"format": "prettier --write .",
2025-01-21 15:24:40 +02:00
"lint": "prettier --check . && eslint ."
2025-01-18 23:06:09 +02:00
},
"devDependencies": {
"@eslint/compat": "^1.2.5",
"@eslint/js": "^9.18.0",
"@sveltejs/adapter-node": "^5.2.11",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.10",
"@types/spotify-web-api-node": "^5.0.11",
2025-01-18 23:06:09 +02:00
"autoprefixer": "^10.4.20",
"bits-ui": "1.0.0-next.78",
2025-01-18 23:17:25 +02:00
"clsx": "^2.1.1",
2025-01-18 23:06:09 +02:00
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.14.0",
"lucide-svelte": "^0.473.0",
2025-01-18 23:06:09 +02:00
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.10",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-dnd-action": "^0.9.54",
2025-01-18 23:17:25 +02:00
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.1",
2025-01-18 23:06:09 +02:00
"tailwindcss": "^3.4.17",
2025-01-18 23:17:25 +02:00
"tailwindcss-animate": "^1.0.7",
2025-01-18 23:06:09 +02:00
"typescript": "^5.0.0",
"typescript-eslint": "^8.20.0",
"vite": "^5.4.11"
},
"dependencies": {
"@fontsource-variable/kode-mono": "^5.1.1",
2025-01-21 15:22:19 +02:00
"@fontsource-variable/smooch-sans": "^5.1.1",
"mode-watcher": "^0.5.0",
"nanoid": "^5.0.9",
"spotify-web-api-node": "^5.0.2",
"svelte-kit-sessions": "^0.4.0"
2025-01-18 23:06:09 +02:00
}
}