UNPKG

react-repl-plus

Version:

React component for editing React components, it is similar to vue repl

70 lines (69 loc) 1.84 kB
{ "name": "react-repl-plus", "version": "0.0.1-beta.11", "type": "module", "author": { "name": "Triumph-light", "email": "2495685883@qq.com" }, "keywords": [ "react", "react-playground", "react-repl" ], "repository": { "type": "git", "url": "git+https://github.com/Triumph-light/react-repl.git" }, "homepage": "https://github.com/Triumph-light/react-repl#readme", "bugs": { "url": "https://github.com/Triumph-light/react-repl/issues" }, "license": "MIT", "description": "React component for editing React components, it is similar to vue repl", "module": "./dist/react-repl.js", "exports": { "./package.json": "./package.json" }, "publishConfig": { "access": "public", "tag": "latest" }, "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint .", "preview": "vite build -c vite.preview.config.ts", "release": "npm run build && bumpp && npm publish" }, "dependencies": { "@babel/standalone": "^7.27.0", "@monaco-editor/react": "^4.7.0-rc.0", "@vercel/analytics": "^1.5.0", "ahooks": "^3.8.4", "fflate": "^0.8.2", "magic-string": "^0.30.17", "monaco-editor": "^0.52.2", "react": "^19.0.0", "react-dom": "^19.0.0", "vite-plugin-dts": "^4.5.4" }, "devDependencies": { "@eslint/js": "^9.21.0", "@shikijs/monaco": "^3.2.1", "@types/babel__standalone": "^7.1.9", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@vitejs/plugin-react": "^4.3.4", "bumpp": "^10.1.1", "eslint": "^9.21.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^15.15.0", "less": "^4.2.2", "shiki": "^3.2.1", "typescript": "~5.7.2", "typescript-eslint": "^8.24.1", "vite": "^6.2.0" } }