{ "name": "netlify-cms-core", "description": "Netlify CMS lets content editors work on structured content stored in git", "version": "2.0.0-alpha.0", "main": "dist/cms.js", "lint-staged": { "*.js": [ "eslint --fix", "jest --findRelatedTests", "git add" ] }, "files": [ "src/", "dist/" ], "scripts": { "watch": "cross-env NETLIFY_CMS_VERSION=$npm_package_version parcel example/index.html --no-cache --open", "build": "cross-env NETLIFY_CMS_VERSION=$npm_package_version parcel build example/index.html --no-cache" }, "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", "emotion": "^9.1.3", "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", "lodash": "^4.13.1", "mdast-util-definitions": "^1.2.2", "mdast-util-to-string": "^1.0.4", "moment": "^2.11.2", "netlify-cms-editor-component-image": "file:../netlify-cms-editor-component-image", "netlify-cms-lib-auth": "file:../netlify-cms-lib-auth", "netlify-cms-lib-util": "file:../netlify-cms-lib-util", "netlify-cms-ui-default": "file:../netlify-cms-ui-default", "prop-types": "^15.5.10", "react": "^16.4.1", "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", "react-emotion": "^9.2.5", "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", "react-split-pane": "^0.1.82", "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", "recompose": "^0.27.1", "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": { "cross-env": "^5.2.0", "parcel-bundler": "^1.9.4" } }