feat: themes

This commit is contained in:
nikita
2026-06-12 01:23:31 +03:00
parent 8005ba7111
commit d421dc8f2c
10 changed files with 333 additions and 2 deletions
+10
View File
@@ -12,6 +12,7 @@
"axios": "^1.17.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-icons": "^5.6.0",
"react-router-dom": "^7.17.0",
"tailwindcss": "^4.3.0"
},
@@ -2958,6 +2959,15 @@
"react": "^19.2.7"
}
},
"node_modules/react-icons": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.6.0.tgz",
"integrity": "sha512-RH93p5ki6LfOiIt0UtDyNg/cee+HLVR6cHHtW3wALfo+eOHTp8RnU2kRkI6E+H19zMIs03DyxUG/GfZMOGvmiA==",
"license": "MIT",
"peerDependencies": {
"react": "*"
}
},
"node_modules/react-router": {
"version": "7.17.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.17.0.tgz",