Files
iot-dc3/docs/package.json
T
dependabot[bot] ef0cfbd45f build(deps): bump mermaid from 11.15.0 to 11.16.0 in /docs
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.15.0 to 11.16.0.
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.15.0...mermaid@11.16.0)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-version: 11.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-28 22:35:34 +08:00

31 lines
861 B
JSON

{
"name": "iot-dc3",
"private": true,
"description": "IoT DC3 is a distributed industrial IoT platform for device access, data collection, and AI-assisted operations.",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/pnoker/iot-dc3"
},
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"devDependencies": {
"@braintree/sanitize-url": "^7.1.2",
"cytoscape": "^3.34.0",
"cytoscape-cose-bilkent": "^4.1.0",
"dayjs": "^1.11.21",
"debug": "^4.4.3",
"medium-zoom": "^1.1.0",
"mermaid": "^11.16.0",
"vitepress": "^1.6.4",
"vitepress-plugin-mermaid": "^2.0.17"
},
"packageManager": "pnpm@11.9.0"
}