- Edit README for subspecific rules - Add meetup-2-guide for both root and en - Remove vscode folder - Remove default pages and docs - Gitignore add editor section - Setup i18n Signed-off-by: Asai Neko <sugar@sne.moe>
21 lines
433 B
JSON
21 lines
433 B
JSON
{
|
|
"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"
|
|
}
|