2022-01-08 15:11:13 +00:00
|
|
|
{
|
2022-03-10 17:20:33 +00:00
|
|
|
"name": "mock-saml",
|
2024-12-19 13:38:21 +00:00
|
|
|
"version": "1.3.11",
|
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": {
|
2022-01-14 16:40:25 +00:00
|
|
|
"dev": "next dev -p 4000",
|
2022-01-08 15:11:13 +00:00
|
|
|
"build": "next build",
|
2022-02-23 23:30:02 +00:00
|
|
|
"start": "next start -p 4000",
|
2023-12-25 12:15:10 +00:00
|
|
|
"lint": "next lint",
|
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": {
|
2025-03-14 18:52:18 +00:00
|
|
|
"@boxyhq/saml20": "1.10.1",
|
2025-03-29 22:13:44 +00:00
|
|
|
"daisyui": "4.12.24",
|
2025-04-21 20:39:51 +00:00
|
|
|
"next": "15.3.1",
|
2025-04-09 08:50:54 +00:00
|
|
|
"react": "19.1.0",
|
|
|
|
|
"react-dom": "19.1.0",
|
2024-03-08 13:34:09 +00:00
|
|
|
"react-gtm-module": "2.0.11"
|
2022-01-08 15:11:13 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-04-26 08:58:21 +00:00
|
|
|
"@types/node": "22.15.2",
|
2025-04-20 12:22:37 +00:00
|
|
|
"@types/react": "19.1.2",
|
2024-10-22 18:04:23 +00:00
|
|
|
"@types/react-gtm-module": "2.0.4",
|
2025-04-22 18:21:12 +00:00
|
|
|
"@typescript-eslint/parser": "8.31.0",
|
2025-03-22 19:54:29 +00:00
|
|
|
"autoprefixer": "10.4.21",
|
2025-04-22 18:21:08 +00:00
|
|
|
"eslint": "9.25.1",
|
2025-04-21 20:39:51 +00:00
|
|
|
"eslint-config-next": "15.3.1",
|
2024-04-05 21:24:23 +00:00
|
|
|
"json": "11.0.0",
|
2025-02-20 16:08:43 +00:00
|
|
|
"postcss": "8.5.3",
|
2025-03-14 23:02:56 +00:00
|
|
|
"prettier": "3.5.3",
|
2025-01-27 22:20:26 +00:00
|
|
|
"prettier-plugin-tailwindcss": "0.6.11",
|
2025-04-21 20:39:54 +00:00
|
|
|
"release-it": "19.0.1",
|
2024-12-19 11:47:37 +00:00
|
|
|
"tailwindcss": "3.4.17",
|
2025-04-09 08:47:57 +00:00
|
|
|
"typescript": "^5.8.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
|
|
|
}
|