mirror of
https://github.com/LukeHagar/LukeHagar.com.git
synced 2025-12-06 04:20:17 +00:00
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "lukehagar.com",
|
|
"version": "0.0.1",
|
|
"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 --plugin-search-dir . --check . && eslint .",
|
|
"format": "prettier --plugin-search-dir . --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@skeletonlabs/skeleton": "^1.9.0",
|
|
"@skeletonlabs/tw-plugin": "^0.3.0",
|
|
"@sveltejs/adapter-auto": "^2.1.0",
|
|
"@sveltejs/adapter-vercel": "^3.0.0",
|
|
"@sveltejs/kit": "^1.20.0",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@types/node": "^20.10.4",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.8",
|
|
"@typescript-eslint/parser": "^5.59.8",
|
|
"@vercel/analytics": "^1.0.1",
|
|
"atropos": "^2.0.2",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint": "^8.41.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
"postcss": "^8.4.24",
|
|
"posthog-js": "^1.95.1",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-svelte": "^2.10.1",
|
|
"svelte": "^3.59.1",
|
|
"svelte-check": "^3.4.3",
|
|
"svelte-particles": "^2.9.3",
|
|
"svelte-preprocess": "^5.0.4",
|
|
"tailwindcss": "^3.3.2",
|
|
"tslib": "^2.5.2",
|
|
"tsparticles": "^2.9.3",
|
|
"typescript": "^5.0.4",
|
|
"vite": "^4.3.9",
|
|
"@sentry/sveltekit": "^7.84.0",
|
|
"@sentry/cli": "2.22.2"
|
|
},
|
|
"type": "module"
|
|
}
|