mirror of
https://github.com/m5stack/ESP-Claw.git
synced 2026-05-20 11:51:49 -07:00
35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
{
|
|
"name": "esp-claw-doc",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"check:doc-lines": "node ./tools/check-doc-line-alignment.ts",
|
|
"generate-firmware-json": "node ./tools/generate-firmware-json.ts"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.8",
|
|
"@astrojs/starlight": "^0.38.3",
|
|
"@lucide/astro": "^1.7.0",
|
|
"astro": "^6.1.6",
|
|
"astro-d2": "^0.10.0",
|
|
"esptool-js": "^0.6.0",
|
|
"lean-qr": "^2.7.1",
|
|
"sharp": "^0.34.2",
|
|
"starlight-theme-nova": "^0.11.7",
|
|
"typescript": "^6.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mdast": "^4.0.4", // for plugins/remark-doc-links
|
|
"@types/w3c-web-serial": "^1.0.8",
|
|
"mdast-util-mdx-jsx": "^3.2.0", // for plugins/remark-doc-links
|
|
"unified": "^11.0.5", // for plugins/remark-doc-links
|
|
"unist-util-visit": "^5.0.0", // for plugins/remark-doc-links
|
|
"vfile": "^6.0.3" // for plugins/remark-doc-links
|
|
}
|
|
}
|