renovate/package.json

40 lines
1.2 KiB
JSON

{
"name": "react-element-to-jsx-string",
"version": "4.1.0",
"description": "Turn a ReactElement into the corresponding JSX string.",
"main": "index-dist.js",
"scripts": {
"prepublish": "npm run build",
"build": "babel index.js -o index-dist.js",
"build:watch": "babel index.js -o index-dist.js -w",
"test": "mocha --opts mocha.opts && eslint .",
"test:watch": "mocha --opts mocha.opts --watch --reporter min"
},
"author": "Algolia <support@algolia.com> (https://github.com/algolia/)",
"license": "MIT",
"repository": "algolia/react-element-to-jsx-string",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.11.0",
"babel-register": "^6.9.0",
"eslint-config-algolia": "^5.1.0",
"expect": "^1.14.0",
"mocha": "^3.0.1",
"react": "^15.2.1"
},
"peerDependencies": {
"react": "^0.14.8 || ^15.0.1"
},
"dependencies": {
"collapse-white-space": "^1.0.0",
"is-plain-object": "^2.0.1",
"lodash": "^4.13.1",
"react-addons-test-utils": "^0.14.8 || ^15.0.1",
"sortobject": "^1.0.0",
"stringify-object": "^2.3.1",
"traverse": "^0.6.6"
}
}