jupyterlab_toastify
Version:
Integrate 'react-toastify' nicely in JupyterLab.
64 lines (63 loc) • 1.84 kB
JSON
{
"name": "jupyterlab_toastify",
"version": "4.2.1",
"description": "Integrate 'react-toastify' nicely in JupyterLab.",
"keywords": [
"jupyter",
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/jupyterlab-contrib/jupyterlab_toastify",
"bugs": {
"url": "https://github.com/jupyterlab-contrib/jupyterlab_toastify/issues"
},
"license": "BSD-3-Clause",
"author": "Frederic Collonval",
"files": [
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"style": "style/index.css",
"repository": {
"type": "git",
"url": "https://github.com/jupyterlab-contrib/jupyterlab_toastify.git"
},
"scripts": {
"build": "tsc",
"clean": "rimraf lib tsconfig.tsbuildinfo",
"watch": "tsc -w",
"precommit": "pretty-quick --staged",
"prepare": "jlpm run clean && jlpm run build"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"react-toastify": "^7.0.4"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0",
"react-dom": "^16.6.0 || ^17.0.0"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.13.0",
"eslint": "^7.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.22.0",
"husky": "^1.3.1",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"rimraf": "^3.0.2",
"typescript": "~4.1.3"
},
"publishConfig": {
"access": "public"
}
}