UNPKG

soda-material

Version:

A component library that may follow [material design 3](https://m3.material.io/components) (a.k.a. material you)

62 lines (61 loc) 1.94 kB
{ "name": "soda-material", "version": "0.0.8", "keywords": [ "material design", "material you" ], "author": "YieldRay", "bugs": { "url": "https://github.com/YieldRay/soda/issues" }, "homepage": "https://github.com/YieldRay/soda#readme", "license": "MIT", "type": "module", "types": "dist", "main": "dist/index.js", "files": [ "src/**/*", "dist/**/*" ], "scripts": { "build": "tsc && vite build && tsc", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "format": "prettier --write ./src", "preview": "vite preview" }, "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@floating-ui/react": "^0.25.4", "@storybook/addon-essentials": "^7.4.5", "@storybook/addon-interactions": "^7.4.5", "@storybook/addon-links": "^7.4.5", "@storybook/addon-onboarding": "^1.0.8", "@storybook/blocks": "^7.4.5", "@storybook/react": "^7.4.5", "@storybook/react-vite": "^7.4.5", "@storybook/testing-library": "^0.2.1", "@types/lodash-es": "^4.17.9", "@types/react": "^18.2.23", "@types/react-dom": "^18.2.7", "@typescript-eslint/eslint-plugin": "^6.7.3", "@typescript-eslint/parser": "^6.7.3", "@vitejs/plugin-react": "^4.1.0", "clsx": "^2.0.0", "eslint": "^8.50.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", "eslint-plugin-storybook": "^0.6.14", "lodash-es": "^4.17.21", "sass": "^1.68.0", "storybook": "^7.4.5", "styled-jsx": "^5.1.2", "typescript": "^5.2.2", "vite": "^4.4.9" } }