personal-website-sveltekit/package.json

62 lines
1.8 KiB
JSON
Raw Normal View History

{
"name": "personal-website-sveltekit",
"version": "1.0.0",
"private": true,
2024-12-19 20:55:28 +00:00
"type": "module",
"scripts": {
"dev": "NODE_OPTIONS=\"--inspect\" vite dev --host",
"build": "vite build",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
"test:ui": "svelte-kit sync && playwright test --ui",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "biome lint --error-on-warnings .",
"format": "biome format --write .",
"test:integration": "playwright test",
"test:unit": "vitest"
},
"devDependencies": {
"@biomejs/biome": "^2.1.4",
"@internationalized/date": "^3.8.2",
"@playwright/test": "^1.54.2",
2025-07-29 19:53:25 +00:00
"@sveltejs/enhanced-img": "^0.5.1",
"@sveltejs/kit": "^2.28.0",
2025-07-29 17:33:47 +00:00
"@sveltejs/vite-plugin-svelte": "^5.1.1",
2025-02-18 16:35:37 +00:00
"@unpic/svelte": "^1.0.0",
"@zerodevx/svelte-img": "^2.1.2",
2025-03-19 00:46:19 +00:00
"autoprefixer": "^10.4.21",
"just-intersect": "^4.3.0",
2025-07-28 16:58:53 +00:00
"postcss": "^8.5.6",
"postcss-custom-media": "^11.0.6",
"postcss-import": "^16.1.1",
2025-02-18 16:35:37 +00:00
"postcss-load-config": "^6.0.1",
2025-07-28 16:58:53 +00:00
"postcss-preset-env": "^10.2.4",
2025-04-24 21:43:39 +00:00
"satori": "^0.12.2",
"satori-html": "^0.3.2",
"svelte": "^5.38.1",
"svelte-check": "^4.3.1",
2025-07-28 16:58:53 +00:00
"svelte-meta-tags": "^4.4.0",
"svelte-preprocess": "^6.0.3",
"svelte-sequential-preprocessor": "^2.0.2",
"tslib": "^2.8.1",
"typescript": "^5.9.2",
2024-04-15 18:32:41 +00:00
"vanilla-lazyload": "^19.1.3",
2025-05-11 21:04:17 +00:00
"vite": "^6.3.5",
"vite-imagetools": "^7.1.1",
2025-07-28 16:58:53 +00:00
"vitest": "^3.2.4"
},
2023-02-13 06:30:22 +00:00
"dependencies": {
"@resvg/resvg-js": "^2.6.2",
"@sveltejs/adapter-node": "^5.2.14",
2025-04-24 21:43:39 +00:00
"@vercel/og": "^0.6.8",
"bits-ui": "2.9.2",
2025-07-28 16:58:53 +00:00
"flexsearch": "^0.8.205",
"ioredis": "^5.7.0",
"lucide-svelte": "^0.539.0",
2025-07-28 16:58:53 +00:00
"scrape-it": "^6.1.11",
"sharp": "^0.34.3",
"svelte-local-storage-store": "^0.6.4"
2023-02-13 06:30:22 +00:00
}
}