PluginProbe
Code Block Pro – Beautiful Syntax Highlighting / 1.11.1
Code Block Pro – Beautiful Syntax Highlighting v1.11.1
1.27.1 1.27.2 1.27.3 1.27.4 1.27.5 1.27.6 1.27.7 1.28.0 1.3.0 1.4.0 1.5.0 1.5.1 1.5.2 1.6.0 1.7.0 1.8.0 1.9.0 1.9.1 1.9.2 1.9.3 trunk 1.1.0 1.10.0 1.11.0 1.11.1 All 63 releases
code-block-pro / build / shiki / package.json

package.json in Code Block Pro – Beautiful Syntax Highlighting 1.11.1, at build/shiki/package.json

45 lines 937 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "shiki",
3 "version": "0.11.1",
4 "description": "shiki",
5 "author": "Pine Wu <octref@gmail.com>",
6 "homepage": "https://github.com/octref/shiki/tree/main/packages/shiki",
7 "license": "MIT",
8 "main": "dist/index.js",
9 "module": "dist/index.esm.js",
10 "types": "dist/index.d.ts",
11 "unpkg": "dist/index.unpkg.iife.js",
12 "jsdelivr": "dist/index.jsdelivr.iife.js",
13 "keywords": [
14 "shiki",
15 "syntax-highlighter",
16 "highlighter"
17 ],
18 "files": [
19 "dist",
20 "languages",
21 "themes",
22 "samples"
23 ],
24 "scripts": {
25 "build": "rollup -c",
26 "watch": "rollup -c -w"
27 },
28 "repository": {
29 "type": "git",
30 "url": "git+https://github.com/octref/shiki.git"
31 },
32 "dependencies": {
33 "jsonc-parser": "^3.0.0",
34 "vscode-oniguruma": "^1.6.1",
35 "vscode-textmate": "^6.0.0"
36 },
37 "devDependencies": {
38 "@types/node": "^14.17.7"
39 },
40 "browser": {
41 "fs": false,
42 "path": false
43 }
44 }
45