fix: add clsx package to package.json

This commit is contained in:
ascpixi 2025-11-18 21:23:56 -05:00
parent 40e661ad69
commit 43e90e6459
2 changed files with 11 additions and 0 deletions

View file

@ -9,6 +9,7 @@
"version": "0.0.0",
"dependencies": {
"@tailwindcss/vite": "^4.1.17",
"clsx": "^2.1.1",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
@ -2202,6 +2203,15 @@
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/clsx": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
"integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/color-convert": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",

View file

@ -11,6 +11,7 @@
},
"dependencies": {
"@tailwindcss/vite": "^4.1.17",
"clsx": "^2.1.1",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},