renovate/package.json

43 lines
1.3 KiB
JSON

{
"name": "react-element-to-jsx-string",
"version": "2.1.4",
"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",
"shrinkwrap": "npm-shrinkwrap --dev"
},
"author": "Algolia <support@algolia.com> (https://github.com/algolia/)",
"license": "MIT",
"repository": "algolia/react-element-to-jsx-string",
"devDependencies": {
"babel": "^5.8.29",
"babel-eslint": "^4.1.4",
"eslint": "^1.9.0",
"eslint-config-airbnb": "^1.0.0",
"eslint-config-algolia": "^4.2.0",
"eslint-plugin-react": "^3.8.0",
"expect": "^1.12.2",
"lodash.fill": "^3.2.2",
"mocha": "^2.3.3",
"npm-shrinkwrap": "^200.4.0",
"react": "^0.14.2"
},
"peerDependencies": {
"react": "^0.14.0"
},
"dependencies": {
"collapse-white-space": "^1.0.0",
"is-plain-object": "^2.0.1",
"lodash": "^3.10.1",
"react-addons-test-utils": "^0.14.2",
"sortobject": "^1.0.0",
"stringify-object": "^2.3.1",
"traverse": "^0.6.6"
}
}