2018-07-03 15:47:15 -04:00
|
|
|
{
|
|
|
|
"name": "netlify-cms-ui-default",
|
|
|
|
"description": "Default UI components for Netlify CMS.",
|
2019-03-15 11:59:17 -04:00
|
|
|
"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",
|
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-03 15:47:15 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-03-15 10:50:27 -04:00
|
|
|
"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
|
|
|
},
|
|
|
|
"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-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",
|
2018-07-17 19:13:52 -04:00
|
|
|
"lodash": "^4.13.1",
|
|
|
|
"prop-types": "^15.5.10",
|
2019-03-15 10:19:57 -04:00
|
|
|
"react": "^16.4.1"
|
2018-07-03 15:47:15 -04:00
|
|
|
}
|
|
|
|
}
|