UNPKG

@cognitive-class/jupyterlab-cde-plugin

Version:

Drop-in Cognos Dashboard Embedded plugin for Jupyterlab

108 lines (107 loc) 3.27 kB
{ "name": "@cognitive-class/jupyterlab-cde-plugin", "version": "0.5.5", "description": "Drop-in Cognos Dashboard Embedded plugin for Jupyterlab", "keywords": [ "ibm", "bluemix", "ibmcloud", "cde" ], "main": "commonjs/index.js", "module": "esm/index.js", "sideEffects": false, "files": [ "commonjs", "esm", "standalone" ], "scripts": { "watch:standalone": "nodemon -w src --exec \"yarn build-standalone\"", "prepublishOnly": "yarn run clean && yarn run build", "dev": "start-storybook -p 9009", "build-commonjs": "BABEL_ENV=commonjs babel src --out-dir commonjs --source-maps inline", "build-esm": "BABEL_ENV=esm babel src --out-dir esm --source-maps inline", "build-standalone": "BABEL_ENV=esm webpack", "build": "concurrently --names 'commonjs,esm,standalone' 'yarn run build-commonjs' 'yarn run build-esm' 'yarn run build-standalone'", "clean": "rm -rf commonjs esm standalone", "deploy-storybook": "storybook-to-ghpages", "standalone-hash": "shasum -b -a 256 standalone/jupyterlab-cde-plugin.js | xxd -r -p | base64" }, "dependencies": { "antd": "^3.7.2", "babel-plugin-import": "^1.8.0", "babel-runtime": "^6.26.0", "emotion": "^9.1.2", "formik": "^1.0.2", "isomorphic-fetch": "^2.2.1", "lodash": "^4.17.5", "nanoid": "^1.0.2", "papaparse": "^4.5.0", "prop-types": "^15.6.1", "react-emotion": "^9.1.2" }, "devDependencies": { "@storybook/addon-options": "^3.4.1", "@storybook/react": "^3.4.0", "@storybook/storybook-deployer": "^2.3.0", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-eslint": "^8.2.6", "babel-loader": "^7.1.4", "babel-plugin-emotion": "^9.1.2", "babel-plugin-lodash": "^3.3.2", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "babel-register": "^6.26.0", "concurrently": "^3.5.1", "css-loader": "^1.0.0", "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.1.1", "eslint": "^4.19.1", "eslint-config-airbnb": "17.0.0", "eslint-config-xo-react": "^0.16.0", "eslint-plugin-babel": "^5.1.0", "eslint-plugin-import": "^2.12.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-react": "^7.9.1", "evergreen-ui": "^3.0.0", "file-loader": "^1.1.11", "husky": "^0.14.3", "inferno": "^5.0.4", "inferno-clone-vnode": "^5.0.4", "inferno-compat": "^5.0.4", "inferno-create-class": "^5.0.4", "inferno-create-element": "^5.0.4", "less-loader": "^4.1.0", "lodash-es": "^4.17.10", "node-sass": "^4.9.2", "nodemon": "^1.18.3", "react": "^16.3.1", "react-dom": "^16.3.1", "sass-loader": "^7.0.3", "sinon": "^5.0.7", "size-limit": "^0.17.0", "source-map-loader": "^0.2.3", "style-loader": "^0.21.0", "url-loader": "^1.1.0", "webpack": "^4.8.2", "webpack-cli": "^2.1.3" }, "peerDependencies": { "react": "^16.0.0", "react-dom": "^16.0.0" }, "size-limit": [ { "path": "esm/index.js", "limit": "44 KB" }, { "path": "standalone/jupyterlab-cde-plugin.js", "limit": "58 KB" } ] }