mirror of https://github.com/renovatebot/renovate
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "react-element-to-jsx-string",
|
|
"version": "5.0.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"
|
|
},
|
|
"author": "Algolia <support@algolia.com> (https://github.com/algolia/)",
|
|
"license": "MIT",
|
|
"repository": "algolia/react-element-to-jsx-string",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.18.0",
|
|
"babel-eslint": "^7.1.0",
|
|
"babel-plugin-lodash": "^3.2.9",
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"babel-preset-react": "^6.16.0",
|
|
"babel-preset-stage-2": "^6.18.0",
|
|
"babel-register": "^6.18.0",
|
|
"eslint": "^3.11.1",
|
|
"eslint-config-algolia": "^6.0.1",
|
|
"eslint-import-resolver-webpack": "^0.7.0",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"eslint-plugin-jasmine": "^2.1.0",
|
|
"eslint-plugin-react": "^6.7.1",
|
|
"expect": "^1.14.0",
|
|
"mocha": "^3.1.2",
|
|
"react": "^15.4.0",
|
|
"react-dom": "^15.4.0",
|
|
"webpack": "^1.13.3",
|
|
"react-addons-test-utils": "^15.4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^0.14.8 || ^15.0.1"
|
|
},
|
|
"dependencies": {
|
|
"collapse-white-space": "^1.0.0",
|
|
"is-plain-object": "^2.0.1",
|
|
"lodash": "^4.17.2",
|
|
"sortobject": "^1.0.0",
|
|
"stringify-object": "^2.4.0",
|
|
"traverse": "^0.6.6"
|
|
}
|
|
}
|