{
  "name": "@sproutsocial/seeds-react-theme",
  "version": "3.6.2",
  "description": "Seeds Theme",
  "main": "commonjs/index.js",
  "module": "lib/index.js",
  "types": "dist/types/index.d.ts",
  "author": "Sprout Social, Inc.",
  "license": "MIT",
  "files": [
    "commonjs",
    "dist",
    "lib"
  ],
  "scripts": {
    "build": "yarn build:ts-declarations && tsx buildScript.ts",
    "build:ts-declarations": "tsc --project tsconfig.build.json && tsc-alias -p tsconfig.build.json",
    "clean": "rm -rf .turbo dist lib commonjs __flow__",
    "clean:modules": "rm -rf node_modules",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@sproutsocial/seeds-border": "^1.7.1",
    "@sproutsocial/seeds-color": "^2.3.0",
    "@sproutsocial/seeds-depth": "^3.4.1",
    "@sproutsocial/seeds-motion": "^1.8.2",
    "@sproutsocial/seeds-networkcolor": "^2.22.0",
    "@sproutsocial/seeds-space": "^0.8.1",
    "@sproutsocial/seeds-typography": "^3.7.1"
  },
  "devDependencies": {
    "@sproutsocial/seeds-build": "*",
    "glob": "^10.3.10",
    "json-to-scss": "^1.6.2",
    "tsx": "^4.0.0",
    "typescript": "^5.6.2",
    "@sproutsocial/seeds-tsconfig": "*",
    "tsc-alias": "^1.8.11"
  },
  "engines": {
    "node": ">=18"
  }
}
