@teambit/isolator
Version:
94 lines • 2.63 kB
JSON
{
"name": "@teambit/isolator",
"version": "1.0.871",
"homepage": "https://bit.cloud/teambit/component/isolator",
"main": "dist/index.js",
"componentId": {
"scope": "teambit.component",
"name": "isolator",
"version": "1.0.871"
},
"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": "13.0.0",
"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/cli": "0.0.1298",
"@teambit/component-package-version": "0.0.448",
"@teambit/component.sources": "0.0.149",
"@teambit/config-store": "0.0.178",
"@teambit/dependencies.fs.linked-dependencies": "0.0.47",
"@teambit/global-config": "0.0.1301",
"@teambit/harmony.modules.concurrency": "0.0.24",
"@teambit/harmony.modules.feature-toggle": "0.0.33",
"@teambit/legacy.constants": "0.0.23",
"@teambit/legacy.consumer-component": "0.0.98",
"@teambit/legacy.scope": "0.0.97",
"@teambit/legacy.utils": "0.0.33",
"@teambit/logger": "0.0.1391",
"@teambit/pkg.modules.component-package-name": "0.0.104",
"@teambit/workspace.modules.node-modules-linker": "0.0.326",
"@teambit/component": "1.0.871",
"@teambit/dependency-resolver": "1.0.871",
"@teambit/aspect-loader": "1.0.871",
"@teambit/graph": "1.0.871",
"@teambit/objects": "0.0.378"
},
"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.1.4"
},
"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"
]
}