WIP better marquee animation; optimizing and refactoring style code
This commit is contained in:
parent
c5578f3dfe
commit
f2ca734ae1
10 changed files with 1337 additions and 618 deletions
30
package.json
30
package.json
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "quickshell-docs",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
|
|
@ -10,42 +10,42 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "0.9.5",
|
||||
"@astrojs/markdown-remark": "6.3.9",
|
||||
"@astrojs/mdx": "4.3.12",
|
||||
"@astrojs/check": "0.9.6",
|
||||
"@astrojs/markdown-remark": "6.3.10",
|
||||
"@astrojs/mdx": "4.3.13",
|
||||
"@astrojs/sitemap": "3.6.0",
|
||||
"@astrojs/solid-js": "^5.1.3",
|
||||
"@fontsource-variable/rubik": "^5.2.8",
|
||||
"@hbsnow/rehype-sectionize": "^1.0.7",
|
||||
"@pagefind/default-ui": "^1.4.0",
|
||||
"@shikijs/rehype": "^3.15.0",
|
||||
"astro": "5.16.0",
|
||||
"astro-breadcrumbs": "^3.3.1",
|
||||
"@shikijs/rehype": "^3.20.0",
|
||||
"astro": "5.16.6",
|
||||
"astro-breadcrumbs": "^3.3.3",
|
||||
"astro-icon": "^1.1.5",
|
||||
"hast-util-from-html": "^2.0.3",
|
||||
"hastscript": "^9.0.1",
|
||||
"rehype": "^13.0.2",
|
||||
"remark-github-blockquote-alert": "^2.0.0",
|
||||
"remark-github-blockquote-alert": "^2.0.1",
|
||||
"solid-js": "^1.9.10",
|
||||
"unified": "^11.0.5",
|
||||
"unist-util-visit": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/ts-plugin": "1.10.5",
|
||||
"@astrojs/ts-plugin": "1.10.6",
|
||||
"@babel/core": "^7.28.5",
|
||||
"@babel/plugin-syntax-typescript": "^7.27.1",
|
||||
"@biomejs/biome": "^2.3.7",
|
||||
"@biomejs/biome": "^2.3.10",
|
||||
"@types/babel__core": "^7.20.5",
|
||||
"@types/hast": "^3.0.4",
|
||||
"@types/mdast": "^4.0.4",
|
||||
"@types/node": "^24.10.1",
|
||||
"@types/node": "^25.0.3",
|
||||
"@types/unist": "^3.0.3",
|
||||
"jsonc-parser": "^3.3.1",
|
||||
"pagefind": "^1.4.0",
|
||||
"shiki": "^3.15.0",
|
||||
"tsx": "^4.20.6",
|
||||
"shiki": "^3.20.0",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^7.2.4"
|
||||
"vite": "^7.3.0"
|
||||
},
|
||||
"packageManager": "yarn@4.11.0"
|
||||
"packageManager": "yarn@4.12.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue