Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
Add styled components example
Browse files Browse the repository at this point in the history
  • Loading branch information
morewings committed Nov 30, 2023
1 parent f06e8e0 commit cdd0869
Show file tree
Hide file tree
Showing 8 changed files with 229 additions and 55 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@
"url": "https://github.com/morewings/cra-template-npm-library/issues"
},
"dependencies": {
"lodash": "^4.17.21"
"lodash": "^4.17.21",
"styled-components": "^6.1.1"
},
"devDependencies": {
"@rollup/plugin-swc": "^0.3.0",
"@rollup/plugin-typescript": "11.1.5",
"@storybook/addon-essentials": "7.6.1",
"@storybook/addon-interactions": "7.5.3",
Expand All @@ -53,6 +55,8 @@
"@storybook/react": "7.6.1",
"@storybook/react-webpack5": "7.5.3",
"@storybook/testing-library": "0.2.2",
"@swc/core": "^1.3.99",
"@swc/plugin-styled-components": "^1.5.105",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
Expand All @@ -76,6 +80,7 @@
"husky": "8.0.3",
"identity-obj-proxy": "^3.0.0",
"is-ci": "3.0.1",
"jest-styled-components": "^7.2.0",
"lint-staged": "15.1.0",
"npm-run-all": "4.1.5",
"postcss-preset-env": "9.3.0",
Expand Down
118 changes: 108 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cdd0869

Please sign in to comment.