2018-07-03 15:47:15 -04:00
|
|
|
{
|
|
|
|
"name": "netlify-cms-core",
|
2018-07-23 23:40:48 -04:00
|
|
|
"description": "Netlify CMS core application, see netlify-cms package for the main distribution.",
|
2022-09-28 20:04:00 -06:00
|
|
|
"version": "2.55.59",
|
2018-07-26 18:01:26 -04:00
|
|
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core",
|
|
|
|
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
2019-03-22 08:24:46 -07:00
|
|
|
"module": "dist/esm/index.js",
|
2018-07-17 19:13:52 -04:00
|
|
|
"main": "dist/netlify-cms-core.js",
|
2018-07-03 15:47:15 -04:00
|
|
|
"files": [
|
|
|
|
"src/",
|
2019-12-02 12:04:07 +01:00
|
|
|
"dist/",
|
|
|
|
"index.d.ts"
|
2018-07-03 15:47:15 -04:00
|
|
|
],
|
2019-12-02 12:04:07 +01:00
|
|
|
"types": "index.d.ts",
|
2018-07-03 15:47:15 -04:00
|
|
|
"scripts": {
|
2022-09-28 20:04:00 -06:00
|
|
|
"develop": "webpack serve --hot",
|
2020-06-09 12:46:58 +03:00
|
|
|
"webpack": "node --max_old_space_size=4096 ../../node_modules/webpack/bin/webpack.js",
|
|
|
|
"build": "cross-env NODE_ENV=production run-s webpack",
|
2022-09-28 20:04:00 -06:00
|
|
|
"build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore **/__tests__ --root-mode upward --extensions \".js,.jsx,.ts,.tsx\""
|
2018-07-03 15:47:15 -04:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"netlify",
|
|
|
|
"cms",
|
2018-07-23 23:40:48 -04:00
|
|
|
"core"
|
2018-07-03 15:47:15 -04:00
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2022-09-28 20:04:00 -06:00
|
|
|
"@emotion/css": "11.10.0",
|
|
|
|
"@emotion/react": "11.10.4",
|
|
|
|
"@emotion/styled": "11.10.4",
|
|
|
|
"@hot-loader/react-dom": "17.0.2",
|
2020-05-11 13:24:01 +03:00
|
|
|
"@iarna/toml": "2.2.5",
|
2022-09-28 20:04:00 -06:00
|
|
|
"@mui/icons-material": "5.10.6",
|
|
|
|
"@mui/material": "5.10.6",
|
|
|
|
"@reduxjs/toolkit": "1.8.5",
|
|
|
|
"ajv": "6.12.6",
|
|
|
|
"ajv-errors": "1.0.1",
|
|
|
|
"ajv-keywords": "3.5.2",
|
|
|
|
"apollo-cache-inmemory": "1.6.6",
|
|
|
|
"apollo-client": "2.6.10",
|
|
|
|
"apollo-link-context": "1.0.20",
|
|
|
|
"apollo-link-http": "1.5.17",
|
|
|
|
"array-move": "4.0.0",
|
|
|
|
"clean-stack": "4.2.0",
|
|
|
|
"codemirror": "5.65.9",
|
|
|
|
"common-tags": "1.8.1",
|
|
|
|
"copy-text-to-clipboard": "3.0.1",
|
|
|
|
"create-react-class": "15.7.0",
|
|
|
|
"deepmerge": "4.2.2",
|
|
|
|
"diacritics": "1.3.0",
|
|
|
|
"dompurify": "2.4.0",
|
|
|
|
"fuzzy": "0.1.3",
|
|
|
|
"gotrue-js": "0.9.29",
|
|
|
|
"graphql": "15.8.0",
|
|
|
|
"graphql-tag": "2.12.6",
|
|
|
|
"gray-matter": "4.0.3",
|
|
|
|
"history": "4.10.1",
|
|
|
|
"immer": "9.0.15",
|
|
|
|
"immutable": "3.8.2",
|
|
|
|
"ini": "2.0.0",
|
|
|
|
"is-hotkey": "0.2.0",
|
|
|
|
"js-base64": "3.7.2",
|
|
|
|
"js-sha256": "0.9.0",
|
|
|
|
"jwt-decode": "3.1.2",
|
|
|
|
"localforage": "1.10.0",
|
|
|
|
"lodash": "4.17.21",
|
|
|
|
"mdast-util-definitions": "1.2.5",
|
|
|
|
"mdast-util-to-string": "1.1.0",
|
|
|
|
"minimatch": "3.0.4",
|
|
|
|
"moment": "2.29.4",
|
|
|
|
"node-polyglot": "2.4.2",
|
|
|
|
"ol": "6.15.1",
|
|
|
|
"prop-types": "15.8.1",
|
|
|
|
"react": "17.0.2",
|
|
|
|
"react-aria-menubutton": "7.0.3",
|
|
|
|
"react-codemirror2": "7.2.1",
|
|
|
|
"react-color": "2.19.3",
|
|
|
|
"react-datetime": "3.1.1",
|
|
|
|
"react-dnd": "14.0.5",
|
|
|
|
"react-dnd-html5-backend": "14.1.0",
|
|
|
|
"react-dom": "17.0.2",
|
|
|
|
"react-frame-component": "5.2.3",
|
|
|
|
"react-hot-loader": "4.13.0",
|
|
|
|
"react-immutable-proptypes": "2.2.0",
|
2022-09-19 21:15:15 -04:00
|
|
|
"react-is": "18.2.0",
|
2022-09-28 20:04:00 -06:00
|
|
|
"react-markdown": "6.0.3",
|
|
|
|
"react-modal": "3.15.1",
|
|
|
|
"react-polyglot": "0.7.2",
|
|
|
|
"react-redux": "8.0.4",
|
|
|
|
"react-router-dom": "5.3.3",
|
|
|
|
"react-scroll-sync": "0.9.0",
|
|
|
|
"react-select": "4.3.1",
|
|
|
|
"react-sortable-hoc": "2.0.0",
|
|
|
|
"react-split-pane": "0.1.92",
|
|
|
|
"react-textarea-autosize": "8.3.4",
|
|
|
|
"react-toggled": "1.2.7",
|
|
|
|
"react-topbar-progress-indicator": "4.1.1",
|
|
|
|
"react-transition-group": "4.4.5",
|
|
|
|
"react-virtualized-auto-sizer": "1.0.7",
|
|
|
|
"react-waypoint": "10.3.0",
|
|
|
|
"react-window": "1.8.7",
|
|
|
|
"rehype-parse": "6.0.2",
|
|
|
|
"rehype-remark": "8.1.1",
|
|
|
|
"rehype-stringify": "7.0.0",
|
2022-09-07 12:15:43 -04:00
|
|
|
"remark-gfm": "3.0.1",
|
2022-09-28 20:04:00 -06:00
|
|
|
"remark-parse": "6.0.3",
|
|
|
|
"remark-rehype": "4.0.1",
|
|
|
|
"remark-stringify": "6.0.4",
|
|
|
|
"sanitize-filename": "1.6.3",
|
|
|
|
"semaphore": "1.1.0",
|
|
|
|
"slate": "0.47.9",
|
|
|
|
"slate-base64-serializer": "0.2.115",
|
|
|
|
"slate-plain-serializer": "0.7.13",
|
|
|
|
"slate-react": "0.22.10",
|
|
|
|
"slate-soft-break": "0.9.0",
|
|
|
|
"tomlify-j0.4": "3.0.0",
|
|
|
|
"unified": "7.1.0",
|
|
|
|
"unist-builder": "1.0.4",
|
|
|
|
"unist-util-visit-parents": "2.1.2",
|
|
|
|
"uploadcare-widget": "3.19.0",
|
|
|
|
"uploadcare-widget-tab-effects": "1.5.0",
|
|
|
|
"url": "0.11.0",
|
|
|
|
"url-join": "4.0.1",
|
|
|
|
"uuid": "3.4.0",
|
|
|
|
"validate-color": "2.2.1",
|
|
|
|
"what-input": "5.2.12",
|
|
|
|
"what-the-diff": "0.6.0",
|
|
|
|
"yaml": "1.10.2"
|
2019-08-24 21:03:09 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-09-28 20:04:00 -06:00
|
|
|
"@types/history": "4.7.11",
|
|
|
|
"@types/react": "17.0.50",
|
|
|
|
"@types/react-dom": "17.0.17",
|
|
|
|
"@types/react-router-dom": "5.3.3",
|
2022-09-20 11:34:29 -04:00
|
|
|
"@types/react-scroll-sync": "0.8.4",
|
2022-09-28 20:04:00 -06:00
|
|
|
"@types/url-join": "4.0.1",
|
|
|
|
"commonmark": "0.30.0",
|
|
|
|
"commonmark-spec": "0.30.0",
|
|
|
|
"cross-env": "7.0.3",
|
|
|
|
"react-svg-loader": "3.0.3",
|
|
|
|
"slate-hyperscript": "0.13.9",
|
|
|
|
"webpack": "4.46.0",
|
|
|
|
"webpack-cli": "4.10.0"
|
2018-07-26 14:46:10 -04:00
|
|
|
}
|
2018-07-03 15:47:15 -04:00
|
|
|
}
|