struct_components
Version:
React component library for dashboards
77 lines • 2.4 kB
JSON
{
"name": "struct_components",
"description": "React component library for dashboards",
"private": false,
"version": "1.0.2",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/struct-technologies/components.gitt"
},
"homepage": "https://github.com/struct-technologies/components/blob/main/README.md",
"author": {
"name": "Struct Technologies Pvt Ltd",
"email": "info@structtechnologies.com",
"url": "https:/structtechnologies.com"
},
"keywords": [
"struct technologies",
"react-components",
"tailwind",
"tailwind-react-components",
"component-library"
],
"license": "MIT",
"scripts": {
"dev": "vite",
"publish": "publish",
"dev:css": "npx tailwindcss -i ./src/index.css -o ./src/output.css --watch",
"build": "tsc -b && vite build && npx tailwindcss -i ./src/index.css -o ./src/output.css --minify",
"lint": "eslint .",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@geometricpanda/storybook-addon-badges": "^2.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tw-colors": "^3.3.2"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.9.0",
"@eslint/js": "^9.9.0",
"@storybook/addon-essentials": "^8.3.2",
"@storybook/addon-interactions": "^8.3.2",
"@storybook/addon-links": "^8.3.2",
"@storybook/addon-onboarding": "^8.3.2",
"@storybook/addon-storysource": "^8.3.2",
"@storybook/addon-themes": "^8.3.2",
"@storybook/blocks": "^8.3.2",
"@storybook/react": "^8.3.2",
"@storybook/react-vite": "^8.3.2",
"@storybook/test": "^8.3.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"eslint-plugin-storybook": "^0.8.0",
"globals": "^15.9.0",
"storybook": "^8.3.2",
"tailwindcss": "^3.4.12",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
}