joplin-plugin-outline
Version:
<div align="center"> <h1>Joplin Outline Plugin</h1> <i>这是一个为 <a href="https://github.com/laurent22/joplin">Joplin</a> 提供 outline 功能的插件. 受 <a href="https://github.com/laurent22/joplin/tree/dev/packages/app-cli/tests/support/plugins/toc/">joplin toc</
61 lines (60 loc) • 1.73 kB
JSON
{
"name": "joplin-plugin-outline",
"version": "1.5.14",
"description": "",
"scripts": {
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
"prepare": "npm run dist",
"updateVersion": "webpack --env joplin-plugin-config=updateVersion",
"update": "npm install -g generator-joplin && yo joplin --node-package-manager npm --update --force",
"lint": "eslint --ext .js,.ts src",
"test": "jest"
},
"keywords": [
"joplin-plugin"
],
"license": "MIT",
"devDependencies": {
"@codemirror/language": "^6.10.1",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
"@types/jest": "^27.5.2",
"@types/node": "^18.7.13",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"chalk": "^4.1.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.23.4",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"jest": "^27.5.1",
"on-build-webpack": "^0.1.0",
"tar": "^6.1.11",
"ts-jest": "^27.1.5",
"ts-loader": "^9.3.1",
"typescript": "^4.8.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"yargs": "^16.2.0"
},
"browser": {
"fs": false
},
"dependencies": {
"katex": "^0.16.2",
"markdown-it": "^13.0.1",
"markdown-it-mark": "^3.0.1",
"uslug": "git+https://github.com/laurent22/uslug.git#emoji-support"
},
"files": [
"publish"
],
"jest": {
"transform": {
".(ts|tsx)": "ts-jest"
}
}
}