cherry-styled-components
Version:
Cherry is a design system for the modern web. Designed in Figma, built in React using Typescript.
71 lines (70 loc) • 1.75 kB
JSON
{
"name": "cherry-styled-components",
"version": "0.1.17",
"description": "Cherry is a design system for the modern web. Designed in Figma, built in React using Typescript.",
"private": false,
"type": "module",
"module": "./dist/index.js",
"types": "./dist/src/lib/index.d.ts",
"exports": {
".": {
"types": "./dist/src/lib/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist"
],
"sideEffects": false,
"author": "Luan Gjokaj <luan@riangle.com>",
"homepage": "https://cherry.al",
"repository": "https://github.com/cherry-design-system/styled-components",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"cherry",
"react",
"figma",
"components",
"ui",
"css",
"framework",
"design",
"design system",
"styled-components"
],
"scripts": {
"dev": "vite dev",
"build": "vite build",
"format": "prettier --write ."
},
"dependencies": {
"lucide-react": "^1.8.0",
"polished": "^4.3.1"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"styled-components": "^6.0.0"
},
"devDependencies": {
"@swc/plugin-styled-components": "^12.8.0",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^4.3.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"next": "^16.2.3",
"prettier": "^3.8.2",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"rollup-plugin-preserve-directives": "^0.4.0",
"styled-components": "^6.4.0",
"typescript": "^6.0.2",
"vite": "^8.0.8",
"vite-plugin-dts": "^4.5.4"
}
}