react-sanitizer-parser
Version:
react-sanitizer-parser
77 lines (76 loc) • 2.2 kB
JSON
{
"name": "react-sanitizer-parser",
"version": "0.1.4",
"description": "react-sanitizer-parser",
"main": "dist/index.js",
"module": "dist/index.js",
"scripts": {
"test": "jest",
"build": "rm -rf dist && rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ssi02014/react-sanitizer-parser.git"
},
"author": "Gromit",
"license": "MIT",
"bugs": {
"url": "https://github.com/ssi02014/react-sanitizer-parser.git/issues"
},
"homepage": "https://github.com/ssi02014/react-sanitizer-parser",
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.3",
"@babel/preset-typescript": "^7.21.5",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@types/dompurify": "^3.0.2",
"@types/node": "^20.2.5",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"core-js": "^3.29.1",
"dompurify": "^3.0.5",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-webpack-plugin": "^4.0.0",
"gh-pages": "^5.0.0",
"html-react-parser": "^4.2.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"prettier": "^2.8.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"rollup": "^3.23.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"storybook": "^7.0.18",
"ts-jest": "^29.1.1",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^5.1.3"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"keywords": [
"react",
"parser",
"xss",
"sanitizer",
"html-react-parser",
"dompurify",
"DOMPurify",
"react-parser"
]
}