-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
6,221 additions
and
283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,31 +3,36 @@ | |
"type": "module", | ||
"version": "0.0.1", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"dev": "astro dev", | ||
"cf-dev": "wrangler pages dev --proxy=3000 -- npm run dev", | ||
"cf-preview": "npm run build && wrangler pages dev ./dist", | ||
"cf-dev": "wrangler pages dev --proxy=3000 -- pnpm run dev", | ||
"cf-preview": "pnpm run build && wrangler pages dev ./dist", | ||
"start": "astro dev", | ||
"build": "astro build ", | ||
"build-cf": "astro build ", | ||
"preview": "astro preview", | ||
"astro": "astro" | ||
"astro": "astro", | ||
"check": "astro check" | ||
}, | ||
"dependencies": { | ||
"@astrojs/cloudflare": "^6.2.2", | ||
"@astrojs/solid-js": "^2.1.0", | ||
"astro": "^2.1.9", | ||
"solid-js": "^1.7.0", | ||
"@tanstack/solid-table": "^8.8.4", | ||
"fflate": "^0.7.4", | ||
"remark-html": "^15.0.2", | ||
"remark-parse": "^10.0.1", | ||
"unified": "^10.1.2" | ||
"@astrojs/cloudflare": "^10.4.0", | ||
"@astrojs/solid-js": "^4.3.0", | ||
"@tanstack/solid-table": "^8.17.3", | ||
"astro": "^4.10.2", | ||
"fflate": "^0.8.2", | ||
"remark-html": "^16.0.1", | ||
"remark-parse": "^11.0.0", | ||
"solid-js": "^1.8.17", | ||
"typescript": "^5.4.5", | ||
"unified": "^11.0.4" | ||
}, | ||
"devDependencies": { | ||
"wrangler": "^2.13.0", | ||
"@cloudflare/workers-types": "^4.20230221.0", | ||
"unocss": "^0.49.5", | ||
"@unocss/transformer-variant-group": "^0.49.7" | ||
"@astrojs/check": "^0.7.0", | ||
"@cloudflare/workers-types": "^4.20240605.0", | ||
"@unocss/reset": "^0.61.0", | ||
"@unocss/transformer-variant-group": "^0.61.0", | ||
"unocss": "^0.61.0", | ||
"wrangler": "^3.60.2" | ||
} | ||
} |
Oops, something went wrong.