UNPKG

html-react-parser

Version:
78 lines (77 loc) 2.1 kB
{ "name": "html-react-parser", "version": "0.14.0", "description": "HTML to React parser.", "author": "Mark <mark@remarkablemark.org>", "main": "index.js", "scripts": { "benchmark": "node benchmark", "build": "rollup --config", "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", "test:ci": "npm test -- --ci", "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": { "@types/htmlparser2": "3.10.1", "html-dom-parser": "0.3.0", "react-property": "1.0.1", "style-to-object": "0.3.0" }, "devDependencies": { "@commitlint/cli": "^8.3.5", "@commitlint/config-conventional": "^8.3.4", "@rollup/plugin-commonjs": "^12.0.0", "@rollup/plugin-node-resolve": "^8.0.0", "@types/react": "^16.9.35", "@typescript-eslint/parser": "^3.1.0", "benchmark": "^2.1.4", "dtslint": "^3.6.10", "eslint": "^7.1.0", "eslint-plugin-prettier": "^3.1.3", "husky": "^4.2.5", "jest": "^26.0.1", "lint-staged": "^10.2.7", "preact": "^10.4.4", "prettier": "^2.0.5", "react": "^16", "react-dom": "^16", "rimraf": "^3.0.2", "rollup": "^2.12.1", "rollup-plugin-uglify": "^6.0.4", "standard-version": "5", "typescript": "^3.9.3" }, "peerDependencies": { "react": "^0.14 || ^15 || ^16" }, "files": [ "/dist", "/lib", "index.d.ts" ], "collective": { "type": "opencollective", "url": "https://opencollective.com/html-react-parser" }, "license": "MIT" }