2018-07-03 15:47:15 -04:00
|
|
|
{
|
|
|
|
"name": "netlify-cms-ui-default",
|
|
|
|
"description": "Default UI components for Netlify CMS.",
|
|
|
|
"version": "2.0.0-alpha.0",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"keywords": [
|
|
|
|
"netlify-cms"
|
|
|
|
],
|
|
|
|
"scripts": {
|
2018-07-06 18:56:28 -04:00
|
|
|
"watch": "parcel watch src/*.js --out-dir . --no-cache",
|
|
|
|
"build": "parcel build src/*.js --out-dir . --no-cache"
|
2018-07-03 15:47:15 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"classnames": "^2.2.5",
|
2018-07-06 18:56:28 -04:00
|
|
|
"emotion": "^9.1.3",
|
2018-07-03 15:47:15 -04:00
|
|
|
"lodash": "^4.13.1",
|
|
|
|
"prop-types": "^15.5.10",
|
2018-07-06 18:56:28 -04:00
|
|
|
"react": "15.x || 16.x",
|
2018-07-03 15:47:15 -04:00
|
|
|
"react-aria-menubutton": "^5.1.0",
|
2018-07-06 18:56:28 -04:00
|
|
|
"react-emotion": "^9.2.6",
|
2018-07-03 15:47:15 -04:00
|
|
|
"react-toggled": "^1.1.2",
|
|
|
|
"react-transition-group": "^2.2.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-cli": "^6.26.0",
|
|
|
|
"babel-core": "^6.26.3",
|
|
|
|
"babel-plugin-inline-svg": "^1.0.0",
|
|
|
|
"parcel-bundler": "^1.9.4"
|
|
|
|
}
|
|
|
|
}
|