mirror of
https://github.com/LinwoodDev/Butterfly.git
synced 2026-03-13 09:20:32 +08:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "docs",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.7",
|
|
"@astrojs/react": "^5.0.0",
|
|
"@astrojs/starlight": "^0.38.1",
|
|
"@linwooddev/style": "github:LinwoodDev/style#efbdf8f05d4ef1cf6fec65c90194d30b68b3c64e&path:/packages/web",
|
|
"@phosphor-icons/react": "^2.1.10",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"astro": "^6.0.3",
|
|
"katex": "^0.16.38",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"rehype-katex": "^7.0.1",
|
|
"remark-gemoji": "^8.0.0",
|
|
"remark-heading-id": "^1.0.1",
|
|
"remark-math": "^6.0.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"packageManager": "pnpm@10.32.1",
|
|
"devDependencies": {
|
|
"@vite-pwa/astro": "^1.2.0",
|
|
"sass": "^1.98.0",
|
|
"sharp": "^0.34.5",
|
|
"vite-plugin-pwa": "^1.2.0",
|
|
"workbox-window": "^7.4.0"
|
|
},
|
|
"pnpm": {
|
|
"ignoredBuiltDependencies": [
|
|
"@parcel/watcher"
|
|
]
|
|
}
|
|
}
|