mocksaml/package.json
dependabot[bot] 4200fbbe50
build(deps): bump daisyui from 4.12.24 to 5.0.9 (#897)
Bumps [daisyui](https://github.com/saadeghi/daisyui/tree/HEAD/packages/daisyui) from 4.12.24 to 5.0.9.
- [Release notes](https://github.com/saadeghi/daisyui/releases)
- [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/saadeghi/daisyui/commits/v5.0.9/packages/daisyui)

---
updated-dependencies:
- dependency-name: daisyui
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-29 22:13:09 +00:00

44 lines
1.2 KiB
JSON

{
"name": "mock-saml",
"version": "1.3.11",
"description": "Mock SAML is a free SAML 2.0 Identity Provider for testing SAML SSO integrations.",
"private": true,
"license": "Apache 2.0",
"scripts": {
"dev": "next dev -p 4000",
"build": "next build",
"start": "next start -p 4000",
"lint": "next lint",
"check-format": "prettier --check .",
"format": "prettier --write .",
"release": "git checkout release && git merge origin/main && release-it && git checkout main && git merge origin/release && git push origin main"
},
"dependencies": {
"@boxyhq/saml20": "1.10.1",
"daisyui": "5.0.9",
"next": "15.2.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-gtm-module": "2.0.11"
},
"devDependencies": {
"@types/node": "22.13.14",
"@types/react": "19.0.12",
"@types/react-gtm-module": "2.0.4",
"@typescript-eslint/parser": "8.25.0",
"autoprefixer": "10.4.21",
"eslint": "9.22.0",
"eslint-config-next": "15.2.3",
"json": "11.0.0",
"postcss": "8.5.3",
"prettier": "3.5.3",
"prettier-plugin-tailwindcss": "0.6.11",
"release-it": "18.1.2",
"tailwindcss": "3.4.17",
"typescript": "^5.7.3"
},
"engines": {
"node": ">=18.14.0"
}
}