UNPKG

react-exe

Version:

A powerful React component executor that renders code with external dependencies and custom styling

67 lines 1.65 kB
{ "name": "react-exe", "version": "1.0.17", "description": "A powerful React component executor that renders code with external dependencies and custom styling", "main": "./dist/index.js", "module": "./dist/index.esm.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "browser": { "process": false }, "author": "Vikrant", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/vgulerianb/react-exe" }, "files": [ "dist" ], "keywords": [ "react", "code-executor", "live-preview", "component-renderer", "code-playground", "react-playground", "typescript", "tailwind" ], "scripts": { "clean": "rimraf dist", "build": "npm run clean && rollup -c", "prepare": "npm run build" }, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "dependencies": { "clsx": "^2.1.0", "tailwind-merge": "^2.1.0" }, "devDependencies": { "@babel/core": "^7.26.7", "@babel/preset-env": "^7.26.7", "@babel/preset-react": "^7.26.3", "@babel/standalone": "^7.26.7", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.0.0", "@types/babel__standalone": "^7.1.7", "@types/react": "^18.2.48", "@types/react-dom": "^18.3.7", "rimraf": "^5.0.0", "rollup": "^4.9.0", "rollup-plugin-peer-deps-external": "^2.2.4", "typescript": "^5.3.3" } }