2018-07-24 17:13:48 -04:00
|
|
|
{
|
|
|
|
"name": "netlify-cms-widget-list",
|
|
|
|
"description": "Widget for editing lists in Netlify CMS.",
|
2019-02-08 15:51:06 -05:00
|
|
|
"version": "2.1.1",
|
2018-07-26 18:01:26 -04:00
|
|
|
"homepage": "https://www.netlifycms.org/docs/widgets/#list",
|
|
|
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list",
|
|
|
|
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
2018-07-24 17:13:48 -04:00
|
|
|
"main": "dist/netlify-cms-widget-list.js",
|
|
|
|
"license": "MIT",
|
|
|
|
"keywords": [
|
|
|
|
"netlify",
|
|
|
|
"netlify-cms",
|
|
|
|
"widget",
|
|
|
|
"list",
|
|
|
|
"object"
|
|
|
|
],
|
|
|
|
"sideEffects": false,
|
|
|
|
"scripts": {
|
|
|
|
"watch": "webpack -w",
|
2018-07-31 15:44:56 -04:00
|
|
|
"develop": "npm run watch",
|
2018-07-25 11:00:55 -04:00
|
|
|
"build": "cross-env NODE_ENV=production webpack"
|
2018-07-24 17:13:48 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-02-08 15:51:06 -05:00
|
|
|
"netlify-cms-widget-object": "^2.0.6",
|
2018-07-24 17:13:48 -04:00
|
|
|
"react-sortable-hoc": "^0.6.8"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-07-25 11:00:55 -04:00
|
|
|
"cross-env": "^5.2.0",
|
2019-03-15 10:19:57 -04:00
|
|
|
"webpack": "^4.29.6",
|
|
|
|
"webpack-cli": "^3.2.3"
|
2018-07-24 17:13:48 -04:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2019-03-15 10:19:57 -04:00
|
|
|
"@emotion/core": "^10.0.9",
|
|
|
|
"@emotion/styled": "^10.0.9",
|
2018-07-24 17:13:48 -04:00
|
|
|
"immutable": "^3.7.6",
|
|
|
|
"lodash": "^4.17.10",
|
2018-07-26 18:01:26 -04:00
|
|
|
"netlify-cms-ui-default": "^2.0.0",
|
2018-07-24 17:13:48 -04:00
|
|
|
"prop-types": "^15.5.10",
|
|
|
|
"react": "^16.4.1",
|
|
|
|
"react-immutable-proptypes": "^2.1.0"
|
|
|
|
},
|
|
|
|
"localExternals": [
|
|
|
|
"netlify-cms-widget-object"
|
|
|
|
]
|
|
|
|
}
|