@teambit/isolator
Version:
94 lines • 2.63 kB
JSON
{
"name": "@teambit/isolator",
"version": "1.0.714",
"homepage": "https://bit.cloud/teambit/component/isolator",
"main": "dist/index.js",
"componentId": {
"scope": "teambit.component",
"name": "isolator",
"version": "1.0.714"
},
"dependencies": {
"chalk": "4.1.2",
"fs-extra": "10.0.0",
"lodash": "4.17.21",
"object-hash": "2.1.1",
"p-map": "4.0.0",
"rimraf": "3.0.2",
"semver": "7.7.1",
"uuid": "8.3.2",
"@teambit/any-fs": "0.0.5",
"@teambit/capsule": "0.0.12",
"filenamify": "4.2.0",
"glob": "7.1.6",
"debug": "4.3.4",
"execa": "2.1.0",
"@teambit/component-id": "1.2.4",
"@teambit/graph.cleargraph": "0.0.11",
"@teambit/harmony": "0.4.7",
"@teambit/component-package-version": "0.0.441",
"@teambit/component.sources": "0.0.121",
"@teambit/dependencies.fs.linked-dependencies": "0.0.35",
"@teambit/harmony.modules.concurrency": "0.0.16",
"@teambit/harmony.modules.feature-toggle": "0.0.25",
"@teambit/legacy.constants": "0.0.15",
"@teambit/legacy.consumer-component": "0.0.70",
"@teambit/legacy.scope": "0.0.69",
"@teambit/legacy.utils": "0.0.24",
"@teambit/pkg.modules.component-package-name": "0.0.76",
"@teambit/workspace.modules.node-modules-linker": "0.0.297",
"@teambit/component": "1.0.714",
"@teambit/dependency-resolver": "1.0.714",
"@teambit/aspect-loader": "1.0.714",
"@teambit/cli": "0.0.1268",
"@teambit/config-store": "0.0.148",
"@teambit/global-config": "0.0.1271",
"@teambit/graph": "1.0.714",
"@teambit/logger": "0.0.1361",
"@teambit/objects": "0.0.221"
},
"devDependencies": {
"@types/fs-extra": "9.0.7",
"@types/lodash": "4.14.165",
"@types/object-hash": "1.3.4",
"@types/semver": "7.5.8",
"@types/uuid": "8.3.4",
"@types/mocha": "9.1.0",
"@teambit/harmony.envs.core-aspect-env": "0.0.78"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"@types/react": "^17.0.73"
},
"license": "Apache-2.0",
"optionalDependencies": {},
"peerDependenciesMeta": {},
"exports": {
".": {
"node": {
"require": "./dist/index.js",
"import": "./dist/esm.mjs"
},
"default": "./dist/index.js"
},
"./dist/*": "./dist/*",
"./artifacts/*": "./artifacts/*",
"./*": "./*.ts"
},
"private": false,
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/teambit/bit"
},
"keywords": [
"bit",
"bit-aspect",
"bit-core-aspect",
"components",
"collaboration",
"web"
]
}