-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
283 additions
and
263 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,8 @@ const preview: Preview = { | |
}, | ||
}, | ||
}, | ||
|
||
tags: ['autodocs'], | ||
} | ||
|
||
export default preview |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,74 @@ | ||
{ | ||
"name": "soda-material", | ||
"version": "0.0.27", | ||
"type": "module", | ||
"types": "dist", | ||
"main": "dist/index.js", | ||
"style": "dist/style.css", | ||
"sideEffects": false, | ||
"scripts": { | ||
"build": "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", | ||
"chromatic": "chromatic --exit-zero-on-changes" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=18", | ||
"react-dom": ">=18" | ||
}, | ||
"devDependencies": { | ||
"@floating-ui/react": "^0.26.14", | ||
"@ianvs/prettier-plugin-sort-imports": "^4.2.1", | ||
"@material/material-color-utilities": "^0.2.7", | ||
"@mdi/js": "^7.4.47", | ||
"@mdi/react": "^1.6.1", | ||
"@storybook/addon-essentials": "^8.0.10", | ||
"@storybook/addon-interactions": "^8.0.10", | ||
"@storybook/addon-links": "^8.0.10", | ||
"@storybook/blocks": "^8.0.10", | ||
"@storybook/react": "^8.0.10", | ||
"@storybook/react-vite": "^8.0.10", | ||
"@types/react": "^18.3.2", | ||
"@types/react-dom": "^18.3.0", | ||
"@typescript-eslint/eslint-plugin": "^7.9.0", | ||
"@typescript-eslint/parser": "^7.9.0", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"chromatic": "^11.3.2", | ||
"clsx": "^2.1.1", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-react-hooks": "^4.6.2", | ||
"eslint-plugin-react-refresh": "^0.4.7", | ||
"eslint-plugin-storybook": "^0.8.0", | ||
"glob": "^10.3.15", | ||
"prettier": "^3.2.5", | ||
"sass": "^1.77.1", | ||
"storybook": "^8.0.10", | ||
"styled-jsx": "^5.1.3", | ||
"typescript": "^5.4.5", | ||
"vite": "^5.2.11" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
}, | ||
"description": "Modern lightweight React Component Library", | ||
"keywords": [ | ||
"material design", | ||
"material you" | ||
], | ||
"author": { | ||
"name": "YieldRay" | ||
}, | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/YieldRay/soda.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/YieldRay/soda/issues" | ||
}, | ||
"homepage": "https://github.com/YieldRay/soda#readme" | ||
"name": "soda-material", | ||
"version": "0.0.27", | ||
"type": "module", | ||
"types": "dist", | ||
"main": "dist/index.js", | ||
"style": "dist/style.css", | ||
"sideEffects": false, | ||
"scripts": { | ||
"build": "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", | ||
"chromatic": "chromatic --exit-zero-on-changes" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=18", | ||
"react-dom": ">=18" | ||
}, | ||
"devDependencies": { | ||
"@chromatic-com/storybook": "1", | ||
"@floating-ui/react": "^0.26.15", | ||
"@ianvs/prettier-plugin-sort-imports": "^4.2.1", | ||
"@material/material-color-utilities": "^0.2.7", | ||
"@mdi/js": "^7.4.47", | ||
"@mdi/react": "^1.6.1", | ||
"@storybook/addon-essentials": "^8.1.1", | ||
"@storybook/addon-interactions": "^8.1.1", | ||
"@storybook/addon-links": "^8.1.1", | ||
"@storybook/blocks": "^8.1.1", | ||
"@storybook/react": "^8.1.1", | ||
"@storybook/react-vite": "^8.1.1", | ||
"@types/react": "^18.3.2", | ||
"@types/react-dom": "^18.3.0", | ||
"@typescript-eslint/eslint-plugin": "^7.9.0", | ||
"@typescript-eslint/parser": "^7.9.0", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"chromatic": "^11.3.2", | ||
"clsx": "^2.1.1", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-react-hooks": "^4.6.2", | ||
"eslint-plugin-react-refresh": "^0.4.7", | ||
"eslint-plugin-storybook": "^0.8.0", | ||
"glob": "^10.3.15", | ||
"prettier": "^3.2.5", | ||
"sass": "^1.77.1", | ||
"storybook": "^8.1.1", | ||
"styled-jsx": "^5.1.3", | ||
"typescript": "^5.4.5", | ||
"vite": "^5.2.11" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
}, | ||
"description": "Modern lightweight React Component Library", | ||
"keywords": [ | ||
"material design", | ||
"material you" | ||
], | ||
"author": { | ||
"name": "YieldRay" | ||
}, | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/YieldRay/soda.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/YieldRay/soda/issues" | ||
}, | ||
"homepage": "https://github.com/YieldRay/soda#readme" | ||
} |
Oops, something went wrong.