UNPKG

react-disqus-comments

Version:
39 lines (38 loc) 1.05 kB
{ "name": "react-disqus-comments", "version": "1.4.0", "description": "React Disqus thread component", "main": "build/main.js", "scripts": { "test": "rackt test --single-run --browsers Firefox", "start": "rackt server", "build": "rm -rf build && babel -d build --ignore DisqusThread-test.js lib", "publish": "npm publish" }, "repository": { "type": "git", "url": "https://github.com/theplatapi/react-disqus-thread" }, "keywords": [ "disqus", "react", "react-component" ], "license": "MIT", "homepage": "https://github.com/theplatapi/react-disqus-thread", "peerDependencies": { "react": ">=15.0.1 < 17.0.0", "react-dom": ">=15.0.1 < 17.0.0" }, "devDependencies": { "babel-cli": "^6.11.4", "babel-plugin-transform-object-rest-spread": "^6.8.0", "babel-preset-es2015": "^6.13.2", "babel-preset-react": "^6.11.1", "prop-types": "^15.5.0", "rackt-cli": "^0.5.3", "react": "^15.0.1", "react-dom": "^15.0.1" }, "types": "typescript/types.d.ts" }