{
  "name": "@galaxy-ds/core",
  "version": "2.2.8",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "description": "React LEAP design system has been created to help you build UI components in isolation from the main app's business logic, data, and context. Explore our components, patterns, layouts and find all of the resources you need to build faster.",
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "yarn run rollup -c",
    "lint": "eslint --ext .ts,.tsx .",
    "lint-staged": "lint-staged",
    "prettier:check": "prettier 'src/**/*.{ts,tsx}' --check",
    "prettier": "prettier 'src/**/*.{ts,tsx}' --write",
    "test": "jest",
    "test:watch": "jest --watch",
    "storybook": "storybook dev -p 6006",
    "storybook:export": "storybook build",
    "prepublishOnly": "yarn build",
    "changeset:add": "yarn changeset add",
    "changeset:version": "yarn changeset version"
  },
  "peerDependencies": {
    "@emotion/react": "11",
    "@emotion/server": "11",
    "@emotion/styled": "11",
    "react": ">=18.3.1",
    "react-dom": ">=18.3.1"
  },
  "dependencies": {
    "react": ">=18.3.1",
    "react-date-range": "^1.4.0",
    "react-dom": ">=18.3.1",
    "react-dropzone": "^14.2.2"
  },
  "devDependencies": {
    "@babel/core": "^7.23.9",
    "@babel/eslint-parser": "^7.23.10",
    "@babel/plugin-syntax-import-assertions": "^7.23.3",
    "@babel/preset-env": "^7.23.9",
    "@babel/preset-react": "^7.23.3",
    "@babel/preset-typescript": "^7.23.3",
    "@changesets/cli": "^2.27.7",
    "@emotion/cache": "^11.7.1",
    "@emotion/react": "^11.7.1",
    "@emotion/server": "^11.4.0",
    "@emotion/styled": "^11.8.1",
    "@eslint/js": "^8.57.0",
    "@galaxy-ds/icons": "1.0.28",
    "@galaxy-ds/tokens": "^1.0.1",
    "@geometricpanda/storybook-addon-badges": "^2.0.5",
    "@mui/material": "^6.1.7",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.6",
    "@storybook/addon-a11y": "^8.4.6",
    "@storybook/addon-actions": "^8.4.6",
    "@storybook/addon-essentials": "^8.4.6",
    "@storybook/addon-interactions": "^8.4.6",
    "@storybook/addon-links": "^8.4.6",
    "@storybook/addon-mdx-gfm": "^8.4.6",
    "@storybook/addon-themes": "^8.4.6",
    "@storybook/addon-webpack5-compiler-babel": "^4.0.1",
    "@storybook/manager-api": "^8.4.6",
    "@storybook/preview-api": "^8.4.6",
    "@storybook/react": "^8.4.6",
    "@storybook/react-webpack5": "^8.4.6",
    "@storybook/test": "^8.4.6",
    "@storybook/test-runner": "^0.20.1",
    "@storybook/theming": "^8.4.6",
    "@storybook/types": "^8.4.6",
    "@stylistic/eslint-plugin": "^1.6.2",
    "@testing-library/dom": "^9.3.4",
    "@testing-library/jest-dom": "^6.4.2",
    "@testing-library/react": "^14.2.1",
    "@testing-library/user-event": "^14.5.2",
    "@tiptap/extension-ordered-list": "2.8.0",
    "@tiptap/extension-text-style": "2.8.0",
    "@tiptap/pm": "2.8.0",
    "@tiptap/react": "2.8.0",
    "@tiptap/starter-kit": "2.8.0",
    "@types/jest": "^29.5.11",
    "@types/node": "^20.11.6",
    "@types/react": "^18.2.48",
    "@types/react-date-range": "^1.4.8",
    "@typescript-eslint/eslint-plugin": "^7.1.0",
    "@typescript-eslint/parser": "^7.1.0",
    "babel-jest": "^29.7.0",
    "babel-loader": "^8.2.4",
    "eslint": "^8.57.0",
    "eslint-config-next": "^14.0.4",
    "eslint-config-prettier": "^9.1.0",
    "eslint-config-standard-with-typescript": "^43.0.1",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-simple-import-sort": "^12.0.0",
    "eslint-plugin-storybook": "^0.11.1",
    "eslint-plugin-unused-imports": "^3.1.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "lint-staged": "^15.2.2",
    "postcss": "^8.4.33",
    "prettier": "3.2.5",
    "react-docgen-typescript": "^2.2.2",
    "rimraf": "^5.0.5",
    "rollup": "^4.9.6",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-preserve-directives": "^1.1.2",
    "storybook": "^8.4.6",
    "typescript": "^5.3.3",
    "typescript-eslint": "^7.1.0"
  },
  "resolutions": {
    "prosemirror-model": "1.22.3"
  },
  "lint-staged": {
    "*.{ts,tsx}": [
      "eslint --fix",
      "prettier --write"
    ]
  }
}
