2022-01-08 15:11:13 +00:00
|
|
|
{
|
2022-03-10 17:20:33 +00:00
|
|
|
"name": "mock-saml",
|
2024-04-05 21:32:45 +00:00
|
|
|
"version": "1.3.9",
|
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": {
|
2024-05-06 16:08:50 +00:00
|
|
|
"@boxyhq/saml20": "1.5.1",
|
2024-05-03 16:23:45 +00:00
|
|
|
"daisyui": "4.10.5",
|
2024-04-25 16:12:15 +00:00
|
|
|
"next": "14.2.3",
|
2024-04-29 16:14:43 +00:00
|
|
|
"react": "18.3.1",
|
2024-04-29 16:17:09 +00:00
|
|
|
"react-dom": "18.3.1",
|
2024-03-08 13:34:09 +00:00
|
|
|
"react-gtm-module": "2.0.11"
|
2022-01-08 15:11:13 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-05-02 21:09:56 +00:00
|
|
|
"@types/node": "20.12.8",
|
2024-04-29 16:14:43 +00:00
|
|
|
"@types/react": "18.3.1",
|
2023-11-10 22:14:08 +00:00
|
|
|
"@types/react-gtm-module": "2.0.3",
|
2024-04-30 16:04:03 +00:00
|
|
|
"@typescript-eslint/parser": "7.8.0",
|
2024-03-21 18:35:46 +00:00
|
|
|
"autoprefixer": "10.4.19",
|
2024-02-26 15:51:39 +00:00
|
|
|
"eslint": "8.57.0",
|
2024-04-25 16:12:11 +00:00
|
|
|
"eslint-config-next": "14.2.3",
|
2024-04-05 21:24:23 +00:00
|
|
|
"json": "11.0.0",
|
2024-03-21 18:35:42 +00:00
|
|
|
"postcss": "8.4.38",
|
2024-02-04 13:40:33 +00:00
|
|
|
"prettier": "3.2.5",
|
2024-04-16 21:53:27 +00:00
|
|
|
"prettier-plugin-tailwindcss": "0.5.14",
|
2024-04-26 16:06:21 +00:00
|
|
|
"release-it": "17.2.1",
|
2024-03-28 19:13:05 +00:00
|
|
|
"tailwindcss": "3.4.3",
|
2024-04-12 20:03:47 +00:00
|
|
|
"typescript": "5.4.5"
|
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
|
|
|
}
|