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

34 lines
782 B

{
"name": "blocks",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"build": "rollup -c"
},
"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": "4.1.0",
"leaflet": "1.9.4",
"lit": "3.2.1",
"mermaid": "11.16.0",
"pako": "3.0.1",
"uqr": "0.1.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "29.0.3",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-terser": "0.4.4",
"glob": "11.0.0",
"rollup": "4.24.0",
"rollup-plugin-summary": "2.0.1"
}
}