react-cosmos
Version:
Sandbox for developing and testing UI components in isolation
36 lines (35 loc) • 988 B
JSON
{
"name": "react-cosmos",
"version": "7.2.0",
"description": "Sandbox for developing and testing UI components in isolation",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos",
"license": "MIT",
"type": "module",
"main": "./index.js",
"dependencies": {
"@skidding/launch-editor": "2.2.3",
"chokidar": "3.6.0",
"express": "4.22.1",
"glob": "10.5.0",
"http-proxy-middleware": "3.0.5",
"lodash-es": "4.17.23",
"micromatch": "4.0.8",
"open": "10.2.0",
"pem": "1.15.1",
"react-cosmos-core": "^7.2.0",
"react-cosmos-renderer": "^7.2.0",
"react-cosmos-ui": "^7.2.0",
"ws": "8.19.0",
"yargs": "17.7.2"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
},
"bin": {
"cosmos": "./bin/cosmos.js",
"cosmos-export": "./bin/cosmos-export.js",
"cosmos-native": "./bin/cosmos-native.js"
},
"gitHead": "c1f63d79b3235011fb9f1a919378b95a59fff02e"
}