You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wiki/blocks/package.json

39 lines
913 B

{
"name": "blocks",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"build": "rollup -c",
"ncu": "ncu -i",
"ncu-u": "ncu -u"
},
"private": true,
"author": "Nicolas Giard",
"license": "AGPL-3.0",
"dependencies": {
"@mathjax/mathjax-mhchem-font-extension": "4.1.3",
"@mathjax/mathjax-newcm-font": "4.1.3",
"@mathjax/src": "4.1.3",
"asciinema-player": "3.17.0",
"js-yaml": "5.2.3",
"katex": "0.18.2",
"leaflet": "1.9.4",
"lit": "3.3.3",
"mermaid": "11.16.1",
"pako": "3.0.1",
"pdfjs-dist": "6.2.108",
"uqr": "0.1.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "29.0.3",
"@rollup/plugin-node-resolve": "16.0.3",
"@rollup/plugin-terser": "1.0.0",
"glob": "13.0.6",
"npm-check-updates": "23.0.2",
"rollup": "4.62.4",
"rollup-plugin-summary": "3.0.1"
}
}