mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
68 lines
2.2 KiB
JSON
68 lines
2.2 KiB
JSON
{
|
|
"name": "personal-website-sveltekit",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"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 .",
|
|
"storybook": "storybook dev -p 6006",
|
|
"test:integration": "playwright test",
|
|
"test:unit": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.2.2",
|
|
"@chromatic-com/storybook": "^4.1.1",
|
|
"@internationalized/date": "^3.9.0",
|
|
"@playwright/test": "^1.55.0",
|
|
"@storybook/addon-a11y": "^9.1.3",
|
|
"@storybook/addon-docs": "^9.1.3",
|
|
"@storybook/addon-svelte-csf": "^5.0.8",
|
|
"@storybook/sveltekit": "^9.1.3",
|
|
"@sveltejs/enhanced-img": "^0.5.1",
|
|
"@sveltejs/kit": "^2.36.3",
|
|
"@sveltejs/vite-plugin-svelte": "^5.1.1",
|
|
"@unpic/svelte": "^1.0.0",
|
|
"@zerodevx/svelte-img": "^2.1.2",
|
|
"autoprefixer": "^10.4.21",
|
|
"just-intersect": "^4.3.0",
|
|
"postcss": "^8.5.6",
|
|
"postcss-custom-media": "^11.0.6",
|
|
"postcss-import": "^16.1.1",
|
|
"postcss-load-config": "^6.0.1",
|
|
"postcss-preset-env": "^10.3.0",
|
|
"satori": "^0.16.2",
|
|
"satori-html": "^0.3.2",
|
|
"storybook": "^9.1.3",
|
|
"svelte": "^5.38.5",
|
|
"svelte-check": "^4.3.1",
|
|
"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",
|
|
"vanilla-lazyload": "^19.1.3",
|
|
"vite": "^6.3.5",
|
|
"vite-imagetools": "^7.1.1",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"dependencies": {
|
|
"@resvg/resvg-js": "^2.6.2",
|
|
"@sveltejs/adapter-node": "^5.3.1",
|
|
"@vercel/og": "^0.8.5",
|
|
"bits-ui": "2.9.4",
|
|
"flexsearch": "^0.8.205",
|
|
"ioredis": "^5.7.0",
|
|
"lucide-svelte": "^0.542.0",
|
|
"scrape-it": "^6.1.11",
|
|
"sharp": "^0.34.3",
|
|
"svelte-local-storage-store": "^0.6.4"
|
|
}
|
|
}
|