summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAsai Neko <sugar@sne.moe>2025-12-08 00:06:01 +0800
committerAsai Neko <sugar@sne.moe>2025-12-08 00:06:01 +0800
commit6845bcb2088ffc06dbfdb5b3ddf3d39c13251a21 (patch)
treef72b75d3b31ceb504c6313d05ba7cdd3ed3e8c4b /package.json
parent3e0696180503117ddae02a9a38672e6bb584a557 (diff)
Impl prettier to project
- Add prettier json config - Format project with prettier config - Enable prettier in zed project settings Signed-off-by: Asai Neko <sugar@sne.moe>
Diffstat (limited to 'package.json')
-rw-r--r--package.json36
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"
}