Frontend: Delete template files. Add Navigation Rail.

This commit is contained in:
Kentai Radiquum 2024-04-19 14:58:14 +05:00
parent cd78429540
commit 84b13a2c80
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
12 changed files with 1682 additions and 486 deletions

View file

@ -9,8 +9,14 @@
"lint": "next lint"
},
"dependencies": {
"beercss": "^3.5.1",
"material-dynamic-colors": "^1.1.0",
"next": "14.2.2",
"react": "^18",
"react-dom": "^18",
"next": "14.2.1"
"react-dom": "^18"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}