2018-07-24 23:35:59 -04:00
|
|
|
{
|
|
|
|
"name": "netlify-cms-widget-relation",
|
|
|
|
"description": "Widget for linking related entries in Netlify CMS.",
|
2018-07-26 14:46:10 -04:00
|
|
|
"version": "2.0.0",
|
2018-07-24 23:35:59 -04:00
|
|
|
"main": "dist/netlify-cms-widget-relation.js",
|
|
|
|
"license": "MIT",
|
|
|
|
"keywords": [
|
|
|
|
"netlify",
|
|
|
|
"netlify-cms",
|
|
|
|
"widget",
|
|
|
|
"relation",
|
|
|
|
"link"
|
|
|
|
],
|
|
|
|
"sideEffects": false,
|
|
|
|
"scripts": {
|
|
|
|
"watch": "webpack -w",
|
2018-07-25 11:00:55 -04:00
|
|
|
"build": "cross-env NODE_ENV=production webpack"
|
2018-07-24 23:35:59 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"react-autosuggest": "^9.3.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-07-25 11:00:55 -04:00
|
|
|
"cross-env": "^5.2.0",
|
2018-07-24 23:35:59 -04:00
|
|
|
"webpack": "^4.16.1",
|
|
|
|
"webpack-cli": "^3.1.0"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2018-07-25 08:45:13 -04:00
|
|
|
"emotion": "^9.2.6",
|
2018-07-24 23:35:59 -04:00
|
|
|
"immutable": "^3.7.6",
|
|
|
|
"lodash": "^4.17.10",
|
|
|
|
"netlify-cms-ui-default": "^2.0.0-alpha.0",
|
|
|
|
"prop-types": "^15.5.10",
|
|
|
|
"react": "^16.4.1",
|
|
|
|
"react-emotion": "^9.2.5",
|
|
|
|
"uuid": "^3.1.0"
|
|
|
|
}
|
|
|
|
}
|