2022-01-08 15:11:13 +00:00
|
|
|
{
|
2022-03-10 17:20:33 +00:00
|
|
|
"name": "mock-saml",
|
2024-01-21 01:01:40 +00:00
|
|
|
"version": "1.3.1",
|
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",
|
|
|
|
|
"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-01-29 21:59:45 +00:00
|
|
|
"@boxyhq/saml20": "1.4.2",
|
2024-01-11 22:04:36 +00:00
|
|
|
"daisyui": "4.6.0",
|
2024-01-19 12:15:17 +00:00
|
|
|
"next": "14.1.0",
|
2022-07-26 21:48:29 +00:00
|
|
|
"react": "18.2.0",
|
|
|
|
|
"react-dom": "18.2.0",
|
2022-03-01 00:50:36 +00:00
|
|
|
"react-gtm-module": "2.0.11",
|
2023-07-26 11:31:05 +00:00
|
|
|
"xml2js": "0.6.2",
|
2022-02-23 23:30:02 +00:00
|
|
|
"xmlbuilder": "15.1.1"
|
2022-01-08 15:11:13 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-01-29 21:59:48 +00:00
|
|
|
"@types/node": "20.11.10",
|
2024-01-15 22:36:21 +00:00
|
|
|
"@types/react": "18.2.48",
|
2023-11-10 22:14:08 +00:00
|
|
|
"@types/react-gtm-module": "2.0.3",
|
2023-11-10 22:11:24 +00:00
|
|
|
"@types/xml2js": "0.4.14",
|
2024-01-23 22:05:33 +00:00
|
|
|
"@typescript-eslint/parser": "6.19.1",
|
2024-01-18 15:27:39 +00:00
|
|
|
"autoprefixer": "10.4.17",
|
2023-12-25 11:50:49 +00:00
|
|
|
"eslint": "8.56.0",
|
2024-01-19 12:15:21 +00:00
|
|
|
"eslint-config-next": "14.1.0",
|
2024-01-07 16:08:32 +00:00
|
|
|
"postcss": "8.4.33",
|
2024-01-17 16:10:45 +00:00
|
|
|
"prettier": "3.2.4",
|
2024-01-08 17:23:05 +00:00
|
|
|
"prettier-plugin-tailwindcss": "0.5.11",
|
2024-01-23 22:05:37 +00:00
|
|
|
"release-it": "17.0.3",
|
2024-01-08 16:56:02 +00:00
|
|
|
"tailwindcss": "3.4.1",
|
2023-12-12 23:17:47 +00:00
|
|
|
"typescript": "5.3.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
|
|
|
}
|