2018-07-24 22:36:41 -04:00
|
|
|
{
|
|
|
|
"name": "netlify-cms-widget-text",
|
|
|
|
"description": "Widget for editing multiline plain string values in Netlify CMS.",
|
2019-03-21 17:05:37 -04:00
|
|
|
"version": "2.1.0-beta.0",
|
2018-07-26 18:01:26 -04:00
|
|
|
"homepage": "https://www.netlifycms.org/docs/widgets/#text",
|
|
|
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-text",
|
|
|
|
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
2018-07-24 22:36:41 -04:00
|
|
|
"main": "dist/netlify-cms-widget-text.js",
|
|
|
|
"license": "MIT",
|
|
|
|
"keywords": [
|
|
|
|
"netlify",
|
|
|
|
"netlify-cms",
|
|
|
|
"widget",
|
|
|
|
"string",
|
|
|
|
"text",
|
|
|
|
"textarea",
|
|
|
|
"mulitiline"
|
|
|
|
],
|
|
|
|
"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 22:36:41 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-03-15 10:19:57 -04:00
|
|
|
"react-textarea-autosize": "^7.1.0"
|
2018-07-24 22:36:41 -04:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2019-03-16 15:44:29 -07:00
|
|
|
"netlify-cms-ui-default": "^2.4.1-beta.0",
|
|
|
|
"prop-types": "^15.7.2",
|
|
|
|
"react": "^16.8.4"
|
2018-07-24 22:36:41 -04:00
|
|
|
}
|
|
|
|
}
|