{ "name": "@staticcms/core", "version": "4.3.0", "license": "MIT", "description": "Static CMS core application.", "repository": "https://github.com/StaticJsCMS/static-cms", "bugs": "https://github.com/StaticJsCMS/static-cms/issues", "keywords": [ "static", "cms", "core" ], "scripts": { "build:webpack": "webpack", "build:types": "tsc", "build": "cross-env NODE_ENV=production run-s clean build:webpack build:types", "clean": "rimraf dist dev-test/dist", "dev": "run-s clean serve", "format:prettier": "prettier \"{src,test}/**/*.{js,jsx,ts,tsx,css}\" --write", "format": "run-s \"lint:js --fix --quiet\" \"format:prettier\"", "lint-quiet": "run-p -c --aggregate-output \"lint:* --quiet\"", "lint:format": "prettier \"{src,test}/**/*.{js,jsx,ts,tsx,css}\" --list-different", "lint:js": "eslint --color \"{src,test}/**/*.{ts,tsx}\" --max-warnings=0", "lint": "run-p -c --aggregate-output \"lint:*\"", "prepublishOnly": "yarn build ", "prepack": "cp ../../README.md ./", "postpack": "rm ./README.md", "serve": "webpack serve --config-name configMain", "test": "cross-env NODE_ENV=test yarn run-s clean test:unit", "test:unit": "jest", "test:integration": "cross-env NODE_ENV=test jest -c jest.config.integration.js", "test:ci": "cross-env NODE_ENV=test jest --maxWorkers=2 --coverage", "test:integration:ci": "cross-env NODE_ENV=test jest -c jest.config.integration.js --maxWorkers=2", "type-check": "tsc --watch --project tsconfig.dev.json" }, "main": "dist/static-cms-core.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "browserslist": [ "last 2 Chrome versions", "last 2 ChromeAndroid versions", "last 2 Edge versions", "last 2 Firefox versions", "last 2 iOS versions", "last 2 Opera versions", "last 2 Safari versions" ], "dependencies": { "@babel/eslint-parser": "7.23.3", "@babel/runtime": "7.23.7", "@codemirror/autocomplete": "6.9.1", "@codemirror/commands": "6.3.0", "@codemirror/language": "6.9.1", "@codemirror/language-data": "6.3.1", "@codemirror/legacy-modes": "6.3.3", "@codemirror/lint": "6.4.2", "@codemirror/search": "6.5.4", "@codemirror/state": "6.2.1", "@codemirror/theme-one-dark": "6.1.2", "@codemirror/view": "6.21.2", "@dnd-kit/core": "6.1.0", "@dnd-kit/sortable": "8.0.0", "@dnd-kit/utilities": "3.2.2", "@emotion/react": "11.11.3", "@emotion/styled": "11.11.0", "@lezer/common": "1.1.0", "@mdx-js/mdx": "3.0.0", "@mdx-js/react": "3.0.0", "@mui/base": "5.0.0-beta.30", "@mui/material": "6.3.0", "@mui/system": "6.3.0", "@mui/x-date-pickers": "7.23.3", "@reduxjs/toolkit": "1.9.7", "@styled-icons/bootstrap": "10.47.0", "@styled-icons/fa-brands": "10.47.0", "@styled-icons/fluentui-system-regular": "10.47.0", "@styled-icons/heroicons-outline": "10.47.0", "@styled-icons/material": "10.47.0", "@styled-icons/material-outlined": "10.47.0", "@styled-icons/material-rounded": "10.47.0", "@styled-icons/simple-icons": "10.46.0", "@tanstack/react-virtual": "3.0.1", "@udecode/plate": "23.7.4", "@udecode/plate-cursor": "23.7.4", "@udecode/plate-juice": "23.7.4", "@udecode/plate-serializer-md": "23.7.4", "@uiw/codemirror-extensions-langs": "4.19.16", "@uiw/react-codemirror": "4.19.16", "ajv": "8.17.1", "ajv-errors": "3.0.0", "ajv-keywords": "5.1.0", "buffer": "6.0.3", "clean-stack": "5.2.0", "codemirror": "6.0.1", "common-tags": "1.8.2", "copy-text-to-clipboard": "3.2.0", "create-react-class": "15.7.0", "date-fns": "3.6.0", "deepmerge": "4.3.1", "diacritics": "1.3.0", "escape-html": "1.0.3", "eslint-config-prettier": "9.1.0", "eslint-plugin-babel": "5.3.1", "fuzzy": "0.1.3", "globby": "14.0.0", "gotrue-js": "0.9.29", "graphql": "16.8.1", "graphql-tag": "2.12.6", "gray-matter": "4.0.3", "history": "5.3.0", "immer": "10.0.3", "immutable": "5.0.0-beta.4", "ini": "4.1.1", "is-hotkey": "0.2.0", "js-base64": "3.7.5", "js-sha256": "0.10.1", "jwt-decode": "4.0.0", "localforage": "1.10.0", "lodash": "4.17.21", "mdast-util-gfm-footnote": "2.0.0", "mdast-util-gfm-strikethrough": "2.0.0", "mdast-util-gfm-table": "2.0.0", "mdast-util-gfm-task-list-item": "2.0.0", "micromark-extension-gfm-footnote": "2.0.0", "micromark-extension-gfm-strikethrough": "2.0.0", "micromark-extension-gfm-table": "2.0.0", "micromark-extension-gfm-task-list-item": "2.0.1", "micromark-util-combine-extensions": "2.0.0", "minimatch": "9.0.3", "node-polyglot": "2.5.0", "ol": "7.3.0", "path-browserify": "1.0.1", "prop-types": "15.8.1", "react": "18.2.0", "react-color": "2.19.3", "react-dnd": "16.0.1", "react-dnd-html5-backend": "16.0.1", "react-dom": "18.2.0", "react-frame-component": "5.2.6", "react-is": "18.2.0", "react-markdown": "9.0.1", "react-polyglot": "0.7.2", "react-redux": "8.1.3", "react-resizable-panels": "0.0.55", "react-router-dom": "6.21.1", "react-scroll-sync": "0.11.2", "react-topbar-progress-indicator": "4.1.1", "react-virtualized-auto-sizer": "1.0.20", "react-waypoint": "10.3.0", "react-window": "1.8.10", "remark-gfm": "4.0.0", "remark-html": "16.0.1", "remark-mdx": "3.0.0", "remark-parse": "11.0.0", "sanitize-filename": "1.6.3", "scheduler": "0.23.0", "semaphore": "1.1.0", "slate": "0.94.1", "slate-history": "0.93.0", "slate-hyperscript": "0.77.0", "slate-react": "0.98.3", "stream-browserify": "3.0.0", "styled-components": "5.3.11", "symbol-observable": "4.0.0", "unified": "11.0.4", "unist-util-visit": "5.0.0", "url": "0.11.4", "url-join": "5.0.0", "uuid": "9.0.1", "validate-color": "2.2.4", "vfile": "6.0.1", "vfile-message": "4.0.2", "vfile-statistics": "3.0.0", "what-the-diff": "0.6.0", "yaml": "2.3.4", "isomorphic-git": "1.27.2", "@isomorphic-git/lightning-fs": "4.6.0" }, "devDependencies": { "@babel/cli": "7.26.4", "@babel/core": "7.26.0", "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/plugin-proposal-export-default-from": "7.25.9", "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6", "@babel/plugin-proposal-numeric-separator": "7.18.6", "@babel/plugin-proposal-object-rest-spread": "7.20.7", "@babel/plugin-proposal-optional-chaining": "7.21.0", "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/preset-env": "7.26.0", "@babel/preset-react": "7.26.3", "@babel/preset-typescript": "7.26.0", "@iarna/toml": "2.2.5", "@pmmmwh/react-refresh-webpack-plugin": "0.5.11", "@simbathesailor/use-what-changed": "2.0.0", "@testing-library/dom": "9.3.3", "@testing-library/jest-dom": "6.2.0", "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.2", "@types/common-tags": "1.8.4", "@types/create-react-class": "15.6.6", "@types/fs-extra": "11.0.4", "@types/is-hotkey": "0.1.10", "@types/jest": "29.5.11", "@types/js-yaml": "4.0.9", "@types/lodash": "4.14.202", "@types/minimatch": "5.1.2", "@types/node": "18.19.4", "@types/react": "18.2.46", "@types/react-color": "3.0.11", "@types/react-dom": "18.2.18", "@types/react-virtualized-auto-sizer": "1.0.4", "@types/react-window": "1.8.8", "@types/unist": "3.0.2", "@types/url-join": "4.0.3", "@types/uuid": "9.0.7", "@typescript-eslint/eslint-plugin": "6.17.0", "@typescript-eslint/parser": "6.17.0", "autoprefixer": "10.4.16", "babel-core": "7.0.0-bridge.0", "babel-loader": "9.1.3", "babel-plugin-inline-json-import": "0.3.2", "babel-plugin-inline-react-svg": "2.0.2", "@sigmacomputing/babel-plugin-lodash": "3.3.5", "babel-plugin-transform-builtin-extend": "1.1.2", "babel-plugin-transform-define": "2.1.4", "babel-plugin-transform-export-extensions": "6.22.0", "babel-plugin-transform-inline-environment-variables": "0.4.4", "commonmark": "0.30.0", "commonmark-spec": "0.30.0", "cross-env": "7.0.3", "css-loader": "6.8.1", "dotenv": "16.3.1", "eslint": "8.56.0", "eslint-import-resolver-typescript": "3.6.1", "eslint-plugin-cypress": "2.15.1", "eslint-plugin-import": "2.29.1", "eslint-plugin-prettier": "5.1.2", "eslint-plugin-react": "7.33.2", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-unicorn": "50.0.1", "execa": "8.0.1", "fs-extra": "11.2.0", "gitlab": "14.2.2", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "js-yaml": "4.1.0", "mini-css-extract-plugin": "2.7.6", "ncp": "2.0.0", "npm-run-all": "4.1.5", "postcss": "8.4.32", "postcss-loader": "7.3.4", "prettier": "3.1.1", "process": "0.11.10", "react-refresh": "0.14.0", "react-svg-loader": "3.0.3", "rimraf": "5.0.5", "simple-git": "3.22.0", "source-map-loader": "4.0.2", "style-loader": "3.3.3", "tailwindcss": "3.4.0", "to-string-loader": "1.2.0", "ts-jest": "29.1.1", "ts-node": "10.9.2", "tsconfig-paths-webpack-plugin": "4.1.0", "typescript": "5.3.3", "webpack": "5.89.0", "webpack-cli": "5.1.4", "webpack-dev-server": "4.15.1" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "lint-staged": { "*.ts": "prettier --write", "*.tsx": "prettier --write" } }