mirror of
https://github.com/tomaz1502/lean-syntax-highlight.git
synced 2026-07-22 09:30:24 +00:00
34 lines
907 B
JSON
34 lines
907 B
JSON
{
|
|
"name": "lean-syntax-highlight",
|
|
"version": "0.0.1",
|
|
"description": "Show syntax highlighing in code blocks the editor",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"install-deps": "npm install",
|
|
"update-deps": "npm update",
|
|
"dev": "rollup --config rollup.config.js -w",
|
|
"build": "rollup --config rollup.config.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "Lewuathe",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tomaz1502/lean-syntax-highlight"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^15.1.0",
|
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
|
"@rollup/plugin-typescript": "^6.0.0",
|
|
"@types/node": "^14.14.16",
|
|
"obsidian": "latest",
|
|
"rollup": "^2.79.1",
|
|
"rollup-plugin-scss": "^4.0.0",
|
|
"sass": "^1.30.0",
|
|
"tslib": "^2.0.3",
|
|
"typescript": "^4.1.3"
|
|
},
|
|
"dependencies": {
|
|
"codemirror": "^6.0.1"
|
|
}
|
|
}
|