mirror of
https://gitee.com/pnoker/iot-dc3.git
synced 2026-08-28 22:21:16 +08:00
6a4bef72c5
Brings develop's compiler/CI fixes into main (main was red; the fixes in PR#88-91 lived only on develop). This unblocks the dependabot PRs that target main. Resolves the docs/.vitepress/config.mts merge conflict by fusing both navigation designs into 7 pillars (总览·架构·驱动·AI·基础·开发·运维): develop's overview/operations pillars + main's standalone AI pillar. - Keeps develop's version-switcher (version.mts/VersionSwitcher/VersionBanner) - AdSense stays dropped per main's earlier perf decision (drop AdSense) - technology-stack remains under 开发, since the develop-side rename to introduction/ was not carried through the merge (file still at development/)
24 lines
635 B
JSON
24 lines
635 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": {
|
|
"medium-zoom": "^1.1.0",
|
|
"vitepress": "^1.6.4"
|
|
},
|
|
"packageManager": "pnpm@11.17.0"
|
|
}
|