2022-01-08 15:11:13 +00:00
|
|
|
{
|
2022-03-10 17:20:33 +00:00
|
|
|
"name": "mock-saml",
|
2025-12-04 16:43:02 +00:00
|
|
|
"version": "1.4.2",
|
2022-03-10 17:20:33 +00:00
|
|
|
"description": "Mock SAML is a free SAML 2.0 Identity Provider for testing SAML SSO integrations.",
|
2022-01-08 15:11:13 +00:00
|
|
|
"private": true,
|
2022-03-10 17:20:33 +00:00
|
|
|
"license": "Apache 2.0",
|
2022-01-08 15:11:13 +00:00
|
|
|
"scripts": {
|
2025-11-17 00:25:50 +00:00
|
|
|
"dev": "next dev --webpack -p 4000",
|
|
|
|
|
"build": "next build --webpack",
|
2022-02-23 23:30:02 +00:00
|
|
|
"start": "next start -p 4000",
|
2025-11-17 00:25:50 +00:00
|
|
|
"lint": "eslint -c eslint.config.cjs ./",
|
2024-02-04 15:38:33 +00:00
|
|
|
"check-format": "prettier --check .",
|
|
|
|
|
"format": "prettier --write .",
|
2023-12-25 12:15:10 +00:00
|
|
|
"release": "git checkout release && git merge origin/main && release-it && git checkout main && git merge origin/release && git push origin main"
|
2022-01-08 15:11:13 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-03-09 22:02:38 +00:00
|
|
|
"@boxyhq/saml20": "1.13.2",
|
2026-03-19 16:07:18 +00:00
|
|
|
"next": "16.2.0",
|
2026-02-05 17:25:32 +00:00
|
|
|
"react": "19.2.4",
|
|
|
|
|
"react-dom": "19.2.4",
|
2024-03-08 13:34:09 +00:00
|
|
|
"react-gtm-module": "2.0.11"
|
2022-01-08 15:11:13 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-03-19 16:22:09 +00:00
|
|
|
"@tailwindcss/postcss": "4.2.2",
|
2026-03-18 10:59:59 +00:00
|
|
|
"@types/node": "25.5.0",
|
2026-03-01 18:59:27 +00:00
|
|
|
"@types/react": "19.2.14",
|
2024-10-22 18:04:23 +00:00
|
|
|
"@types/react-gtm-module": "2.0.4",
|
2026-03-18 10:59:29 +00:00
|
|
|
"@typescript-eslint/parser": "8.57.1",
|
2026-03-09 22:01:57 +00:00
|
|
|
"eslint": "10.0.3",
|
2026-03-19 16:07:18 +00:00
|
|
|
"eslint-config-next": "16.2.0",
|
2025-11-17 00:25:50 +00:00
|
|
|
"eslint-config-prettier": "10.1.8",
|
|
|
|
|
"eslint-plugin-i18next": "6.1.3",
|
2024-04-05 21:24:23 +00:00
|
|
|
"json": "11.0.0",
|
2026-03-09 22:02:55 +00:00
|
|
|
"postcss": "8.5.8",
|
2026-01-30 11:03:25 +00:00
|
|
|
"prettier": "3.8.1",
|
2025-12-01 17:44:41 +00:00
|
|
|
"prettier-plugin-tailwindcss": "0.7.2",
|
2026-01-30 11:03:59 +00:00
|
|
|
"release-it": "19.2.4",
|
2026-03-19 16:07:41 +00:00
|
|
|
"tailwindcss": "4.2.2",
|
2025-10-10 08:35:33 +00:00
|
|
|
"typescript": "5.9.3"
|
2022-02-27 19:26:51 +00:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2023-02-22 17:47:24 +00:00
|
|
|
"node": ">=18.14.0"
|
2022-01-08 15:11:13 +00:00
|
|
|
}
|
2023-10-10 19:09:44 +00:00
|
|
|
}
|