UNPKG

react-epic-trails-ds

Version:

A flexible and customizable design system for React, providing pre-built UI components, typography, and themes to enhance web app development.

88 lines (87 loc) 2.41 kB
{ "name": "react-epic-trails-ds", "version": "0.2.2", "description": "A flexible and customizable design system for React, providing pre-built UI components, typography, and themes to enhance web app development.", "keywords": [ "react", "design-system", "ui-library", "components", "web-ui", "styled-components", "emotion", "tailwind", "ui-kit", "material-design", "theme-provider", "component-library", "dark-mode", "lightweight-ui", "customizable-components", "typescript-support", "open-source" ], "homepage": "https://github.com/HimanshuHegde/react-epic-trails-ds#readme", "bugs": { "url": "https://github.com/HimanshuHegde/react-epic-trails-ds/issues" }, "repository": { "type": "git", "url": "git+https://github.com/HimanshuHegde/react-epic-trails-ds.git" }, "license": "MIT", "author": "Himanshu Hegde", "type": "module", "main": "./components/index.ts", "module": "./components/index.ts", "files": [ "components/", "context/" ], "exports": { ".": { "import": "./components/index.ts", "require": "./components/index.ts" }, "./icons": { "import": "./components/icons/index.ts", "require": "./components/icons/index.ts" } }, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "clsx": "^2.1.1", "next": "14.1.3", "react": "^18", "react-dom": "^18" }, "devDependencies": { "@storybook/addon-a11y": "^8.6.12", "@storybook/addon-essentials": "^8.6.12", "@storybook/addon-interactions": "^8.6.12", "@storybook/addon-onboarding": "^8.6.12", "@storybook/blocks": "^8.6.12", "@storybook/manager-api": "^8.6.12", "@storybook/nextjs": "^8.6.12", "@storybook/react": "^8.6.12", "@storybook/test": "^8.6.12", "@storybook/theming": "^8.6.12", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10.0.1", "postcss": "^8", "storybook": "^8.6.12", "tailwindcss": "^3.3.0", "typescript": "^5" } }