{
  "name": "@telicent-oss/ds",
  "description": "A component library for creating Telicent apps.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/telicent-oss/telicent-ds.git"
  },
  "type": "module",
  "version": "3.3.0",
  "private": false,
  "dependencies": {
    "@emotion/react": "^11.10.6",
    "@emotion/styled": "^11.10.6",
    "@fortawesome/fontawesome-svg-core": "^6.5.1",
    "@fortawesome/free-regular-svg-icons": "^6.5.1",
    "@fortawesome/free-solid-svg-icons": "^6.5.1",
    "@fortawesome/react-fontawesome": "^0.2.0",
    "@mui/lab": "5.0.0-alpha.170",
    "@mui/material": "^5.16.7",
    "@mui/x-date-pickers": "^8.9.2",
    "@react-spring/web": "^9.7.5",
    "@telicent-oss/fe-auth-lib": "1.0.3",
    "@telicent-oss/mui-icons-material": "^1.0.0",
    "@telicent-oss/telicent-frontend-cli": "^1.5.0",
    "@types/lodash.debounce": "^4.0.9",
    "classnames": "^2.3.1",
    "d3": "^7.8.2",
    "dayjs": "^1.11.13",
    "gsap": "^3.13.0",
    "lodash": "^4.17.21",
    "lodash.debounce": "^4.0.8",
    "lodash.merge": "^4.6.2",
    "maplibre-gl": "^3.5.0",
    "ol": "^10.7.0",
    "ol-mapbox-style": "^12.6.1",
    "react-error-boundary": "^5.0.0",
    "react-map-gl": "^7.1.6",
    "react-rnd": "^10.4.13",
    "react-router-dom": "^6.23.1",
    "svg-path-parser": "^1.1.0",
    "zod": "^3.21.4"
  },
  "resolutions": {
    "nth-check": "^2.1.1",
    "prettier": "^2.8.8",
    "cross-spawn": "^7.0.6",
    "jest": "^29.7.0",
    "stylus": "github:stylus/stylus#0.62.0"
  },
  "scripts": {
    "lint": "eslint --resolve-plugins-relative-to src",
    "clean": "rimraf dist storybook-static",
    "check": "./.husky/pre-commit",
    "start": "vite",
    "build:llms": "yarn build && yarn generate:llms",
    "generate:llms": "node scripts/build-llms.mjs",
    "prebuild": "yarn clean",
    "build": "vite build",
    "preview": "vite preview",
    "test": "jest",
    "test:diff": "jest --watchAll=false --coverage=false --onlyChanged --bail",
    "test:diffMain": "jest --watchAll=false --coverage=false --changedSince=origin/main --bail",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "storybook-docs": "storybook dev --docs --no-manager-cache",
    "build-storybook-docs": "storybook build --docs",
    "test:ci": "yarn test --ci --json --outputFile=\"results.json\" --watchAll=false",
    "chromatic": "chromatic --exit-zero-on-changes",
    "css": "npx tailwindcss -i ./src/index.css -o ./src/main.css",
    "prestart": "yarn run css",
    "bump:prerelease": "yarn version --prerelease && git push && git push --tags",
    "bump:pre": "yarn bump:prerelease",
    "link-to-local-packages": "./scripts/link-to-local-packages.sh",
    "postinstall": "[ \"$LOCAL_MACHINE\" = \"false\" ] && echo 'Skipping tefe hook-postinstall' || tefe hook-postinstall",
    "local-publish": "./scripts/local-publish.sh",
    "lp": "yarn local-publish",
    "local-install": "yarn install --registry http://localhost:4873",
    "postlocal-publish": "./scripts/update-deps.mjs --file ./updateDeps.gitignored.json",
    "git-checks": " ./.husky/pre-commit && ./.husky/pre-push",
    "git-hooks": "yarn git-checks",
    "prepare": "husky install"
  },
  "peerDependencies": {
    "@tanstack/react-query": "*",
    "@telicent-oss/ontologyservice": "^1.0.2",
    "axios": "*",
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.20.12",
    "@babel/preset-env": "^7.26.0",
    "@babel/preset-react": "^7.26.0",
    "@babel/preset-typescript": "^7.26.0",
    "@chromatic-com/storybook": "^5.2.1",
    "@commitlint/cli": "17.1.2",
    "@commitlint/config-conventional": "^17.1.0",
    "@emotion/babel-plugin": "^11.12.0",
    "@emotion/jest": "^11.13.0",
    "@mui/lab": "5.0.0-alpha.170",
    "@mui/material": "^5.16.7",
    "@mui/x-tree-view": "7.3.1",
    "@storybook/addon-designs": "^11.1.3",
    "@storybook/addon-links": "10.4.6",
    "@storybook/addon-onboarding": "10.4.6",
    "@storybook/react-vite": "10.4.6",
    "@tanstack/react-query": "^5.18.0",
    "@telicent-oss/mui-icons-material": "^1.0.0",
    "@telicent-oss/ontologyservice": "^1.0.2",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.0.1",
    "@testing-library/user-event": "^14.5.2",
    "@types/d3": "^7.4.3",
    "@types/geojson": "^7946.0.16",
    "@types/jest": "^29.5.0",
    "@types/lodash": "^4.17.13",
    "@types/lodash.merge": "^4.6.9",
    "@types/node": "^18.15.11",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@types/svg-path-parser": "^1.1.6",
    "@typescript-eslint/eslint-plugin": "^6.1.0",
    "@typescript-eslint/parser": "^5.57.0",
    "@vitejs/plugin-react": "^4.2.0",
    "autoprefixer": "^10.4.13",
    "axios": "^1.7.0",
    "babel-jest": "^29.7.0",
    "babel-loader": "^9.1.2",
    "chromatic": "^6.15.0",
    "commitizen": "4.2.5",
    "cssnano": "^5.0.14",
    "cz-conventional-changelog": "^3.3.0",
    "diff": "^8.0.2",
    "eslint": "^9.15.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-config-react-app": "^7.0.1",
    "eslint-config-standard-with-typescript": "^38.0.0",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-jest-dom": "^4.0.3",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-storybook": "10.4.6",
    "eslint-plugin-testing-library": "^6.0.0",
    "husky": "^8.0.3",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-transform-stub": "^2.0.0",
    "postcss": "^8.4.29",
    "postcss-cli": "^10.1.0",
    "postcss-import": "^15.1.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "rimraf": "^6.0.1",
    "release-please": "15.6.0",
    "remark-gfm": "^3.0.1",
    "rollup": "^4.5.0",
    "rollup-plugin-copy": "^3.5.0",
    "snapshot-diff": "0.10.0",
    "storybook": "10.4.6",
    "storybook-dark-mode": "^5.0.0",
    "tailwindcss": "^3.4.1",
    "typescript": "5.5.4",
    "typescript-plugin-css-modules": "^5.0.1",
    "undici": "^6.21.0",
    "vite": "^5.4.10",
    "vite-plugin-dts": "^3.6.3",
    "vite-plugin-watch-and-run": "1.7.0",
    "@storybook/addon-docs": "10.4.6"
  },
  "publishConfig": {
    "registry": "https://www.npmjs.com/"
  },
  "files": [
    "dist"
  ],
  "main": "./dist/ds.umd.cjs",
  "module": "./dist/ds.js",
  "types": "./dist/export.d.ts",
  "exports": {
    ".": {
      "types": "./dist/export.d.ts",
      "import": "./dist/ds.js",
      "require": "./dist/ds.umd.cjs"
    },
    "./dist/style.css": {
      "style": "./dist/style.css",
      "import": "./dist/style.css",
      "require": "./dist/style.css"
    },
    "./dist/fontawesome.css": {
      "style": "./dist/fontawesome.css",
      "import": "./dist/fontawesome.css",
      "require": "./dist/fontawesome.css"
    },
    "./dist/fontawesome.css.map": "./dist/fontawesome.css.map",
    "./dist/styles/typography.css": {
      "style": "./dist/styles/typography.css",
      "import": "./dist/styles/typography.css",
      "require": "./dist/styles/typography.css"
    },
    "./dist/styles/fonts.css": {
      "style": "./dist/styles/fonts.css",
      "import": "./dist/styles/fonts.css",
      "require": "./dist/styles/fonts.css"
    },
    "./dist/typography.css": {
      "style": "./dist/styles/typography.css",
      "import": "./dist/styles/typography.css",
      "require": "./dist/styles/typography.css"
    },
    "./dist/fonts.css": {
      "style": "./dist/styles/fonts.css",
      "import": "./dist/styles/fonts.css",
      "require": "./dist/styles/fonts.css"
    }
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "engine": {
    "node": "22.11.0"
  },
  "color": "#FF9999"
}