UNPKG

react-code-canvas

Version:

Package to run and preview React code with live editing capabilities in a browser.

96 lines (95 loc) 2.73 kB
{ "name": "react-code-canvas", "version": "4.0.1", "type": "module", "sideEffects": false, "description": "Package to run and preview React code with live editing capabilities in a browser.", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "dev": "storybook dev -p 6006", "build": "rollup -c", "size": "size-limit", "prepare": "npm run build", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "dependencies": { "lucide-react": "^0.475.0", "react-icons": "^5.5.0", "recharts": "^2.15.1", "tailwind-merge": "^3.0.2", "sucrase": "^3.21.0", "prism-react-renderer": "^1.2.1", "react-simple-code-editor": "^0.13.1" }, "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.6", "@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", "@rollup/plugin-terser": "^0.4.4", "@size-limit/preset-big-lib": "^11.2.0", "@storybook/addon-essentials": "^8.6.11", "@storybook/addon-interactions": "^8.6.11", "@storybook/addon-links": "^8.6.11", "@storybook/addon-onboarding": "^8.6.11", "@storybook/addon-webpack5-compiler-babel": "^3.0.5", "@storybook/addon-webpack5-compiler-swc": "^3.0.0", "@storybook/blocks": "^8.6.11", "@storybook/react": "^8.6.11", "@storybook/react-vite": "^8.6.11", "@storybook/react-webpack5": "^8.6.11", "@storybook/test": "^8.6.11", "@types/react": "^18.3.18", "@types/react-helmet": "^6.1.11", "package-size": "^1.0.2", "path": "^0.12.7", "react": ">=18.0.0", "react-dom": ">=18.0.0", "react-helmet": "^6.1.0", "rollup": "^3.25.0", "rollup-plugin-typescript2": "^0.35.0", "rollup-plugin-visualizer": "^5.14.0", "size-limit": "^11.2.0", "storybook": "^8.6.11", "typescript": "^5.0.0" }, "size-limit": [ { "path": "dist/index.js", "limit": "250 KB" }, { "path": "dist/index.esm.js", "limit": "250 KB" } ], "keywords": [ "react", "code-runner", "live-preview", "code-editor" ], "author": "James Titus", "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" }