mirror of https://github.com/renovatebot/renovate
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "react-element-to-jsx-string",
|
|
"version": "5.0.7",
|
|
"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",
|
|
"release": "./release.sh"
|
|
},
|
|
"author": {
|
|
"name": "Algolia, Inc.",
|
|
"url": "https://github.com/algolia"
|
|
},
|
|
"license": "MIT",
|
|
"repository": "algolia/react-element-to-jsx-string",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.18.0",
|
|
"babel-eslint": "^7.1.1",
|
|
"babel-plugin-lodash": "^3.2.11",
|
|
"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.12.2",
|
|
"eslint-config-algolia": "^6.0.1",
|
|
"eslint-import-resolver-webpack": "^0.8.0",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"eslint-plugin-jasmine": "^2.2.0",
|
|
"eslint-plugin-react": "^6.8.0",
|
|
"expect": "^1.14.0",
|
|
"mocha": "^3.2.0",
|
|
"react": "^15.4.1",
|
|
"react-addons-test-utils": "^15.4.1",
|
|
"react-dom": "^15.4.1",
|
|
"webpack": "^1.14.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.4",
|
|
"sortobject": "^1.0.0",
|
|
"stringify-object": "2.4.0",
|
|
"traverse": "^0.6.6"
|
|
}
|
|
}
|