mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2026-09-27 15:51:46 +00:00
Compare commits
3
Commits
4817ccff2a
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8d08ac6ece | ||
|
|
c511a4f256 | ||
|
|
dab461ab17 |
Vendored
-4
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"recommendations": ["astro-build.astro-vscode", "unifiedjs.vscode-mdx"],
|
||||
"unwantedRecommendations": []
|
||||
}
|
||||
Vendored
-11
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"command": "./node_modules/.bin/astro dev",
|
||||
"name": "Development server",
|
||||
"request": "launch",
|
||||
"type": "node-terminal"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,2 +1,5 @@
|
||||
[tools]
|
||||
node = "25"
|
||||
node = "22"
|
||||
|
||||
[settings]
|
||||
idiomatic_version_file_enable_tools = ["pnpm"]
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"variables": {
|
||||
"CI": "true",
|
||||
"NIXPACKS_METADATA": "node",
|
||||
"NODE_ENV": "production",
|
||||
"NPM_CONFIG_PRODUCTION": "false"
|
||||
},
|
||||
"phases": {
|
||||
"build": {
|
||||
"dependsOn": ["install"],
|
||||
"cmds": ["pnpm run build"],
|
||||
"cacheDirectories": ["node_modules/.cache", "node_modules/.astro"]
|
||||
},
|
||||
"install": {
|
||||
"dependsOn": ["setup"],
|
||||
"cmds": ["npm install -g corepack@0.24.1 && corepack enable", "pnpm i --frozen-lockfile"],
|
||||
"cacheDirectories": ["/root/.local/share/pnpm/store/v3"],
|
||||
"paths": ["/app/node_modules/.bin"]
|
||||
},
|
||||
"setup": {
|
||||
"nixPkgs": ["nodejs_22"]
|
||||
}
|
||||
},
|
||||
"start": {
|
||||
"cmd": "pnpm run preview"
|
||||
}
|
||||
}
|
||||
+15
-16
@@ -5,30 +5,29 @@
|
||||
"astro": "astro",
|
||||
"build": "astro check && astro build",
|
||||
"dev": "astro dev",
|
||||
"preview": "astro preview",
|
||||
"start": "astro dev"
|
||||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/check": "^0.9.9",
|
||||
"@astrojs/markdown-remark": "^7.2.0",
|
||||
"@astrojs/mdx": "^7.0.0",
|
||||
"@astrojs/rss": "^4.0.18",
|
||||
"@astrojs/sitemap": "^3.7.3",
|
||||
"@astrojs/svelte": "^9.0.0",
|
||||
"@fontsource-variable/jost": "^5.2.8",
|
||||
"@fontsource-variable/playfair-display": "^5.2.8",
|
||||
"@astrojs/check": "^0.9.10",
|
||||
"@astrojs/markdown-remark": "^7.3.1",
|
||||
"@astrojs/mdx": "^8.0.2",
|
||||
"@astrojs/rss": "^4.0.19",
|
||||
"@astrojs/sitemap": "^3.7.4",
|
||||
"@astrojs/svelte": "^9.0.1",
|
||||
"@fontsource-variable/jost": "^5.3.0",
|
||||
"@fontsource-variable/playfair-display": "^5.3.0",
|
||||
"@iconify-json/ion": "^1.2.7",
|
||||
"astro": "^7.0.3",
|
||||
"fuse.js": "^7.4.2",
|
||||
"astro": "^7.3.5",
|
||||
"fuse.js": "^7.5.0",
|
||||
"mdast-util-to-string": "^4.0.0",
|
||||
"reading-time": "^1.5.0",
|
||||
"rehype-autolink-headings": "^7.1.0",
|
||||
"remark-toc": "^9.0.0",
|
||||
"sass": "^1.101.0",
|
||||
"sharp": "^0.35.2",
|
||||
"svelte": "^5.56.4",
|
||||
"sass": "^1.105.0",
|
||||
"sharp": "^0.35.4",
|
||||
"svelte": "^5.57.1",
|
||||
"typescript": "^6.0.3",
|
||||
"unplugin-icons": "^23.0.1"
|
||||
"unplugin-icons": "^24.0.0"
|
||||
},
|
||||
"packageManager": "pnpm@11.9.0"
|
||||
}
|
||||
|
||||
Generated
+1316
-1529
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,5 @@
|
||||
---
|
||||
// @ts-expect-error -- no types
|
||||
import '@fontsource-variable/jost'
|
||||
// @ts-expect-error -- no types
|
||||
import '@fontsource-variable/playfair-display'
|
||||
|
||||
import '../styles/preflight.css'
|
||||
|
||||
Reference in New Issue
Block a user