-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: make
docs
package and add Mermaid plugin
- Loading branch information
1 parent
062a0de
commit e1a1e7c
Showing
5 changed files
with
926 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "docs", | ||
"private": true, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"sideEffects": false, | ||
"scripts": { | ||
"dev": "vitepress dev", | ||
"build": "vitepress build", | ||
"preview": "vitepress preview" | ||
}, | ||
"devDependencies": { | ||
"@braintree/sanitize-url": "^7.0.1", | ||
"cytoscape": "^3.29.2", | ||
"cytoscape-cose-bilkent": "^4.1.0", | ||
"dayjs": "^1.11.11", | ||
"debug": "^4.3.4", | ||
"mermaid": "^10.9.0", | ||
"vitepress": "^1.1.4", | ||
"vitepress-plugin-mermaid": "^2.0.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,9 +13,9 @@ | |
"packageManager": "[email protected]", | ||
"scripts": { | ||
"prepare": "husky", | ||
"docs:dev": "vitepress dev docs", | ||
"docs:build": "vitepress build docs", | ||
"docs:preview": "vitepress preview docs", | ||
"docs:dev": "pnpm run --filter docs dev", | ||
"docs:build": "pnpm run --filter docs build", | ||
"docs:preview": "pnpm run --filter docs preview", | ||
"format": "prettier --config .config/prettier.mjs --write --cache .", | ||
"format:lint-staged": "prettier --config .config/prettier.mjs --write --cache", | ||
"format:check": "prettier --config .config/prettier.mjs --check --cache .", | ||
|
@@ -35,7 +35,6 @@ | |
"lint-staged": "^15.2.2", | ||
"prettier": "^3.2.5", | ||
"typescript": "^5.4.5", | ||
"typescript-eslint": "^7.7.0", | ||
"vitepress": "^1.1.4" | ||
"typescript-eslint": "^7.7.0" | ||
} | ||
} |
Oops, something went wrong.