UNPKG

@codesandbox/sandpack-client

Version:

<img style="width:100%" src="https://user-images.githubusercontent.com/4838076/143581035-ebee5ba2-9cb1-4fe8-a05b-2f44bd69bb4b.gif" alt="Component toolkit for live running code editing experiences" />

74 lines (73 loc) 2.03 kB
{ "name": "@codesandbox/sandpack-client", "version": "2.19.8", "description": "", "keywords": [], "repository": { "type": "git", "url": "https://github.com/codesandbox/sandpack" }, "license": "Apache-2.0", "author": "CodeSandbox", "sideEffects": false, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { "./clients/runtime": { "types": "./dist/clients/runtime/index.d.ts", "import": "./dist/clients/runtime/index.mjs", "require": "./dist/clients/runtime/index.js" }, "./clients/node": { "types": "./dist/clients/node/index.d.ts", "import": "./dist/clients/node/index.mjs", "require": "./dist/clients/node/index.js" }, "./clients/static": { "types": "./dist/clients/static/index.d.ts", "import": "./dist/clients/static/index.mjs", "require": "./dist/clients/static/index.js" }, ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "scripts": { "clean": "rm -rf dist sandpack src/clients/node/inject-scripts/dist", "prebuild": "yarn run clean", "test": "jest .", "lint": "eslint '**/*.ts?(x)' --fix", "build": "rollup -c --bundleConfigAsCjs", "build:publish": "yarn build && gulp", "build:bundler": "gulp", "format": "prettier --write '**/*.{ts,tsx,js,jsx}'", "format:check": "prettier --check '**/*.{ts,tsx}'", "dev": "yarn build -- --watch" }, "files": [ "dist", "esm", "sandpack", "package.json", "README.md" ], "dependencies": { "@codesandbox/nodebox": "0.1.8", "buffer": "^6.0.3", "dequal": "^2.0.2", "mime-db": "^1.52.0", "outvariant": "1.4.0", "static-browser-server": "1.0.3" }, "devDependencies": { "@types/node": "^9.3.0", "console-feed": "3.3.0", "del": "^6.0.0", "gulp": "^4.0.2", "typescript": "^5.2.2" }, "gitHead": "83a494906a61517ea597ae94b26e1972f0c67777" }