Peter Stuifzand
70f1b62646
All checks were successful
continuous-integration/drone/push Build is passing
Use the markdown parser to handle links and checkboxes instead of internal javascript. Also add catch clauses to the promises in the editor.
68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"name": "editor",
|
|
"main": "src/index.js",
|
|
"sideEffects": [
|
|
"**"
|
|
],
|
|
"dependencies": {
|
|
"@egjs/hammerjs": "^2.0.17",
|
|
"axios": "^0.19.2",
|
|
"bulma": "^0.7.5",
|
|
"clipboard": "^2.0.8",
|
|
"copy-text-to-clipboard": "^2.2.0",
|
|
"css-loader": "^3.6.0",
|
|
"dragula": "^3.7.3",
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
|
"file-loader": "^6.2.0",
|
|
"fuse.js": "^6.4.6",
|
|
"he": "^1.2.0",
|
|
"jquery": "^3.6.0",
|
|
"jquery-contextmenu": "^2.9.2",
|
|
"keycharm": "^0.3.1",
|
|
"lodash": "^4.17.21",
|
|
"lunr": "^2.3.9",
|
|
"markdown-it": "^11.0.1",
|
|
"markdown-it-katex": "^2.0.3",
|
|
"markdown-it-mark": "^3.0.1",
|
|
"markdown-it-wikilinks": "^1.0.1",
|
|
"mathjs": "^7.6.0",
|
|
"mermaid": "^8.11.4",
|
|
"moment": "^2.29.1",
|
|
"mustache": "^4.2.0",
|
|
"node-sass": "^4.14.1",
|
|
"prismjs": "^1.24.1",
|
|
"sass-loader": "^7.3.1",
|
|
"style-loader": "^1.3.0",
|
|
"timsort": "^0.3.0",
|
|
"util": "^0.12.4",
|
|
"uuid": "^8.3.2",
|
|
"vis-data": "^6.6.1",
|
|
"vis-network": "^7.10.2",
|
|
"vis-util": "^4.3.4",
|
|
"wiki-list-editor": "file:../list-editor"
|
|
},
|
|
"devDependencies": {
|
|
"clean-webpack-plugin": "^4.0.0-alpha.0",
|
|
"esm": "^3.2.25",
|
|
"html-webpack-plugin": "^5.0.0",
|
|
"mini-css-extract-plugin": "^2.2.0",
|
|
"mocha": "^7.2.0",
|
|
"mocha-webpack": "^1.1.0",
|
|
"process": "^0.11.10",
|
|
"progress-bar-webpack-plugin": "^2.1.0",
|
|
"scss-loader": "0.0.1",
|
|
"webpack": "^5.50.0",
|
|
"webpack-bundle-analyzer": "^4.4.2",
|
|
"webpack-cli": "^4.7.2",
|
|
"webpack-dev-server": "^3.11.2",
|
|
"webpack-validator": "^3.0.1"
|
|
},
|
|
"scripts": {
|
|
"test": "node_modules/.bin/mocha -r esm",
|
|
"watch": "webpack --watch --mode=development",
|
|
"start": "webpack-dev-server --open --hot",
|
|
"build": "webpack --progress --mode=production",
|
|
"docker": "webpack --no-color --mode=production"
|
|
}
|
|
}
|