backoffice nextJs replaces admin in rust

This commit is contained in:
2026-03-05 15:47:18 +01:00
parent 20f9af6cba
commit 3a96f6ba36
24 changed files with 1765 additions and 9 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "stripstream-backoffice",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8082",
"build": "next build",
"start": "next start -p 8082"
},
"dependencies": {
"next": "^16.1.6",
"next-themes": "^0.4.6",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/node": "22.13.14",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.5",
"typescript": "5.8.2"
}
}