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