ds-smart-ui
Version:
Smart UI is a React component library that helps you build accessible and responsive web applications.
107 lines (106 loc) • 3.22 kB
JSON
{
"name": "ds-smart-ui",
"description": "Smart UI is a React component library that helps you build accessible and responsive web applications.",
"author": {
"name": "Anas Shofyan",
"email": "anasshofyandev@gmail.com"
},
"private": false,
"version": "0.2.46",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/anashofyan/ds-smart-ui.git"
},
"keywords": [
"react",
"smart-ui",
"ds-smart-ui",
"smart-ui-react"
],
"type": "module",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js",
"types": "./dist/index.d.ts"
},
"./components": "./dist/index.js",
"./dist/style.css": "./dist/style.css"
},
"files": [
"/dist",
"src/assets",
"/dist/style.css"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "vite",
"build": "tsc --emitDeclarationOnly && vite build",
"prepare": "npm run build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"peerDependencies": {
"class-variance-authority": "^0.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.4",
"@storybook/addon-essentials": "^8.5.3",
"@storybook/addon-interactions": "^8.5.3",
"@storybook/addon-mdx-gfm": "^8.5.3",
"@storybook/addon-onboarding": "^8.5.3",
"@storybook/blocks": "^8.5.3",
"@storybook/manager-api": "^8.5.3",
"@storybook/react": "^8.5.3",
"@storybook/react-vite": "^8.5.3",
"@storybook/test": "^8.5.3",
"@storybook/theming": "^8.5.3",
"@types/node": "^20.12.12",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.1",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-storybook": "^0.11.2",
"lucide-react": "^0.379.0",
"postcss": "^8.4.38",
"react-router-dom": "^6.23.1",
"storybook": "^8.5.3",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-dts": "^3.8.1",
"vite-plugin-windicss": "^1.9.3"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.2",
"@mui/material": "^6.4.2",
"@mui/x-date-pickers": "^7.25.0",
"@radix-ui/react-switch": "^1.1.3",
"material-react-table": "^3.1.0",
"react-number-format": "^5.4.4",
"react-select": "^5.8.0",
"react-textarea-autosize": "^8.5.7",
"react-window": "^1.8.11"
}
}