Skip to content

Commit

Permalink
Merge pull request #19 from gaelgoth/upgrade-blog
Browse files Browse the repository at this point in the history
Upgrade blog
  • Loading branch information
gaelgoth committed Dec 12, 2023
2 parents 1d6ad35 + 8235de3 commit 6f35589
Show file tree
Hide file tree
Showing 4 changed files with 1,332 additions and 1,780 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ tyvm! ur ⭐ will give me more motivation to improve this project.

- [./kwaa.dev](https://kwaa.dev) - [kwaa/blog](https://github.com/kwaa/blog)
- [Seviche.cc](https://seviche.cc) - [Sevichecc/Urara-Blog](https://github.com/Sevichecc/Urara-Blog)
- [./khatta.sh](https://blog.shameerkashif.me) - [hash3liZer/khatta](https://github.com/hash3liZer/khatta)

and more...

Expand Down
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"dev": "run-s tsc \"dev:parallel {@} \" --",
"build": "npm-run-all -s tsc urara:build kit:build clean",
"preview": "vite preview",
"start": "cross-env ADAPTER=node pnpm build && node build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
Expand All @@ -27,33 +28,33 @@
"devDependencies": {
"@iconify-json/heroicons-outline": "^1.1.7",
"@iconify-json/heroicons-solid": "^1.1.8",
"@sveltejs/adapter-netlify": "^2.0.8",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/adapter-vercel": "^2.4.3",
"@sveltejs/kit": "^1.23.0",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^20.5.7",
"@sveltejs/kit": "^1.25.0",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.6.0",
"@types/unist": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@unocss/extractor-svelte": "^0.55.3",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@unocss/extractor-svelte": "^0.55.7",
"@vite-pwa/sveltekit": "^0.1.3",
"chalk": "^5.3.0",
"chokidar": "^3.5.3",
"cross-env": "^7.0.3",
"daisyui": "^3.6.3",
"eslint": "^8.48.0",
"daisyui": "^3.7.3",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.33.0",
"eslint-plugin-svelte": "^2.33.1",
"fenceparser": "^2.2.0",
"fff-flavored-frontmatter": "1.0.0-alpha.1",
"github-slugger": "^2.0.0",
"mdast-util-to-string": "^3.2.0",
"mdsvex": "^0.11.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.28",
"postcss": "^8.4.29",
"postcss-lightningcss": "^0.7.0",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"rehype-autolink-headings": "^6.1.1",
"rehype-external-links": "^2.1.0",
Expand All @@ -63,15 +64,15 @@
"remark-footnotes": "~2.0.0",
"shiki-twoslash": "^3.1.2",
"svelte": "^4.2.0",
"svelte-check": "^3.5.0",
"svelte-check": "^3.5.1",
"svelte-eslint-parser": "^0.33.0",
"svelte-preprocess": "^5.0.4",
"sveltekit-embed": "^0.0.13",
"sveltekit-embed": "^0.0.14",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^4.9.5",
"unist-util-visit": "^4.1.2",
"unocss": "^0.55.3",
"unocss": "^0.55.7",
"vite": "^4.4.9",
"vite-imagetools": "^4.0.19",
"vite-plugin-pwa": "^0.14.7",
Expand Down
Loading

1 comment on commit 6f35589

@vercel
Copy link

@vercel vercel bot commented on 6f35589 Dec 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.