{ "name": "@bbob/react", "version": "3.0.2", "description": "A BBCode to React Renderer part of @bbob", "keywords": [ "react", "bbcode", "parser", "bbob" ], "dependencies": { "@bbob/core": "workspace:*", "@bbob/html": "workspace:*", "@bbob/plugin-helper": "workspace:*" }, "peerDependencies": { "prop-types": "> 15.0", "react": "> 15.0" }, "devDependencies": { "@bbob/preset-react": "^3.0.2", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "13.x", "react": "18.x", "react-dom": "18.x" }, "main": "lib/index.js", "module": "es/index.js", "jsnext:main": "es/index.js", "browser": "dist/index.js", "browserName": "BbobReact", "homepage": "https://github.com/JiLiZART/bbob", "author": "Nikolay Kostyurin ", "license": "MIT", "bugs": { "url": "https://github.com/JiLiZART/bbob/issues" }, "repository": { "type": "git", "url": "git://github.com/JiLiZART/bbob.git" }, "scripts": { "build:commonjs": "../../scripts/pkg-task build-commonjs", "build:es": "../../scripts/pkg-task build-es", "build:umd": "../../scripts/pkg-task build-umd", "build": "npm run build:commonjs && npm run build:es && npm run build:umd", "test": "../../scripts/pkg-task test", "cover": "../../scripts/pkg-task cover", "lint": "../../scripts/pkg-task lint", "size": "../../scripts/pkg-task size", "bundlesize": "../../scripts/pkg-task bundlesize" }, "size-limit": [ { "path": "lib/index.js" } ], "bundlesize": [ { "path": "./dist/index.min.js", "maxSize": "8 KB" } ], "publishConfig": { "registry": "https://registry.npmjs.org/" }, "files": [ "dist", "lib", "src", "es" ] }