2018-07-17 10:46:49 -04:00
|
|
|
{
|
|
|
|
"name": "netlify-cms-editor-component-image",
|
|
|
|
"description": "Image component for Netlify CMS editor widget",
|
|
|
|
"version": "2.0.0-alpha.0",
|
2018-07-17 19:13:52 -04:00
|
|
|
"main": "dist/netlify-cms-editor-component-image.js",
|
2018-07-17 10:46:49 -04:00
|
|
|
"license": "MIT",
|
|
|
|
"keywords": [
|
|
|
|
"netlify",
|
|
|
|
"netlify-cms",
|
|
|
|
"editor",
|
|
|
|
"component"
|
|
|
|
],
|
2018-07-17 19:13:52 -04:00
|
|
|
"sideEffects": false,
|
2018-07-17 10:46:49 -04:00
|
|
|
"scripts": {
|
2018-07-17 19:13:52 -04:00
|
|
|
"watch": "webpack -w",
|
|
|
|
"build": "cross-env NODE_ENV=production webpack"
|
2018-07-17 10:46:49 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-07-17 19:13:52 -04:00
|
|
|
"@babel/cli": "^7.0.0-beta.54",
|
|
|
|
"@babel/core": "^7.0.0-beta.54",
|
|
|
|
"cross-env": "^5.2.0",
|
|
|
|
"rollup": "^0.63.2",
|
|
|
|
"rollup-plugin-babel": "^4.0.0-beta.7",
|
|
|
|
"webpack": "^4.16.1",
|
|
|
|
"webpack-cli": "^3.1.0"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"react": "^16.4.1"
|
2018-07-17 10:46:49 -04:00
|
|
|
}
|
|
|
|
}
|