31 lines
854 B
JSON
Raw Normal View History

2018-07-03 15:47:15 -04:00
{
"name": "netlify-cms-ui-default",
"description": "Default UI components for Netlify CMS.",
"version": "2.4.1-beta.0",
2018-07-26 18:01:26 -04:00
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-ui-default",
"bugs": "https://github.com/netlify/netlify-cms/issues",
2018-07-03 15:47:15 -04:00
"license": "MIT",
2018-07-17 19:13:52 -04:00
"main": "dist/netlify-cms-ui-default.js",
2018-07-03 15:47:15 -04:00
"keywords": [
"netlify-cms"
],
2018-07-17 19:13:52 -04:00
"sideEffects": false,
2018-07-03 15:47:15 -04:00
"scripts": {
2018-07-17 19:13:52 -04:00
"watch": "webpack -w",
"develop": "npm run watch",
2018-07-25 11:00:55 -04:00
"build": "cross-env NODE_ENV=production webpack"
2018-07-03 15:47:15 -04:00
},
"dependencies": {
"react-aria-menubutton": "^6.0.0",
2018-07-03 15:47:15 -04:00
"react-toggled": "^1.1.2",
2019-03-15 10:19:57 -04:00
"react-transition-group": "^2.6.0"
2018-07-03 15:47:15 -04:00
},
2018-07-17 19:13:52 -04:00
"peerDependencies": {
2019-03-15 10:19:57 -04:00
"@emotion/core": "^10.0.9",
"@emotion/styled": "^10.0.9",
"lodash": "^4.17.11",
"prop-types": "^15.7.2",
"react": "^16.8.4"
2018-07-03 15:47:15 -04:00
}
}