Implemented account system
This commit is contained in:
parent
51c20b55a0
commit
ace0de4063
25 changed files with 1543 additions and 40 deletions
|
|
@ -13,12 +13,15 @@
|
|||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "^6.5.2",
|
||||
"@types/bootstrap": "^5.2.10",
|
||||
"bootstrap": "^5.3.3"
|
||||
"bootstrap": "^5.3.3",
|
||||
"datatables.net-bs5": "^2.0.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jquery": "^3.5.30",
|
||||
"assets-webpack-plugin": "^7.1.1",
|
||||
"copy-webpack-plugin": "^12.0.2",
|
||||
"css-loader": "^7.1.2",
|
||||
"css-minimizer-webpack-plugin": "^7.0.0",
|
||||
"mini-css-extract-plugin": "^2.9.0",
|
||||
"resolve-url-loader": "^5.0.0",
|
||||
"sass": "^1.77.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue