174d86f0a0
* refactor: typescript search actions, add tests avoid duplicate search * refactor: switch from promise chain to async/await in loadEntries * feat: add sorting, initial commit * fix: set isFetching to true on entries request * fix: ui improvments and bug fixes * test: fix tests * feat(backend-gitlab): cache local tree) * fix: fix prop type warning * refactor: code cleanup * feat(backend-bitbucket): add local tree caching support * feat: swtich to orderBy and support multiple sort keys * fix: backoff function * fix: improve backoff * feat: infer sortable fields * feat: fetch file commit metadata - initial commit * feat: extract file author and date, finalize GitLab & Bitbucket * refactor: code cleanup * feat: handle github rate limit errors * refactor: code cleanup * fix(github): add missing author and date when traversing cursor * fix: add missing author and date when traversing cursor * refactor: code cleanup * refactor: code cleanup * refactor: code cleanup * test: fix tests * fix: rebuild local tree when head doesn't exist in remote branch * fix: allow sortable fields to be an empty array * fix: allow translation of built in sort fields * build: fix proxy server build * fix: hide commit author and date fields by default on non git backends * fix(algolia): add listAllEntries method for alogolia integration * fix: handle sort fields overflow * test(bitbucket): re-record some bitbucket e2e tests * test(bitbucket): fix media library test * refactor(gitgateway-gitlab): share request code and handle 404 errors * fix: always show commit date by default * docs: add sortableFields * refactor: code cleanup * improvement: drop multi-sort, rework sort UI * chore: force main package bumps Co-authored-by: Shawn Erquhart <shawn@erquh.art>
32 lines
940 B
JSON
32 lines
940 B
JSON
{
|
|
"name": "netlify-cms",
|
|
"description": "An extensible, open source, Git-based, React CMS for static sites.",
|
|
"version": "2.10.36",
|
|
"homepage": "https://www.netlifycms.org",
|
|
"repository": "https://github.com/netlify/netlify-cms",
|
|
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
|
"main": "dist/netlify-cms.js",
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production webpack",
|
|
"build-preview": "cross-env NODE_ENV=production webpack-dev-server --open",
|
|
"develop": "webpack-dev-server --hot"
|
|
},
|
|
"keywords": [
|
|
"netlify",
|
|
"cms",
|
|
"content editing",
|
|
"static site generators",
|
|
"jamstack"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"codemirror": "^5.46.0",
|
|
"netlify-cms-app": "^2.12.0",
|
|
"netlify-cms-media-library-cloudinary": "^1.3.4",
|
|
"netlify-cms-media-library-uploadcare": "^0.5.5",
|
|
"react": "^16.8.4",
|
|
"react-dom": "^16.8.4"
|
|
},
|
|
"incrementToForceBump": 2
|
|
}
|