{
  "name": "slice-machine-ui",
  "version": "2.21.2",
  "license": "MIT",
  "description": "A visual builder for your Slice Models with all the tools you need to generate data models and mock CMS content locally.",
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com/prismicio/slice-machine.git",
    "directory": "packages/slice-machine"
  },
  "engines": {
    "node": ">=20.19.0"
  },
  "scripts": {
    "build": "yarn typed-css-modules && cross-env NODE_OPTIONS=--max_old_space_size=8192 next build",
    "dev": "concurrently \"yarn typed-css-modules:watch\" \"next dev\" --names \"typed-css-modules,next\" --prefix-colors auto",
    "lint": "eslint --max-warnings 0 --ext .ts,.tsx,.js,.jsx .",
    "stylelint": "stylelint --max-warnings 0 \"src/**/*.module.css\"",
    "prepack": "$npm_execpath run build",
    "storybook": "storybook dev --no-open --port 6006",
    "storybook-build": "storybook build",
    "test": "yarn lint && yarn stylelint && yarn typed-css-modules && yarn types && yarn unit && yarn build",
    "types": "tsc --noEmit",
    "typed-css-modules": "tcm --pattern \"src/**/*.module.css\" .",
    "typed-css-modules:watch": "yarn typed-css-modules --watch",
    "unit": "vitest run --coverage",
    "unit:watch": "vitest watch",
    "lint:precommit": "eslint --max-warnings 0",
    "stylelint:precommit": "stylelint --max-warnings 0",
    "depcheck": "depcheck --config=.depcheckrc",
    "audit": "yarn npm audit --environment production --severity high",
    "tsc-watch": "yarn tsc --watch"
  },
  "bin": {
    "start-slicemachine": "./bin/start-slicemachine.cjs"
  },
  "dependencies": {
    "@slicemachine/manager": "0.27.2",
    "start-slicemachine": "0.12.74"
  },
  "devDependencies": {
    "@emotion/react": "11.11.1",
    "@extractus/oembed-extractor": "3.1.8",
    "@prismicio/client": "7.17.0",
    "@prismicio/editor-fields": "0.4.90",
    "@prismicio/editor-support": "0.4.90",
    "@prismicio/editor-ui": "0.4.90",
    "@prismicio/mock": "0.7.1",
    "@prismicio/mocks": "2.14.0",
    "@prismicio/simulator": "0.1.4",
    "@prismicio/types-internal": "3.11.2",
    "@reach/menu-button": "0.18.0",
    "@sentry/nextjs": "7.43.0",
    "@storybook/addon-essentials": "7.0.10",
    "@storybook/react": "7.0.10",
    "@storybook/react-vite": "7.0.10",
    "@tanstack/react-query": "5.55.4",
    "@testing-library/dom": "9.3.0",
    "@testing-library/jest-dom": "5.16.5",
    "@testing-library/react": "14.0.0",
    "@testing-library/user-event": "14.4.3",
    "@theme-ui/color": "0.15.5",
    "@types/marked": "4.0.8",
    "@types/react": "18.0.28",
    "@types/react-beautiful-dnd": "13.1.3",
    "@types/react-modal": "3.13.1",
    "@types/react-select": "4.0.18",
    "@typescript-eslint/eslint-plugin": "7.17.0",
    "@typescript-eslint/parser": "7.17.0",
    "@vitejs/plugin-react": "3.1.0",
    "@vitest/coverage-v8": "0.32.0",
    "cloudinary-react": "1.8.1",
    "clsx": "1.2.1",
    "concurrently": "7.6.0",
    "connected-next-router": "4.2.0",
    "cross-env": "7.0.3",
    "depcheck": "1.4.3",
    "eslint": "8.56.0",
    "eslint-config-prettier": "9.0.0",
    "eslint-import-resolver-typescript": "3.5.3",
    "eslint-plugin-import": "2.27.5",
    "eslint-plugin-react-hooks": "4.6.0",
    "eslint-plugin-storybook": "0.6.12",
    "fast-deep-equal": "3.1.3",
    "formdata-polyfill": "4.0.10",
    "formik": "2.4.1",
    "fp-ts": "2.13.1",
    "highlight.js": "11.7.0",
    "io-ts": "2.2.20",
    "io-ts-types": "0.5.19",
    "jsdom": "21.1.1",
    "lodash": "4.17.21",
    "marked": "4.2.12",
    "monocle-ts": "2.3.13",
    "msw": "1.1.0",
    "newtype-ts": "0.3.5",
    "next": "14.2.32",
    "next-router-mock": "0.8.0",
    "node-fetch": "3.3.1",
    "parse-multipart-data": "1.5.0",
    "postcss": "8.4.21",
    "postcss-flexbugs-fixes": "5.0.2",
    "postcss-preset-env": "9.3.0",
    "rc-drawer": "4.4.3",
    "react": "18.2.0",
    "react-beautiful-dnd": "13.1.1",
    "react-datepicker": "4.10.0",
    "react-dom": "18.2.0",
    "react-hotkeys-hook": "4.4.1",
    "react-icons": "4.8.0",
    "react-markdown": "8.0.7",
    "react-modal": "3.16.1",
    "react-redux": "8.0.7",
    "react-select": "5.7.3",
    "react-tabs": "5.2.0",
    "react-tiny-popover": "7.2.4",
    "react-toastify": "9.1.1",
    "react-tooltip": "4.5.1",
    "redux": "4.2.1",
    "redux-persist": "6.0.0",
    "remark-gfm": "3.0.1",
    "semver": "7.3.8",
    "storybook": "7.1.0",
    "stylelint": "16.2.0",
    "stylelint-config-css-modules": "4.4.0",
    "stylelint-config-recommended": "14.0.0",
    "swr": "1.3.0",
    "theme-ui": "0.15.5",
    "typed-css-modules": "0.8.1",
    "typesafe-actions": "5.1.0",
    "typescript": "5.4.5",
    "vite": "5.4.20",
    "vitest": "0.32.0",
    "yup": "0.32.11",
    "zod": "3.23.8"
  }
}