Newer
Older
{
"name": "badge-api-documentation",
"version": "0.1.0",
"description": "Badge API Documentation",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
},
"repository": {
"type": "git",
"url": "https://gitlab.opencode.de/open-code/badgebackend/badge-api-documentation.git"
},
"author": {
"name": "Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH and l3montree UG (haftungsbeschränkt)",
"email": "developer@l3montree.com",
"url": "https://zendis.de/"
},
"contributors": [
{
"name": "Tim Bastin",
"email": "tim.bastin@l3montree.com"
},
{
"name": "Sebastian Kawelke",
"email": "sebastian.kawelke@l3montree.com"
}
],
"license": "EUPL-1.2",
"bugs": {
"url": "https://gitlab.opencode.de/open-code/badgebackend/badge-api-documentation/-/issues"
},
"homepage": "https://gitlab.opencode.de/open-code/badgebackend/badge-api-documentation#",
"dependencies": {
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@radix-ui/react-collapsible": "^1.1.3",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-toast": "^1.2.6",
"@types/react-syntax-highlighter": "^15.5.13",
"class-variance-authority": "^0.7.1",
"dotenv": "^16.4.7",
"eslint-config-prettier": "^9.1.0",
"react-syntax-highlighter": "^15.6.1",
"recharts": "^2.15.1",
"remark-gemoji": "^8.0.0",
"remark-gfm": "^4.0.0",
"sass": "^1.83.0",
"sharp": "^0.33.5",
"winston": "^3.17.0"
},
"devDependencies": {
"@types/node": "22.10.2",
"autoprefixer": "^10.4.20",
"eslint-config-next": "^14.2.18",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.49",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
}