We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14af26c commit be68718Copy full SHA for be68718
package.json
@@ -39,6 +39,7 @@
39
"@radix-ui/react-slot": "^1.2.3",
40
"@radix-ui/react-tooltip": "^1.2.7",
41
"@radix-ui/themes": "^1.1.0",
42
+ "@svgr/webpack": "^8.1.0",
43
"@tailwindcss/postcss": "^4.1.11",
44
"@types/express": "^4.17.17",
45
"@vercel/analytics": "^1.4.1",
@@ -85,7 +86,6 @@
85
86
"devDependencies": {
87
"@fullhuman/postcss-purgecss": "^4.1.3",
88
"@playwright/test": "^1.53.2",
- "@svgr/webpack": "^8.1.0",
89
"@tailwindcss/typography": "^0.5.2",
90
"@testing-library/dom": "^10.4.0",
91
"@testing-library/jest-dom": "^6.6.3",
@@ -137,5 +137,6 @@
137
},
138
"optionalDependencies": {
139
"bufferutil": "^4.0.9"
140
- }
+ },
141
+ "peerDependencies": {}
142
}
0 commit comments