UNPKG

html-react-parser

Version:
82 lines (81 loc) 2.31 kB
{ "name": "html-react-parser", "version": "1.2.3", "description": "HTML to React parser.", "author": "Mark <mark@remarkablemark.org>", "main": "index.js", "module": "index.mjs", "scripts": { "benchmark": "node benchmark", "build": "rollup --config --failAfterWarnings", "clean": "rimraf dist", "lint": "eslint --ignore-path .gitignore --ignore-pattern /examples/ .", "lint:dts": "dtslint .", "lint:fix": "npm run lint -- --fix", "prepublishOnly": "npm run lint && npm run lint:dts && npm run test:ci && npm run clean && npm run build", "release": "standard-version --no-verify", "test": "jest --coverage --testPathIgnorePatterns test/integration/", "test:ci": "npm test -- --ci", "test:integration": "npm run build && jest test/integration/", "test:watch": "npm test -- --watch" }, "repository": { "type": "git", "url": "https://github.com/remarkablemark/html-react-parser" }, "bugs": { "url": "https://github.com/remarkablemark/html-react-parser/issues" }, "keywords": [ "html-react-parser", "html", "react", "parser", "dom" ], "dependencies": { "html-dom-parser": "1.0.0", "react-property": "1.0.1", "style-to-js": "1.1.0" }, "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@rollup/plugin-commonjs": "^17.0.0", "@rollup/plugin-node-resolve": "^11.0.0", "@size-limit/preset-big-lib": "^4.9.1", "@types/react": "^17.0.0", "@typescript-eslint/parser": "^4.9.1", "benchmark": "^2.1.4", "dtslint": "^4.0.6", "eslint": "^7.15.0", "eslint-plugin-prettier": "^3.3.0", "husky": "^4.3.6", "jest": "^26.6.3", "lint-staged": "^10.5.3", "preact": "^10.5.7", "prettier": "^2.2.1", "react": "^17", "react-dom": "^17", "rimraf": "^3.0.2", "rollup": "^2.34.2", "rollup-plugin-terser": "^7.0.2", "size-limit": "^4.9.1", "standard-version": "^9.0.0", "typescript": "^4.1.3" }, "peerDependencies": { "react": "^0.14 || ^15 || ^16 || ^17" }, "files": [ "/dist", "/lib", "index.d.ts", "index.mjs" ], "collective": { "type": "opencollective", "url": "https://opencollective.com/html-react-parser" }, "license": "MIT" }