diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/package.json b/package.json index 6d4ae15..63e0c3f 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,20 @@ { - "name": "nixcn-web", - "type": "module", - "version": "0.0.1", - "scripts": { - "dev": "astro dev", - "start": "astro dev", - "build": "astro build", - "preview": "astro preview", - "astro": "astro" - }, - "dependencies": { - "@astrojs/mdx": "^4.3.12", - "@astrojs/starlight": "^0.37.0", - "astro": "^5.6.1", - "sharp": "^0.34.2", - "starlight-theme-galaxy": "^0.5.2" - }, - "packageManager": "yarn@4.12.0" + "name": "nixcn-web", + "type": "module", + "version": "0.0.1", + "scripts": { + "dev": "astro dev", + "start": "astro dev", + "build": "astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "@astrojs/mdx": "^4.3.12", + "@astrojs/starlight": "^0.37.0", + "astro": "^5.6.1", + "sharp": "^0.34.2", + "starlight-theme-galaxy": "^0.5.2" + }, + "packageManager": "yarn@4.12.0" } |