mocksaml/package.json

40 lines
1012 B
JSON
Raw Normal View History

2022-01-08 15:11:13 +00:00
{
"name": "mock-saml",
2023-09-13 19:50:50 +00:00
"version": "1.1.6",
"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,
"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",
"start": "next start -p 4000",
2022-01-08 15:11:13 +00:00
"lint": "next lint"
},
"dependencies": {
"@boxyhq/saml20": "1.2.4",
"daisyui": "3.7.6",
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
2022-03-01 00:50:36 +00:00
"react-gtm-module": "2.0.11",
"xml2js": "0.6.2",
"xmlbuilder": "15.1.1"
2022-01-08 15:11:13 +00:00
},
"devDependencies": {
"@types/node": "20.6.3",
"@types/react": "18.2.22",
2022-03-01 00:50:36 +00:00
"@types/react-gtm-module": "2.0.1",
"@types/xml2js": "0.4.12",
"autoprefixer": "10.4.15",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"postcss": "8.4.30",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.4",
"tailwindcss": "3.3.3",
2023-09-12 19:06:10 +00:00
"typescript": "5.1.6"
2022-02-27 19:26:51 +00:00
},
"engines": {
"node": ">=18.14.0"
2022-01-08 15:11:13 +00:00
}
2023-06-27 12:53:20 +00:00
}