Files
iTop/package.json
Pierre Goiffon e371db846a N°5621 Move showdown 2.0.0-alpha1 to NPM
Current file header is : /*! showdown v 2.0.0-alpha1 - 25-09-2018 */

Official 2.0.0-alpha doesn't match neither on content nor date :(
Considering date we would be at 1.8.7, but it is also quite different (and has vulnerabilities)
In consequence switching to 2.0.0.
2024-03-04 10:31:27 +01:00

28 lines
761 B
JSON

{
"dependencies": {
"@fontsource/raleway": "^4.5.0",
"@popperjs/core": "^2.4.4",
"ace-builds": "^1.2.8",
"blueimp-file-upload": "^9.22.1",
"bulma-scss": "^0.9.4",
"c3": "^0.4.11",
"clipboard": "^2.0.4",
"d3": "^3.5.16",
"datatables.net": "^1.11.3",
"datatables.net-fixedheader": "^3.1.2",
"datatables.net-responsive": "^2.1.0",
"datatables.net-scroller": "^1.4.2",
"datatables.net-select": "^1.2.0",
"jquery": "^3.5.1",
"jquery-contextmenu": "^1.6.7",
"jquery-ui-dist": "^1.12.1",
"magnific-popup": "^1.0.0",
"mousetrap": "^1.6.5",
"scrollmagic": "^2.0.8",
"selectize-plugin-a11y": "^1.1.0",
"showdown": "^2.0.0",
"tippy.js": "^6.2.5",
"toastify-js": "^1.12.0"
}
}