@jupyter-notebook/web-components
Version:
A component library for building extensions in Jupyter frontends.
93 lines (92 loc) • 3.43 kB
JSON
{
"name": "@jupyter-notebook/web-components",
"version": "0.9.1",
"description": "A component library for building extensions in Jupyter frontends.",
"homepage": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit#readme",
"license": "BSD-3-Clause",
"author": "Project Jupyter",
"keywords": [
"Jupyter",
"FAST Design",
"Custom elements",
"Web components"
],
"bugs": {
"url": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jupyterlab-contrib/jupyter-ui-toolkit.git"
},
"main": "dist/esm/index.js",
"types": "dist/dts/index.d.ts",
"sideEffects": false,
"scripts": {
"start": "start-storybook -p 6006",
"start:ci": "start-storybook -p 6006 --ci --quiet",
"build": "rollup -c && tsc -p ./tsconfig.json",
"build:docs": "build-storybook",
"clean": "yarn clean:lib && yarn clean:test",
"clean:lib": "rimraf dist",
"clean:test": "rimraf test-results tests-out/**/*.js tests-out/**/*.js.map tsconfig.playwright.tsbuildinfo",
"deploy:docs": "yarn run build:docs && gh-pages -d storybook-static",
"doc": "api-extractor run --local",
"prettier:check": "prettier --config ../../.prettierrc --check \"src/**/*.ts\"",
"prettier": "prettier --config ../../.prettierrc --write \"src/**/*.ts\"",
"eslint:check": "eslint . --ext .ts",
"eslint": "eslint . --ext .ts --fix",
"prepublishOnly": "rimraf README.md && cp ../../README.md . && yarn run build",
"test": "jest --verbose --coverage",
"test:visual": "tsc --incremental -p tsconfig.playwright.json && playwright test"
},
"dependencies": {
"@microsoft/fast-colors": "^5.1.5",
"@microsoft/fast-components": "^2.25.1",
"@microsoft/fast-element": "^1.8.0",
"@microsoft/fast-foundation": "^2.37.1",
"@microsoft/fast-web-utilities": "^5.1.0"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@microsoft/api-extractor": "^7.18.9",
"@microsoft/eslint-config-fast-dna": "^1.2.0",
"@playwright/test": "^1.19.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-typescript": "^8.2.0",
"@storybook/addon-a11y": "^6.4.19",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/addons": "^6.4.19",
"@storybook/builder-webpack5": "^6.4.19",
"@storybook/html": "^6.4.19",
"@storybook/manager-webpack5": "^6.4.19",
"@storybook/theming": "^6.4.19",
"@types/jest": "^27.0.0",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-storybook": "^0.5.7",
"gh-pages": "^3.1.0",
"jest": "^27.2.4",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"rollup": "^2.40.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-transform-tagged-template": "0.0.3",
"ts-jest": "^27.0.0",
"ts-loader": "^7.0.2",
"tslib": "^2.1.0",
"typescript": "~4.3.5",
"webpack": "^5.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "13f22a62e7cb291644abf111fab6c8bcd1bb0f58"
}