react-comment-form
Version:
A component to render a comment form and Like widget for your website or blog
76 lines (75 loc) • 1.83 kB
JSON
{
"name": "react-comment-form",
"version": "0.1.9",
"private": false,
"files": [
"dist/Comment.css",
"dist/CommentForm.js",
"dist/index.js",
"dist/Like.js"
],
"main": "dist/index.js",
"module": "dist/index.js",
"babel": {
"presets": [
"react",
"env",
"stage-2"
]
},
"author": "Raji Rajagopalan",
"description": "A component to render a comment form and Like widget for your website or blog",
"repository": "https://github.com/ThisisRajiRaj/react-comment-form",
"keywords": [
"blog",
"comment",
"Likes",
"social media",
"engagement"
],
"license": "MIT License",
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"dompurify": "^2.2.9",
"react": "^16.13.1",
"react-bootstrap": "^1.6.1",
"react-dom": "^16.13.1",
"react-google-recaptcha": "^2.1.0",
"react-icons": "^4.2.0",
"react-scripts": "4.0.3",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"publish:build": "SET NODE_ENV=production && rm -rf dist && mkdir dist && npx babel src/components --out-dir dist --copy-files"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1"
}
}