UNPKG

react-review

Version:

React review and feedback library with complete analysis of text and probability of being a fake review

43 lines (42 loc) 1.06 kB
{ "name": "react-review", "version": "1.0.6", "description": "React review and feedback library with complete analysis of text and probability of being a fake review", "main": "./build/index.js", "scripts": { "build": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/rohitsaini1196/react-review.git" }, "keywords": [ "reactjs", "feedback", "review", "analysis", "review-analysis", "fake-review" ], "author": "Rohit Saini", "license": "ISC", "devDependencies": { "@babel/core": "^7.7.5", "@babel/preset-env": "^7.7.6", "@babel/preset-react": "^7.7.4", "babel-loader": "^8.0.6", "css-loader": "^3.3.0", "style-loader": "^1.0.1", "webpack": "^4.41.2", "webpack-cli": "^3.3.10" }, "dependencies": { "prop-types": "^15.7.2", "react": "^16.12.0", "react-icons": "^3.10.0" }, "bugs": { "url": "https://github.com/rohitsaini1196/react-review/issues" }, "homepage": "https://github.com/rohitsaini1196/react-review#readme" }