You've already forked zblade.dev
332702c00b
Bump version to 0.2.1 and update changelog with release date, Vite 7.3.1 update, and additional bug fixes.
18 lines
343 B
JSON
18 lines
343 B
JSON
{
|
|
"name": "zblade-dev",
|
|
"type": "module",
|
|
"version": "0.2.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.6",
|
|
"astro": "^5.17.3",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|