mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2026-04-09 15:27:09 +00:00
Compare commits
2 Commits
24106ae025
...
8b43e14dc7
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b43e14dc7 | |||
| d6f3d6ba99 |
32
package.json
32
package.json
@@ -9,26 +9,26 @@
|
|||||||
"start": "astro dev"
|
"start": "astro dev"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/check": "^0.9.4",
|
"@astrojs/check": "^0.9.8",
|
||||||
"@astrojs/markdown-remark": "^6.3.6",
|
"@astrojs/markdown-remark": "^6.3.11",
|
||||||
"@astrojs/mdx": "^4.3.4",
|
"@astrojs/mdx": "^4.3.14",
|
||||||
"@astrojs/rss": "^4.0.12",
|
"@astrojs/rss": "^4.0.18",
|
||||||
"@astrojs/sitemap": "^3.5.1",
|
"@astrojs/sitemap": "^3.7.2",
|
||||||
"@astrojs/svelte": "^7.1.0",
|
"@astrojs/svelte": "^7.2.5",
|
||||||
"@fontsource-variable/jost": "^5.2.6",
|
"@fontsource-variable/jost": "^5.2.8",
|
||||||
"@fontsource-variable/playfair-display": "^5.2.6",
|
"@fontsource-variable/playfair-display": "^5.2.8",
|
||||||
"@iconify-json/ion": "^1.2.6",
|
"@iconify-json/ion": "^1.2.7",
|
||||||
"astro": "^5.15.9",
|
"astro": "^5.18.1",
|
||||||
"fuse.js": "^7.1.0",
|
"fuse.js": "^7.3.0",
|
||||||
"mdast-util-to-string": "^4.0.0",
|
"mdast-util-to-string": "^4.0.0",
|
||||||
"reading-time": "^1.5.0",
|
"reading-time": "^1.5.0",
|
||||||
"rehype-autolink-headings": "^7.1.0",
|
"rehype-autolink-headings": "^7.1.0",
|
||||||
"remark-toc": "^9.0.0",
|
"remark-toc": "^9.0.0",
|
||||||
"sass": "^1.91.0",
|
"sass": "^1.99.0",
|
||||||
"sharp": "^0.34.3",
|
"sharp": "^0.34.5",
|
||||||
"svelte": "^5.38.6",
|
"svelte": "^5.55.1",
|
||||||
"typescript": "^5.9.2",
|
"typescript": "^6.0.2",
|
||||||
"unplugin-icons": "^22.2.0"
|
"unplugin-icons": "^23.0.1"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@10.15.0"
|
"packageManager": "pnpm@10.15.0"
|
||||||
}
|
}
|
||||||
|
|||||||
2978
pnpm-lock.yaml
generated
2978
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
6
pnpm-workspace.yaml
Normal file
6
pnpm-workspace.yaml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
ignoredBuiltDependencies:
|
||||||
|
- '@parcel/watcher'
|
||||||
|
|
||||||
|
onlyBuiltDependencies:
|
||||||
|
- esbuild
|
||||||
|
- sharp
|
||||||
@@ -1,5 +1,7 @@
|
|||||||
---
|
---
|
||||||
|
// @ts-expect-error -- no types
|
||||||
import '@fontsource-variable/jost'
|
import '@fontsource-variable/jost'
|
||||||
|
// @ts-expect-error -- no types
|
||||||
import '@fontsource-variable/playfair-display'
|
import '@fontsource-variable/playfair-display'
|
||||||
|
|
||||||
import '../styles/preflight.css'
|
import '../styles/preflight.css'
|
||||||
|
|||||||
Reference in New Issue
Block a user