We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb03102 commit 784fab9Copy full SHA for 784fab9
2 files changed
package.json
@@ -24,7 +24,8 @@
24
"dependencies": {
25
"nes.css": "^2.3.0",
26
"react": "^18.2.0",
27
- "react-dom": "^18.2.0"
+ "react-dom": "^18.2.0",
28
+ "styled-components": "^6.1.18"
29
},
30
"scripts": {
31
"dev": "vite",
@@ -49,6 +50,7 @@
49
50
"@storybook/test": "^8.5.6",
51
"@types/react": "^18.3.3",
52
"@types/react-dom": "^18.3.0",
53
+ "@types/styled-components": "^5.1.34",
54
"@vitejs/plugin-react": "^4.3.1",
55
"eslint": "^9.9.0",
56
"eslint-plugin-react": "^7.34.1",
0 commit comments