ipydrawio/packages/ipydrawio-webpack/package.json

60 wiersze
1.3 KiB
JSON
Czysty Zwykły widok Historia

{
2022-11-05 20:39:26 +00:00
"name": "@deathbeds/ipydrawio-webpack",
2023-04-12 15:28:54 +00:00
"version": "21.1.601",
2022-11-05 20:39:26 +00:00
"description": "A webpack-ready repackaging of drawio",
"license": "Apache-2.0",
"author": "IPyDrawio Contributors",
2022-11-05 20:39:26 +00:00
"homepage": "https://ipydrawio.rtfd.io",
"repository": {
"type": "git",
"url": "https://github.com/deathbeds/ipydrawio.git"
},
"bugs": {
"url": "https://github.com/deathbeds/ipydrawio/issues"
},
2022-11-05 20:39:26 +00:00
"main": "lib/index.js",
"scripts": {
2022-11-07 17:20:52 +00:00
"build:pre": "python -m scripts.patch && python -m scripts.static"
2022-11-05 20:39:26 +00:00
},
"types": "lib/index.d.ts",
"dependencies": {
2021-07-28 18:39:26 +00:00
"@jupyterlab/application": "^3.1.0"
},
"devDependencies": {
2023-04-09 16:46:27 +00:00
"@jupyterlab/builder": "^3.6.1",
"copy-webpack-plugin": "^11.0.0"
},
"keywords": [
2022-11-05 20:39:26 +00:00
"drawio",
"webpack"
],
"jupyterlab": {
"extension": "lib/plugin.js",
2022-11-07 17:20:52 +00:00
"outputDir": "../../py_packages/ipydrawio/_/ipydrawio-webpack",
"webpackConfig": "./webpack.config.js",
"discovery": {
"server": {
"base": {
"name": "ipydrawio"
},
"managers": [
"pip",
"conda"
]
}
}
2023-04-09 16:46:27 +00:00
},
"scripts_doit": {
"build:pre": {
"file_dep": [
".npmignore",
"scripts/*.py"
],
"targets": [
"lib/_static.js",
"../ipydrawio-mathjax/dio/math/es5/startup.js"
]
}
2022-11-05 20:39:26 +00:00
}
}