%PDF- %PDF-
Direktori : /var/www/html/node_modules/html-react-parser/ |
Current File : //var/www/html/node_modules/html-react-parser/package.json |
{ "name": "html-react-parser", "version": "3.0.1", "description": "HTML to React parser.", "author": "Mark <mark@remarkablemark.org>", "main": "index.js", "module": "index.mjs", "exports": { ".": { "import": "./index.mjs", "require": "./index.js" }, "./package.json": "./package.json" }, "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", "_postinstall": "husky install", "postpublish": "pinst --enable", "prepublishOnly": "pinst --disable && npm run lint && npm run lint:dts && npm run test:ci && npm run clean && npm run build", "size-limit": "size-limit", "test": "jest --coverage --testPathIgnorePatterns test/integration/", "test:ci": "npm test -- --ci", "test:module": "node --experimental-modules test/module/index.mjs", "test:integration": "npm run build && jest --env=jsdom 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": { "domhandler": "5.0.3", "html-dom-parser": "3.0.1", "react-property": "2.0.0", "style-to-js": "1.1.1" }, "devDependencies": { "@commitlint/cli": "17.0.3", "@commitlint/config-conventional": "17.0.3", "@rollup/plugin-commonjs": "22.0.1", "@rollup/plugin-node-resolve": "13.3.0", "@size-limit/preset-big-lib": "7.0.8", "@types/react": "18.0.15", "@typescript-eslint/parser": "5.30.5", "benchmark": "2.1.4", "dtslint": "4.2.1", "eslint": "8.19.0", "eslint-plugin-prettier": "4.2.1", "husky": "8.0.1", "jest": "28.1.2", "jest-environment-jsdom": "28.1.2", "lint-staged": "13.0.3", "pinst": "3.0.0", "preact": "10.9.0", "prettier": "2.7.1", "react": "18.2.0", "react-dom": "18.2.0", "rimraf": "3.0.2", "rollup": "2.76.0", "rollup-plugin-terser": "7.0.2", "size-limit": "7.0.8", "typescript": "4.7.4" }, "peerDependencies": { "react": "0.14 || 15 || 16 || 17 || 18" }, "files": [ "/dist", "/lib", "index.d.ts", "index.mjs" ], "collective": { "type": "opencollective", "url": "https://opencollective.com/html-react-parser" }, "license": "MIT" }