react-code-canvas
Version:
React component for running and previewing code with live editing capabilities
65 lines (64 loc) • 1.7 kB
JSON
{
"name": "react-code-canvas",
"version": "3.0.4",
"type": "module",
"sideEffects": true,
"description": "React component for running and previewing code with live editing capabilities",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"prepare": "npm run build"
},
"dependencies": {
"@shadcn/ui": "^0.0.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.475.0",
"react-live-runner": "^1.0.0",
"recharts": "^2.15.0",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.0",
"@babel/preset-env": "^7.22.0",
"@babel/preset-react": "^7.22.0",
"@chromatic-com/storybook": "^3.2.3",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@types/react": "^18.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rollup": "^3.25.0",
"rollup-plugin-typescript2": "^0.35.0",
"storybook": "^8.4.7",
"typescript": "^5.0.0"
},
"keywords": [
"react",
"code-runner",
"live-preview",
"code-editor"
],
"author": "James Titis",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jamestitus299/summy-dummy.git"
},
"bugs": {
"url": "https://github.com/jamestitus299/summy-dummy.git/issues"
},
"homepage": "https://github.com/jamestitus299/summy-dummy.git#readme"
}