Sha256: 5056e993f76501d8ce6b64ac2ad7d9941460599c717d0c0a31b8b1b879ac13d4

Contents?: true

Size: 1.71 KB

Versions: 11

Compression:

Stored size: 1.71 KB

Contents

{
  "name": "nbinteract-core",
  "version": "0.2.6",
  "description": "Library to allow public interactive Jupyter notebooks",
  "main": "lib/index.bundle.js",
  "module": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no tests available\" && exit 1",
    "build": "webpack --mode production --devtool source-map",
    "watch": "webpack --watch",
    "serve": "webpack-dev-server --open",
    "stats": "webpack --profile --json > stats.json",
    "stats-prod": "webpack --profile --json --mode production > stats-prod.json",
    "analyze": "webpack-bundle-analyzer -p 9999 stats.json",
    "analyze-prod": "webpack-bundle-analyzer -p 9999 stats-prod.json",
    "clean": "rimraf lib/*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SamLau95/nbinteract.git"
  },
  "keywords": [
    "jupyter",
    "notebook",
    "html",
    "interactive",
    "widgets"
  ],
  "author": "Sam Lau",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/SamLau95/nb-interact/issues"
  },
  "homepage": "https://github.com/SamLau95/nb-interact#readme",
  "dependencies": {
    "@jupyter-widgets/base": "^1.1.8",
    "@jupyter-widgets/controls": "^1.1.5",
    "@jupyter-widgets/html-manager": "^0.11.9",
    "@jupyter-widgets/output": "^1.0.15",
    "@jupyterlab/services": "^1.1.2",
    "bqplot": "0.4.0",
    "font-awesome": "^4.7.0",
    "lodash.once": "^4.1.1",
    "log4javascript": "^1.4.16"
  },
  "devDependencies": {
    "lodash.debounce": "^4.0.8",
    "rimraf": "^2.6.2",
    "webpack": "^4.0.0",
    "webpack-bundle-analyzer": "^4.5.0",
    "webpack-cli": "^3.1.2",
    "webpack-dev-server": "^3.1.1",
    "webpack-merge": "^4.1.1"
  },
  "gitHead": "9f00f654748b85702463b60a98751943c0107486"
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
j1-template-2022.4.3 assets/themes/j1/modules/nbInteract/src/j1-nbinteract-core/package.json
j1-template-2022.4.2 assets/themes/j1/modules/nbInteract/src/j1-nbinteract-core/package.json
j1-template-2022.4.1 assets/themes/j1/modules/nbInteract/src/j1-nbinteract-core/package.json
j1-template-2022.4.0 assets/themes/j1/modules/nbInteract/src/j1-nbinteract-core/package.json
j1-template-2022.3.3 assets/themes/j1/modules/nbInteract/src/j1-nbinteract-core/package.json
j1-template-2022.3.2 assets/themes/j1/modules/nbInteract/src/j1-nbinteract-core/package.json
j1-template-2022.3.1 assets/themes/j1/modules/nbInteract/src/j1-nbinteract-core/package.json
j1-template-2022.3.0 assets/themes/j1/modules/nbInteract/src/j1-nbinteract-core/package.json
j1-template-2022.2.3 assets/themes/j1/modules/nbInteract/src/j1-nbinteract-core/package.json
j1-template-2022.2.2 assets/themes/j1/modules/nbInteract/src/j1-nbinteract-core/package.json
j1-template-2022.2.1 assets/themes/j1/modules/nbInteract/src/j1-nbinteract-core/package.json