frontend done (except orders in administration.tsx)
Showing
+1399 -21
This diff is collapsed.
... | ... | @@ -15,6 +15,7 @@ |
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@material-ui/icons": "^4.11.3", | ||
"@types/express": "^4.17.21", | ||
"class-sanitizer": "^1.0.1", | ||
"class-transformer": "^0.5.1", | ||
... | ... | @@ -45,6 +46,7 @@ |
"match-sorter": "^6.3.1", | ||
"prettier": "3.1.1", | ||
"react-router-dom": "^6.21.1", | ||
"tailwindcss": "^3.4.1", | ||
"ts-node": "^10.9.2" | ||
} | ||
} |
src/pages/administration.tsx
0 → 100644
src/pages/confirmation.tsx
0 → 100644
tailwind.config.js
0 → 100644
Please register or sign in to comment