Peter Stuifzand
08eca99c16
All checks were successful
continuous-integration/drone/push Build is passing
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"dependencies": {
|
|
"@egjs/hammerjs": "^2.0.17",
|
|
"axios": "^0.19.0",
|
|
"bulma": "^0.7.5",
|
|
"clipboard": "^2.0.6",
|
|
"copy-text-to-clipboard": "^2.2.0",
|
|
"css-loader": "^3.2.0",
|
|
"dragula": "^3.7.3",
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
|
"file-loader": "^6.0.0",
|
|
"fuse.js": "^6.0.0",
|
|
"he": "^1.2.0",
|
|
"jquery": "^3.5.1",
|
|
"jquery-contextmenu": "^2.9.2",
|
|
"keycharm": "^0.3.1",
|
|
"lodash": ">=4.17.19",
|
|
"lunr": "^2.3.8",
|
|
"markdown-it": "^11.0.0",
|
|
"markdown-it-katex": "^2.0.3",
|
|
"markdown-it-mark": "^3.0.0",
|
|
"markdown-it-wikilinks": "^1.0.1",
|
|
"mathjs": "^7.2.0",
|
|
"mermaid": "^8.5.2",
|
|
"moment": "^2.26.0",
|
|
"mustache": "^4.0.1",
|
|
"node-sass": "^4.14.1",
|
|
"prismjs": "^1.20.0",
|
|
"sass-loader": "^7.3.1",
|
|
"style-loader": "^1.0.0",
|
|
"timsort": "^0.3.0",
|
|
"uuid": "^8.1.0",
|
|
"vis-data": "^6.6.1",
|
|
"vis-network": "^7.6.10",
|
|
"vis-util": "^4.3.2",
|
|
"wiki-list-editor": "file:../list-editor"
|
|
},
|
|
"devDependencies": {
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"esm": "^3.2.25",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
"mocha": "^7.2.0",
|
|
"mocha-webpack": "^1.1.0",
|
|
"scss-loader": "0.0.1",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.7",
|
|
"webpack-dev-server": "^3.11.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node_modules/.bin/mocha -r esm",
|
|
"watch": "webpack --watch --hide-modules",
|
|
"start": "webpack-dev-server --open --hot",
|
|
"build": "webpack --progress --hide-modules",
|
|
"docker": "webpack --color=false --hide-modules"
|
|
}
|
|
}
|