Compare commits

...

2 Commits

Author SHA1 Message Date
laktionov-as 88a8a47cc5 Добавили пакет иконок 2026-05-05 19:33:50 +03:00
laktionov-as 6272da5e32 Add variables 2026-04-28 20:29:54 +03:00
3 changed files with 10 additions and 4 deletions
+3 -2
View File
@@ -9,8 +9,7 @@
"version": "0.0.0",
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.6.0"
"react-dom": "^19.1.0"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
@@ -21,6 +20,7 @@
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"react-icons": "^5.6.0",
"vite": "^6.3.5"
}
},
@@ -2466,6 +2466,7 @@
"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==",
"dev": true,
"license": "MIT",
"peerDependencies": {
"react": "*"
+2 -2
View File
@@ -11,8 +11,7 @@
},
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.6.0"
"react-dom": "^19.1.0"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
@@ -23,6 +22,7 @@
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"react-icons": "^5.6.0",
"vite": "^6.3.5"
}
}
+5
View File
@@ -0,0 +1,5 @@
$white-color: white;
$black-color: black;
$primary-color: #3258e3;
$seconday-color: #4432e3;