{
  "name": "@salt-ds/core",
  "version": "1.60.0",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jpmorganchase/salt-ds.git",
    "directory": "packages/core"
  },
  "bugs": "https://github.com/jpmorganchase/salt-ds/issues",
  "main": "dist-cjs/index.js",
  "sideEffects": [
    "*.css"
  ],
  "devDependencies": {
    "@types/react-window": "^1.8.2",
    "react-window": "^1.8.6"
  },
  "dependencies": {
    "@floating-ui/react": "^0.26.28",
    "@salt-ds/icons": "^1.18.0",
    "@salt-ds/styles": "0.3.0",
    "@salt-ds/window": "0.1.1",
    "clsx": "^2.0.0",
    "use-sync-external-store": "^1.5.0"
  },
  "peerDependencies": {
    "@types/react": ">=16.14.0",
    "react": ">=16.14.0",
    "react-dom": ">=16.14.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  },
  "publishConfig": {
    "directory": "../../dist/salt-ds-core",
    "provenance": true
  },
  "scripts": {
    "build": "yarn node ../../scripts/build.mjs",
    "bundle:css": "yarn node ./scripts/bundleCSS.mjs"
  },
  "files": [
    "css",
    "dist-cjs",
    "dist-es",
    "dist-types",
    "CHANGELOG.md"
  ],
  "module": "dist-es/index.js",
  "typings": "dist-types/index.d.ts"
}
