{
  "name": "cherry-styled-components",
  "version": "0.1.0-43",
  "description": "Cherry is a design system for the modern web. Designed in Figma, built in React using Typescript.",
  "private": false,
  "type": "module",
  "main": "./dist/cherry.umd.cjs",
  "module": "./dist/cherry.js",
  "types": "./dist/lib/index.d.ts",
  "author": "Luan Gjokaj <luan@riangle.com>",
  "homepage": "https://cherry.design",
  "repository": "https://github.com/cherry-design-system/styled-components",
  "license": "MIT",
  "keywords": [
    "cherry",
    "react",
    "figma",
    "components",
    "ui",
    "css",
    "framework",
    "design",
    "design system",
    "styled-components"
  ],
  "scripts": {
    "dev": "vite dev",
    "build": "vite build",
    "format": "prettier --write \"./src/**/*.{js,json,ts,tsx}\" \"!.node_modules/**\""
  },
  "dependencies": {
    "react": "^19",
    "react-dom": "^19"
  },
  "devDependencies": {
    "@types/node": "^22",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@vitejs/plugin-react": "^4.3.4",
    "eslint-plugin-react-hooks": "^5.1.0",
    "eslint-plugin-react-refresh": "^0.4.18",
    "next": "^15.1.6",
    "polished": "^4.3.1",
    "prettier": "^3.4.2",
    "styled-components": "^6.1.14",
    "typescript": "^5",
    "vite": "^6.0.11",
    "vite-plugin-dts": "^4.5.0"
  }
}
