All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 45s
29 lines
664 B
JSON
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"
|
|
}
|
|
}
|