Skip to content

Commit

Permalink
feat: shiki core plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lollipop-onl committed Jan 18, 2025
1 parent c8fe6d6 commit bba9161
Show file tree
Hide file tree
Showing 5 changed files with 402 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
node_modules/
lib/
themes/
langs/
.DS_Store
.env*
*.log
20 changes: 17 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "docsify-shiki",
"description": "",
"keywords": ["docsify"],
"keywords": [
"docsify",
"shiki"
],
"repository": {
"type": "git",
"url": "git+https://github.com/simochee/docsify-shiki.git"
Expand All @@ -14,20 +17,31 @@
},
"type": "module",
"main": "lib/docsify-shiki.js",
"files": ["lib"],
"files": [
"lib",
"themes",
"langs"
],
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w"
},
"release": {
"branches": ["main"]
"branches": [
"main"
]
},
"dependencies": {
"shiki": "^1.27.2"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@shikijs/langs": "^1.27.2",
"@shikijs/themes": "^1.27.2",
"lefthook": "^1.10.8",
"rollup": "^4.30.1",
"sort-package-json": "^2.14.0"
Expand Down
Loading

0 comments on commit bba9161

Please sign in to comment.