{
  "name": "@strategies/ui",
  "version": "2.22.0",
  "description": "React implementation of Sasaki Strategies' design system",
  "main": "dist/index.js",
  "style": "dist/index.css",
  "types": "dist/index.d.ts",
  "author": "Eric Youngberg <eyoungberg@sasaki.com>",
  "license": "MIT",
  "type": "module",
  "module": "dist/index.es.js",
  "jsnext:main": "dist/index.es.js",
  "repository": "https://github.com/sasakiassociates/design-system/tree/main/packages/ui",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=16",
    "npm": ">=8"
  },
  "scripts": {
    "build": "npx rollup -c",
    "start": "npm run type:watch | npx rollup -c -w",
    "type:watch": "tsc --watch --emitDeclarationOnly",
    "type": "tsc --emitDeclarationOnly",
    "test": "jest --config jest.config.ts"
  },
  "devDependencies": {
    "@react-aria/example-theme": "^1.0.3",
    "@rollup/plugin-commonjs": "^23.0.1",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^13.1.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.6",
    "@testing-library/react": "^14.2.1",
    "@types/chroma-js": "^2.4.4",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.10.4",
    "@types/react": "^18.2.48",
    "@types/react-dom": "^18.2.18",
    "@types/react-slider": "^1.3.6",
    "chroma-js": "^2.6.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "postcss": "^8.4.12",
    "rollup": "^4.21.0",
    "rollup-plugin-analyzer": "^4.0.0",
    "rollup-plugin-dts": "^6.1.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "sass": "^1.49.9",
    "ts-jest": "^29.1.2"
  },
  "peerDependencies": {
    "@types/react": "^18.2.48",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "typescript": "^4.6.2"
  },
  "gitHead": "ea397466979e356909fb060d71e322aa95a513e8",
  "dependencies": {
    "@internationalized/number": "^3.6.0",
    "@react-types/shared": "^3.24.1",
    "@strategies/tokens": "4.3.47",
    "framer-motion": "^11.0.3",
    "react-aria": "3.21.0",
    "react-aria-components": "^1.8.0",
    "react-icons": "^4.3.1",
    "react-select": "^5.5.4",
    "react-slider": "^2.0.6",
    "react-stately": "3.19.0"
  }
}
