summaryrefslogtreecommitdiff
path: root/package.json
blob: 63e0c3f4f255c58ccc9f21025bad96c724ac67d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
}