also looking at this
chore(deps): update dependency marked to 16.4.0
#11
1 file
+28
-23
| @@ -1,7 +1,7 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "name": "@stacksjs/bunpress", |
| 3 | 3 | "type": "module", |
| 4 | "version": "0.0.0", | |
| 4 | "version": "0.0.1", | |
| 5 | 5 | "description": "Modern documentation engine. Powered by Bun.", |
| 6 | 6 | "author": "Chris Breuer <chris@stacksjs.org>", |
| 7 | 7 | "license": "MIT", |
| @@ -23,18 +23,21 @@ | ||
| 23 | 23 | "exports": { |
| 24 | 24 | ".": { |
| 25 | 25 | "types": "./dist/index.d.ts", |
| 26 | "import": "./dist/index.js" | |
| 26 | "import": "./dist/src/index.js" | |
| 27 | 27 | }, |
| 28 | 28 | "./*": { |
| 29 | 29 | "import": "./dist/*" |
| 30 | 30 | } |
| 31 | 31 | }, |
| 32 | "module": "./dist/index.js", | |
| 32 | "module": "./dist/src/index.js", | |
| 33 | 33 | "types": "./dist/index.d.ts", |
| 34 | 34 | "bin": { |
| 35 | 35 | "bunpress": "./dist/bin/cli.js" |
| 36 | 36 | }, |
| 37 | "files": ["README.md", "dist"], | |
| 37 | "files": [ | |
| 38 | "README.md", | |
| 39 | "dist" | |
| 40 | ], | |
| 38 | 41 | "scripts": { |
| 39 | 42 | "dev": "bun run dev:docs", |
| 40 | 43 | "build": "bun --bun build.ts && bun run compile", |
| @@ -47,38 +50,40 @@ | ||
| 47 | 50 | "compile:darwin-arm64": "bun build ./bin/cli.ts --compile --minify --target=bun-darwin-arm64 --outfile bin/bunpress-darwin-arm64", |
| 48 | 51 | "fresh": "bunx rimraf node_modules/ bun.lock && bun i", |
| 49 | 52 | "prepublishOnly": "bun --bun run build && bun run compile:all", |
| 50 | "test": "bun test", | |
| 53 | "test": "bun test --reporter=verbose", | |
| 54 | "test:quick": "bun test --timeout=10000", | |
| 55 | "test:full": "bun test --timeout=60000 --no-bail", | |
| 51 | 56 | "lint": "bunx --bun eslint .", |
| 52 | 57 | "lint:fix": "bunx --bun eslint . --fix", |
| 53 | 58 | "changelog": "bunx logsmith --verbose", |
| 54 | 59 | "changelog:generate": "bunx logsmith --output CHANGELOG.md", |
| 55 | 60 | "release": "bun run changelog:generate && bunx bumpx prompt --recursive", |
| 56 | "postinstall": "bunx git-hooks", | |
| 57 | 61 | "dev:docs": "bun bin/cli.ts dev", |
| 58 | 62 | "build:docs": "bun build.ts", |
| 59 | 63 | "preview:docs": "bun serve --port 3000 dist", |
| 60 | 64 | "typecheck": "bun --bun tsc --noEmit" |
| 61 | 65 | }, |
| 62 | 66 | "dependencies": { |
| 63 | "@unocss/config": "^66.1.0-beta.12", | |
| 64 | "@unocss/core": "^66.1.0-beta.12", | |
| 65 | "@unocss/preset-wind3": "^66.1.0-beta.12", | |
| 66 | "bun-plugin-unocss": "^0.1.3", | |
| 67 | "@markedjs/html-differ": "^5.0.2", | |
| 68 | "@stacksjs/headwind": "^0.1.1", | |
| 67 | 69 | "gray-matter": "^4.0.3", |
| 68 | "marked": "^15.0.11" | |
| 70 | "highlight.js": "^11.11.1", | |
| 71 | "marked": "^16.4.0", | |
| 72 | "marked-alert": "^2.1.2", | |
| 73 | "marked-emoji": "^2.0.1", | |
| 74 | "marked-highlight": "^2.2.2", | |
| 75 | "shiki": "^3.13.0" | |
| 69 | 76 | }, |
| 70 | 77 | "devDependencies": { |
| 71 | "@stacksjs/bumpx": "^0.1.13", | |
| 72 | "@stacksjs/eslint-config": "^4.10.2-beta.3", | |
| 78 | "@stacksjs/bumpx": "^0.1.84", | |
| 79 | "@stacksjs/eslint-config": "^4.14.0-beta.3", | |
| 73 | 80 | "@stacksjs/gitlint": "^0.1.5", |
| 74 | "@stacksjs/logsmith": "^0.1.8", | |
| 75 | "@types/bun": "^1.2.10", | |
| 76 | "@types/marked": "^6.0.0", | |
| 77 | "buddy-bot": "^0.8.8", | |
| 78 | "bun-git-hooks": "^0.2.19", | |
| 79 | "bun-plugin-dtsx": "^0.21.9", | |
| 80 | "bunfig": "^0.8.3", | |
| 81 | "typescript": "^5.8.3" | |
| 81 | "@stacksjs/logsmith": "^0.1.18", | |
| 82 | "@stacksjs/ts-i18n": "^0.0.0", | |
| 83 | "bun-git-hooks": "^0.3.1", | |
| 84 | "bun-plugin-dtsx": "0.9.5", | |
| 85 | "bunfig": "^0.15.0", | |
| 86 | "typescript": "^5.9.3" | |
| 82 | 87 | }, |
| 83 | 88 | "overrides": { |
| 84 | 89 | "unconfig": "0.3.10" |
| @@ -86,9 +91,9 @@ | ||
| 86 | 91 | "git-hooks": { |
| 87 | 92 | "pre-commit": { |
| 88 | 93 | "staged-lint": { |
| 89 | "*.{js,ts,json,yaml,yml,md}": "bun lint:fix" | |
| 94 | "*.{js,ts,json,yaml,yml,md}": "bunx --bun eslint --fix" | |
| 90 | 95 | } |
| 91 | 96 | }, |
| 92 | "commit-msg": "bunx gitlint --edit $1" | |
| 97 | "commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG" | |
| 93 | 98 | } |
| 94 | 99 | } |