2019-03-28 11:37:23 -07:00
|
|
|
{
|
|
|
|
"name": "netlify-cms-app",
|
|
|
|
"description": "An extensible, open source, Git-based, React CMS for static sites. Reusable congiuration with React as peer.",
|
2019-12-19 16:09:35 -05:00
|
|
|
"version": "2.11.0-beta.1",
|
2019-03-28 11:37:23 -07:00
|
|
|
"homepage": "https://www.netlifycms.org",
|
|
|
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app",
|
|
|
|
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
|
|
|
"main": "dist/netlify-cms-app.js",
|
2019-12-02 12:04:07 +01:00
|
|
|
"files": [
|
|
|
|
"src/",
|
|
|
|
"dist/",
|
|
|
|
"index.d.ts"
|
|
|
|
],
|
|
|
|
"types": "index.d.ts",
|
2019-03-28 11:37:23 -07:00
|
|
|
"scripts": {
|
|
|
|
"develop": "yarn build:esm --watch",
|
|
|
|
"build": "cross-env NODE_ENV=production webpack",
|
2019-07-18 23:59:31 +03:00
|
|
|
"build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore \"**/__tests__\" --root-mode upward"
|
2019-03-28 11:37:23 -07:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"netlify",
|
|
|
|
"cms",
|
|
|
|
"content editing",
|
|
|
|
"static site generators",
|
|
|
|
"jamstack"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"@emotion/core": "^10.0.9",
|
|
|
|
"@emotion/styled": "^10.0.9",
|
|
|
|
"immutable": "^3.7.6",
|
|
|
|
"lodash": "^4.17.11",
|
|
|
|
"moment": "^2.24.0",
|
2019-12-18 11:18:23 -05:00
|
|
|
"netlify-cms-backend-bitbucket": "^2.7.0-beta.0",
|
|
|
|
"netlify-cms-backend-git-gateway": "^2.6.0-beta.0",
|
|
|
|
"netlify-cms-backend-github": "^2.6.0-beta.0",
|
|
|
|
"netlify-cms-backend-gitlab": "^2.5.0-beta.0",
|
|
|
|
"netlify-cms-backend-test": "^2.7.0-beta.0",
|
2019-12-19 16:09:35 -05:00
|
|
|
"netlify-cms-core": "^2.14.0-beta.1",
|
2019-12-18 11:18:23 -05:00
|
|
|
"netlify-cms-editor-component-image": "^2.5.0-beta.0",
|
2019-12-18 11:02:29 -05:00
|
|
|
"netlify-cms-lib-auth": "^2.2.6",
|
2019-12-18 11:18:23 -05:00
|
|
|
"netlify-cms-lib-util": "^2.5.0-beta.0",
|
2019-12-18 11:02:29 -05:00
|
|
|
"netlify-cms-locales": "^1.3.0",
|
2019-12-18 11:18:23 -05:00
|
|
|
"netlify-cms-ui-default": "^2.8.0-beta.0",
|
2019-12-16 12:37:43 -05:00
|
|
|
"netlify-cms-widget-boolean": "^2.3.0",
|
|
|
|
"netlify-cms-widget-date": "^2.4.0",
|
2019-11-07 14:41:01 -05:00
|
|
|
"netlify-cms-widget-datetime": "^2.2.5",
|
2019-12-18 11:18:23 -05:00
|
|
|
"netlify-cms-widget-file": "^2.5.0-beta.0",
|
|
|
|
"netlify-cms-widget-image": "^2.5.0-beta.0",
|
2019-12-18 11:02:29 -05:00
|
|
|
"netlify-cms-widget-list": "^2.4.0",
|
2019-07-24 18:11:44 -04:00
|
|
|
"netlify-cms-widget-map": "^1.3.3",
|
2019-12-18 11:18:23 -05:00
|
|
|
"netlify-cms-widget-markdown": "^2.8.0-beta.0",
|
2019-11-07 14:41:01 -05:00
|
|
|
"netlify-cms-widget-number": "^2.3.5",
|
2019-12-16 12:37:43 -05:00
|
|
|
"netlify-cms-widget-object": "^2.3.0",
|
2019-11-18 16:56:44 -05:00
|
|
|
"netlify-cms-widget-relation": "^2.5.0",
|
2019-07-24 18:11:44 -04:00
|
|
|
"netlify-cms-widget-select": "^2.4.3",
|
|
|
|
"netlify-cms-widget-string": "^2.2.3",
|
2019-12-16 12:37:43 -05:00
|
|
|
"netlify-cms-widget-text": "^2.3.0",
|
2019-03-28 11:37:23 -07:00
|
|
|
"prop-types": "^15.7.2",
|
2019-03-28 18:39:32 -07:00
|
|
|
"react-immutable-proptypes": "^2.1.0",
|
|
|
|
"uuid": "^3.3.2"
|
2019-03-28 11:37:23 -07:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"react": "^16.8.4",
|
|
|
|
"react-dom": "^16.8.4"
|
|
|
|
}
|
|
|
|
}
|