Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "7.0.11",
"description": "A collection of actions",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nteract/nteract.git",
"directory": "packages/actions"
},
"types": "lib/index.d.ts",
"nteractDesktop": "src/index.ts",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/commutable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "7.4.6",
"description": "library for immutable notebook operations",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nteract/nteract.git",
"directory": "packages/commutable"
},
"types": "lib/index.d.ts",
"nteractDesktop": "src/index.ts",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/connected-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "6.8.12",
"description": "Connected components exported from @nteract/core",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nteract/nteract.git",
"directory": "packages/connected-components"
},
"types": "lib/index.d.ts",
"nteractDesktop": "src/index.tsx",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "15.1.9",
"description": "core modules and components for nteract apps",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nteract/nteract.git",
"directory": "packages/core"
},
"types": "lib/index.d.ts",
"nteractDesktop": "src/index.ts",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "10.1.12",
"description": "The editor that lives inside cells in nteract",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nteract/nteract.git",
"directory": "packages/editor"
},
"types": "lib/index.d.ts",
"nteractDesktop": "src/index.tsx",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "2.3.19",
"description": "",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nteract/nteract.git",
"directory": "packages/fixtures"
},
"types": "lib/index.d.ts",
"scripts": {
"release": "semantic-release -e semantic-release-monorepo --tag-format='@nteract/fixtures@${version}'"
Expand Down
5 changes: 5 additions & 0 deletions packages/host-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "2.1.36",
"description": "Local Storage backed cache of binder hosts",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nteract/nteract.git",
"directory": "packages/host-cache"
},
"types": "lib/index.d.ts",
"nteractDesktop": "src/index.js",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "7.0.20",
"description": "Messaging mechanics for nteract apps (jupyter spec)",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nteract/nteract.git",
"directory": "packages/messaging"
},
"types": "lib/index.d.ts",
"nteractDesktop": "src/index.ts",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/monaco-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "3.5.4",
"description": "A React component for the monaco editor, tailored for nteract",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nteract/nteract.git",
"directory": "packages/monaco-editor"
},
"types": "lib/index.d.ts",
"nteractDesktop": "src/index.ts",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/mythic-configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "1.0.11",
"description": "A configuration system based on the myths redux framework",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nteract/nteract.git",
"directory": "packages/mythic-configuration"
},
"types": "lib/index.d.ts",
"nteractDesktop": "src/index.ts",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/mythic-multiselect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.0.12",
"description": "For selecting multiple cells",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nteract/nteract.git",
"directory": "packages/mythic-multiselect"
},
"types": "lib/index.d.ts",
"nteractDesktop": "src/index.ts",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/mythic-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.2.11",
"description": "A notification system based on blueprintjs toasters and the myths redux framework",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nteract/nteract.git",
"directory": "packages/mythic-notifications"
},
"types": "lib/index.d.ts",
"nteractDesktop": "src/index.ts",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/mythic-windowing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.1.7",
"description": "A windowing system based on electron and the myths redux framework",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nteract/nteract.git",
"directory": "packages/mythic-windowing"
},
"types": "lib/index.d.ts",
"nteractDesktop": "src/index.ts",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/myths/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.2.13",
"description": "A redux-observable framework for better locality of dependencies",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nteract/nteract.git",
"directory": "packages/myths"
},
"types": "lib/index.d.ts",
"nteractDesktop": "src/index.ts",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/notebook-app-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "7.7.10",
"description": "Editable notebook app component, backed by @nteract/core's store",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nteract/nteract.git",
"directory": "packages/notebook-app-component"
},
"types": "lib/index.d.ts",
"nteractDesktop": "src/index.ts",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/presentational-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "3.4.11",
"description": "pure presentational components for nteract",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nteract/nteract.git",
"directory": "packages/presentational-components"
},
"types": "lib/index.d.ts",
"nteractDesktop": "src/index.ts",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/reducers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "5.1.10",
"description": "A set of reducers for use in nteract applications",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nteract/nteract.git",
"directory": "packages/reducers"
},
"types": "lib/index.d.ts",
"nteractDesktop": "src/index.ts",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/selectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "3.1.9",
"description": "A colletion of state selectors",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nteract/nteract.git",
"directory": "packages/selectors"
},
"types": "lib/index.d.ts",
"scripts": {
"release": "semantic-release -e semantic-release-monorepo --tag-format='@nteract/selectors@${version}'"
Expand Down
5 changes: 5 additions & 0 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "2.2.11",
"description": "css for use in nteract apps",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/nteract/nteract.git",
"directory": "packages/styles"
},
"types": "index.d.ts",
"nteractDesktop": "index.js",
"files": [
Expand Down
5 changes: 5 additions & 0 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "7.1.9",
"description": "A collection of type definitions used within core nteract packages",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nteract/nteract.git",
"directory": "packages/types"
},
"types": "lib/index.d.ts",
"nteractDesktop": "src/index.ts",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/webpack-configurator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "3.2.0",
"main": "index.js",
"description": "a common webpack configurator for nteract applications",
"repository": {
"type": "git",
"url": "https://github.com/nteract/nteract.git",
"directory": "packages/webpack-configurator"
},
"files": [
"*.js"
],
Expand Down