2018-07-03 15:47:15 -04:00
|
|
|
{
|
|
|
|
"name": "netlify-cms-core",
|
|
|
|
"description": "Netlify CMS lets content editors work on structured content stored in git",
|
|
|
|
"version": "2.0.0-alpha.0",
|
2018-07-17 19:13:52 -04:00
|
|
|
"main": "dist/netlify-cms-core.js",
|
2018-07-03 15:47:15 -04:00
|
|
|
"lint-staged": {
|
|
|
|
"*.js": [
|
|
|
|
"eslint --fix",
|
|
|
|
"jest --findRelatedTests",
|
|
|
|
"git add"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/",
|
|
|
|
"dist/"
|
|
|
|
],
|
|
|
|
"scripts": {
|
2018-07-23 12:30:15 -04:00
|
|
|
"watch": "webpack-dev-server --hot --open",
|
|
|
|
"build": "webpack"
|
2018-07-03 15:47:15 -04:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"netlify",
|
|
|
|
"cms",
|
|
|
|
"content editing",
|
|
|
|
"static site generators",
|
|
|
|
"jamstack"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"classnames": "^2.2.5",
|
|
|
|
"create-react-class": "^15.6.0",
|
|
|
|
"diacritics": "^1.3.0",
|
2018-07-06 18:56:28 -04:00
|
|
|
"emotion": "^9.1.3",
|
2018-07-03 15:47:15 -04:00
|
|
|
"fuzzy": "^0.1.1",
|
|
|
|
"gotrue-js": "^0.9.15",
|
|
|
|
"gray-matter": "^3.0.6",
|
|
|
|
"history": "^4.7.2",
|
|
|
|
"immutable": "^3.7.6",
|
|
|
|
"is-hotkey": "^0.1.1",
|
|
|
|
"js-base64": "^2.1.9",
|
|
|
|
"js-yaml": "^3.10.0",
|
|
|
|
"jwt-decode": "^2.1.0",
|
|
|
|
"lib": "^3.0.2",
|
|
|
|
"localforage": "^1.4.2",
|
2018-07-23 12:30:15 -04:00
|
|
|
"lodash": "^4.17.10",
|
2018-07-03 15:47:15 -04:00
|
|
|
"mdast-util-definitions": "^1.2.2",
|
|
|
|
"mdast-util-to-string": "^1.0.4",
|
|
|
|
"moment": "^2.11.2",
|
2018-07-17 19:13:52 -04:00
|
|
|
"netlify-cms-editor-component-image": "2.0.0-alpha.0",
|
|
|
|
"netlify-cms-lib-auth": "2.0.0-alpha.0",
|
|
|
|
"netlify-cms-lib-util": "2.0.0-alpha.0",
|
|
|
|
"netlify-cms-ui-default": "2.0.0-alpha.0",
|
2018-07-03 15:47:15 -04:00
|
|
|
"prop-types": "^15.5.10",
|
2018-07-17 11:37:17 -04:00
|
|
|
"react": "^16.4.1",
|
2018-07-03 15:47:15 -04:00
|
|
|
"react-aria-menubutton": "^5.1.0",
|
|
|
|
"react-autosuggest": "^9.3.2",
|
|
|
|
"react-datetime": "^2.11.0",
|
|
|
|
"react-dnd": "^2.5.4",
|
|
|
|
"react-dnd-html5-backend": "^2.5.4",
|
|
|
|
"react-dom": "^16.0.0",
|
2018-07-06 18:56:28 -04:00
|
|
|
"react-emotion": "^9.2.5",
|
2018-07-03 15:47:15 -04:00
|
|
|
"react-frame-component": "^2.0.0",
|
|
|
|
"react-hot-loader": "^4.0.0",
|
|
|
|
"react-immutable-proptypes": "^2.1.0",
|
|
|
|
"react-is": "16.3.1",
|
|
|
|
"react-modal": "^3.1.5",
|
|
|
|
"react-redux": "^4.4.0",
|
|
|
|
"react-router-dom": "^4.2.2",
|
|
|
|
"react-router-redux": "^5.0.0-alpha.8",
|
|
|
|
"react-scroll-sync": "^0.4.0",
|
|
|
|
"react-sortable-hoc": "^0.6.8",
|
2018-07-17 11:37:17 -04:00
|
|
|
"react-split-pane": "^0.1.82",
|
2018-07-03 15:47:15 -04:00
|
|
|
"react-textarea-autosize": "^5.2.0",
|
|
|
|
"react-toggled": "^1.1.2",
|
|
|
|
"react-topbar-progress-indicator": "^2.0.0",
|
|
|
|
"react-transition-group": "^2.2.1",
|
|
|
|
"react-waypoint": "^7.1.0",
|
2018-07-06 18:56:28 -04:00
|
|
|
"recompose": "^0.27.1",
|
2018-07-03 15:47:15 -04:00
|
|
|
"redux": "^3.3.1",
|
|
|
|
"redux-notifications": "^4.0.1",
|
|
|
|
"redux-optimist": "^0.0.2",
|
|
|
|
"redux-thunk": "^1.0.3",
|
|
|
|
"rehype-parse": "^3.1.0",
|
|
|
|
"rehype-remark": "^2.0.0",
|
|
|
|
"rehype-stringify": "^3.0.0",
|
|
|
|
"remark-parse": "^3.0.1",
|
|
|
|
"remark-rehype": "^2.0.0",
|
|
|
|
"remark-stringify": "^3.0.1",
|
|
|
|
"sanitize-filename": "^1.6.1",
|
|
|
|
"semaphore": "^1.0.5",
|
|
|
|
"slate": "^0.30.0",
|
|
|
|
"slate-edit-list": "^0.10.1",
|
|
|
|
"slate-edit-table": "^0.12.0",
|
|
|
|
"slate-plain-serializer": "^0.4.0",
|
|
|
|
"slate-react": "0.10.11",
|
|
|
|
"slate-soft-break": "^0.6.0",
|
|
|
|
"toml-j0.4": "^1.1.1",
|
|
|
|
"tomlify-j0.4": "^3.0.0-alpha.0",
|
|
|
|
"unified": "^6.1.4",
|
|
|
|
"unist-builder": "^1.0.2",
|
|
|
|
"unist-util-visit-parents": "^1.1.1",
|
|
|
|
"url": "^0.11.0",
|
|
|
|
"uuid": "^3.1.0",
|
|
|
|
"what-input": "^5.0.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-07-23 12:30:15 -04:00
|
|
|
"css-loader": "^1.0.0",
|
|
|
|
"friendly-errors-webpack-plugin": "^1.7.0",
|
|
|
|
"to-string-loader": "^1.1.5",
|
2018-07-17 19:13:52 -04:00
|
|
|
"webpack": "^4.16.1",
|
|
|
|
"webpack-cli": "^3.1.0",
|
2018-07-23 12:30:15 -04:00
|
|
|
"webpack-dev-server": "^3.1.5"
|
2018-07-03 15:47:15 -04:00
|
|
|
}
|
|
|
|
}
|