webcontainer-sandbox-react
Version:
A React component library for WebContainer-based code sandboxes
70 lines (69 loc) • 1.71 kB
JSON
{
"name": "webcontainer-sandbox-react",
"version": "1.0.1",
"description": "A React component library for WebContainer-based code sandboxes",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.esm.js"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./css": "./dist/webcontainer-sandbox-react.css"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "vite build",
"prepublishOnly": "npm run build",
"preversion": "npm run build && npm test",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "https://github.com/h2562961224/webcontainer-sandbox-react.git"
},
"bugs": {
"url": "https://github.com/h2562961224/webcontainer-sandbox-react/issues"
},
"homepage": "https://github.com/h2562961224/webcontainer-sandbox-react#readme",
"keywords": [
"webcontainer",
"react",
"sandbox",
"code-editor",
"online-ide"
],
"author": "h2562961224",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@ant-design/icons": "^6.0.0",
"@monaco-editor/react": "^4.6.0",
"@webcontainer/api": "^1.1.9",
"antd": "^5.25.4",
"xterm": "^5.3.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"cssnano": "^6.0.0",
"typescript": "^4.9.0",
"vite": "^6.2.6",
"vite-plugin-dts": "^4.5.4"
}
}