Files
stripstream-librarian/apps/backoffice/package.json
Froidefond Julien 766e3a01b2
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 45s
chore: bump version to 1.23.0
2026-03-21 17:43:11 +01:00

29 lines
664 B
JSON

{
"name": "stripstream-backoffice",
"version": "1.23.0",
"private": true,
"scripts": {
"dev": "next dev -p 7082",
"build": "next build",
"start": "next start -p 7082"
},
"dependencies": {
"next": "^16.1.6",
"next-themes": "^0.4.6",
"react": "19.0.0",
"react-dom": "19.0.0",
"sanitize-html": "^2.17.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.1",
"@types/node": "22.13.14",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.5",
"@types/sanitize-html": "^2.16.1",
"autoprefixer": "^10.4.27",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.1",
"typescript": "5.8.2"
}
}