{ "name": "@staticcms/core", "version": "1.0.0-beta.6", "license": "MIT", "description": "Static CMS core application.", "repository": "https://github.com/StaticJsCMS/static-cms", "bugs": "https://github.com/StaticJsCMS/static-cms/issues", "keywords": [ "simple", "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/**/*.{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/**/*.{js,jsx,ts,tsx,css}\" --list-different", "lint:js": "eslint --color \"src/**/*.{ts,tsx}\"", "lint": "run-p -c --aggregate-output \"lint:*\"", "prepublishOnly": "yarn build ", "prepack": "cp ../../README.md ./", "postpack": "rm ./README.md", "serve": "webpack serve", "test": "cross-env NODE_ENV=test jest", "test:integration": "cross-env NODE_ENV=test jest -c jest.config.integration.js", "test:ci": "cross-env NODE_ENV=test jest --maxWorkers=2", "test:integration:ci": "cross-env NODE_ENV=test jest -c jest.config.integration.js --maxWorkers=2", "type-check": "tsc --watch" }, "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.19.1", "@babel/runtime": "7.20.7", "@codemirror/autocomplete": "6.4.0", "@codemirror/commands": "6.1.2", "@codemirror/language": "6.3.2", "@codemirror/language-data": "6.1.0", "@codemirror/legacy-modes": "6.3.1", "@codemirror/lint": "6.1.0", "@codemirror/search": "6.2.3", "@codemirror/state": "6.1.4", "@codemirror/theme-one-dark": "6.1.0", "@codemirror/view": "6.7.1", "@dnd-kit/core": "6.0.6", "@dnd-kit/sortable": "7.0.1", "@dnd-kit/utilities": "3.2.1", "@emotion/babel-preset-css-prop": "11.10.0", "@emotion/css": "11.10.5", "@emotion/react": "11.10.5", "@emotion/styled": "11.10.5", "@lezer/common": "1.0.2", "@mdx-js/mdx": "2.2.1", "@mdx-js/react": "2.2.1", "@mui/icons-material": "5.11.0", "@mui/material": "5.11.1", "@mui/system": "5.11.1", "@mui/x-date-pickers": "5.0.11", "@reduxjs/toolkit": "1.9.1", "@styled-icons/fluentui-system-regular": "10.47.0", "@styled-icons/remix-editor": "10.46.0", "@udecode/plate": "18.14.1", "@udecode/plate-juice": "18.13.0", "@udecode/plate-serializer-md": "18.13.0", "@uiw/codemirror-extensions-langs": "4.19.4", "@uiw/react-codemirror": "4.19.4", "ajv": "8.11.2", "ajv-errors": "3.0.0", "ajv-keywords": "5.1.0", "array-move": "4.0.0", "buffer": "6.0.3", "clean-stack": "5.1.0", "codemirror": "6.0.1", "common-tags": "1.8.2", "copy-text-to-clipboard": "3.0.1", "create-react-class": "15.7.0", "date-fns": "2.29.3", "deepmerge": "4.2.2", "diacritics": "1.3.0", "escape-html": "1.0.3", "eslint-config-prettier": "8.5.0", "eslint-plugin-babel": "5.3.1", "fuzzy": "0.1.3", "globby": "13.1.3", "gotrue-js": "0.9.29", "graphql": "16.6.0", "graphql-tag": "2.12.6", "gray-matter": "4.0.3", "history": "5.3.0", "immer": "9.0.16", "ini": "3.0.1", "is-hotkey": "0.2.0", "js-base64": "3.7.3", "js-sha256": "0.9.0", "jwt-decode": "3.1.2", "localforage": "1.10.0", "lodash": "4.17.21", "minimatch": "5.1.2", "moment": "2.29.4", "node-polyglot": "2.4.2", "ol": "7.2.2", "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.4", "react-is": "18.2.0", "react-polyglot": "0.7.2", "react-redux": "8.0.5", "react-router-dom": "6.6.0", "react-scroll-sync": "0.11.0", "react-textarea-autosize": "8.4.0", "react-topbar-progress-indicator": "4.1.1", "react-virtualized-auto-sizer": "1.0.7", "react-waypoint": "10.3.0", "react-window": "1.8.8", "remark-gfm": "3.0.1", "remark-html": "15.0.1", "remark-mdx": "2.2.1", "remark-parse": "10.0.1", "sanitize-filename": "1.6.3", "scheduler": "0.23.0", "semaphore": "1.1.0", "slate": "0.87.0", "slate-history": "0.86.0", "slate-hyperscript": "0.77.0", "slate-react": "0.88.0", "stream-browserify": "3.0.0", "styled-components": "5.3.6", "symbol-observable": "4.0.0", "unified": "10.1.2", "unist-util-visit": "4.1.1", "uploadcare-widget": "3.21.0", "uploadcare-widget-tab-effects": "1.6.0", "url": "0.11.0", "url-join": "5.0.0", "uuid": "9.0.0", "validate-color": "2.2.1", "vfile": "5.3.6", "vfile-message": "3.1.3", "vfile-statistics": "2.0.0", "what-input": "5.2.12", "what-the-diff": "0.6.0", "yaml": "2.2.0" }, "devDependencies": { "@babel/cli": "7.20.7", "@babel/core": "7.20.7", "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/plugin-proposal-export-default-from": "7.18.10", "@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.20.7", "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/preset-env": "7.20.2", "@babel/preset-react": "7.18.6", "@babel/preset-typescript": "7.18.6", "@emotion/eslint-plugin": "11.10.0", "@emotion/jest": "11.10.5", "@pmmmwh/react-refresh-webpack-plugin": "0.5.10", "@simbathesailor/use-what-changed": "2.0.0", "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "13.4.0", "@types/common-tags": "1.8.1", "@types/create-react-class": "15.6.3", "@types/fs-extra": "9.0.13", "@types/is-hotkey": "0.1.7", "@types/jest": "29.2.4", "@types/js-yaml": "4.0.5", "@types/jwt-decode": "2.2.1", "@types/lodash": "4.14.191", "@types/minimatch": "5.1.2", "@types/node": "16.18.10", "@types/node-fetch": "2.6.2", "@types/react": "18.0.26", "@types/react-color": "3.0.6", "@types/react-dom": "18.0.10", "@types/react-scroll-sync": "0.8.4", "@types/react-virtualized-auto-sizer": "1.0.1", "@types/react-window": "1.8.5", "@types/styled-components": "5.1.26", "@types/url-join": "4.0.1", "@types/uuid": "9.0.0", "@typescript-eslint/eslint-plugin": "5.47.0", "@typescript-eslint/parser": "5.47.0", "axios": "1.2.1", "babel-core": "7.0.0-bridge.0", "babel-loader": "9.1.0", "babel-plugin-emotion": "11.0.0", "babel-plugin-inline-json-import": "0.3.2", "babel-plugin-inline-react-svg": "2.0.1", "babel-plugin-lodash": "3.3.4", "babel-plugin-transform-builtin-extend": "1.1.2", "babel-plugin-transform-define": "2.1.0", "babel-plugin-transform-export-extensions": "6.22.0", "babel-plugin-transform-inline-environment-variables": "0.4.4", "cache-me-outside": "1.0.0", "commonmark": "0.30.0", "commonmark-spec": "0.30.0", "cross-env": "7.0.3", "css-loader": "6.7.3", "dotenv": "16.0.3", "eslint": "8.30.0", "eslint-import-resolver-typescript": "3.5.2", "eslint-plugin-cypress": "2.12.1", "eslint-plugin-import": "2.26.0", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-react": "7.31.11", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-unicorn": "45.0.2", "execa": "6.1.0", "fs-extra": "11.1.0", "gitlab": "14.2.2", "http-server": "14.1.1", "jest": "29.3.1", "jest-environment-jsdom": "29.3.1", "js-yaml": "4.1.0", "mockserver-client": "5.14.0", "mockserver-node": "5.14.0", "ncp": "2.0.0", "node-fetch": "3.3.0", "npm-run-all": "4.1.5", "postcss": "8.4.20", "postcss-scss": "4.0.6", "prettier": "2.8.1", "process": "0.11.10", "react-refresh": "0.14.0", "react-svg-loader": "3.0.3", "rimraf": "3.0.2", "simple-git": "3.15.1", "source-map-loader": "4.0.1", "style-loader": "3.3.1", "to-string-loader": "1.2.0", "ts-jest": "29.0.3", "tsconfig-paths-webpack-plugin": "4.0.0", "typescript": "4.9.4", "webpack": "5.75.0", "webpack-cli": "5.0.1", "webpack-dev-server": "4.11.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" } }