migrate object and list widgets
This commit is contained in:
39
packages/netlify-cms-widget-list/package.json
Normal file
39
packages/netlify-cms-widget-list/package.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "netlify-cms-widget-list",
|
||||
"description": "Widget for editing lists in Netlify CMS.",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"main": "dist/netlify-cms-widget-list.js",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"netlify",
|
||||
"netlify-cms",
|
||||
"widget",
|
||||
"list",
|
||||
"object"
|
||||
],
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"watch": "webpack -w",
|
||||
"build": "webpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"netlify-cms-widget-object": "^2.0.0-alpha.0",
|
||||
"react-sortable-hoc": "^0.6.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"webpack": "^4.16.1",
|
||||
"webpack-cli": "^3.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"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.6",
|
||||
"react-immutable-proptypes": "^2.1.0"
|
||||
},
|
||||
"localExternals": [
|
||||
"netlify-cms-widget-object"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user