mirror of
https://gitee.com/pnoker/iot-dc3.git
synced 2026-08-30 17:19:58 +08:00
ef0cfbd45f
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>
31 lines
861 B
JSON
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"
|
|
}
|