First few blogs.
This commit is contained in:
parent
cbe09fc194
commit
702469464e
19 changed files with 719 additions and 28 deletions
22
package.json
22
package.json
|
|
@ -4,14 +4,14 @@
|
|||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "bun --bunx vite dev",
|
||||
"build": "bun --bunx vite build",
|
||||
"preview": "bun --bunx vite preview",
|
||||
"prepare": "bun --bunx svelte-kit sync || echo ''",
|
||||
"check": "bun --bunx svelte-kit sync && bun --bunx svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "bun --bunx svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"lint": "bun --bunx prettier --check . && bun --bunx eslint .",
|
||||
"format": "bun --bunx prettier --write ."
|
||||
"dev": "bunx --bun vite dev",
|
||||
"build": "bunx --bun vite build",
|
||||
"preview": "bunx --bun vite preview",
|
||||
"prepare": "bunx --bun svelte-kit sync || echo ''",
|
||||
"check": "bunx --bun svelte-kit sync && bunx --bun svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "bun --bunx svelte-kit sync && bun --bunx svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"lint": "bunx --bun prettier --check . && bun --bunx eslint .",
|
||||
"format": "bunx --bun prettier --write ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/compat": "^2.0.2",
|
||||
|
|
@ -21,6 +21,7 @@
|
|||
"@sveltejs/vite-plugin-svelte": "^6.2.4",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@tailwindcss/vite": "^4.1.18",
|
||||
"@types/bun": "^1.3.9",
|
||||
"@types/node": "^24",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
|
|
@ -30,11 +31,16 @@
|
|||
"prettier": "^3.8.1",
|
||||
"prettier-plugin-svelte": "^3.4.1",
|
||||
"prettier-plugin-tailwindcss": "^0.7.2",
|
||||
"shiki": "^3.22.0",
|
||||
"super-sitemap": "^1.0.7",
|
||||
"svelte": "^5.51.0",
|
||||
"svelte-check": "^4.3.6",
|
||||
"tailwindcss": "^4.1.18",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.54.0",
|
||||
"vite": "^7.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"lenis": "^1.3.17"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue