mirror of
https://github.com/yawaflua/SusMarket.git
synced 2026-02-04 10:54:12 +02:00
Authorization and registration coding
Coding of registration and authorization is finished. Also other fixes
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
"@types/react": "^18.2.51",
|
||||
"@types/react-dom": "^18.2.18",
|
||||
"framer-motion": "^11.0.3",
|
||||
"js-cookie": "^3.0.5",
|
||||
"node-sass": "^9.0.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
@@ -45,6 +46,7 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
|
||||
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
||||
"@types/js-cookie": "^3.0.6"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user