parent
390b74cec1
commit
a70bd388b3
762
package-lock.json
generated
762
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
25
package.json
25
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mock-saml",
|
"name": "mock-saml",
|
||||||
"version": "0.1.0",
|
"version": "1.0.0",
|
||||||
"description": "Mock SAML is a free SAML 2.0 Identity Provider for testing SAML SSO integrations.",
|
"description": "Mock SAML is a free SAML 2.0 Identity Provider for testing SAML SSO integrations.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "Apache 2.0",
|
"license": "Apache 2.0",
|
||||||
@ -11,10 +11,9 @@
|
|||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@boxyhq/saml20": "0.2.0",
|
|
||||||
"@xmldom/xmldom": "0.8.1",
|
"@xmldom/xmldom": "0.8.1",
|
||||||
"next": "12.1.0",
|
"next": "12.1.0",
|
||||||
"node-forge": "1.2.1",
|
"node-forge": "1.3.0",
|
||||||
"react": "17.0.2",
|
"react": "17.0.2",
|
||||||
"react-dom": "17.0.2",
|
"react-dom": "17.0.2",
|
||||||
"react-gtm-module": "2.0.11",
|
"react-gtm-module": "2.0.11",
|
||||||
@ -23,22 +22,22 @@
|
|||||||
"xmlbuilder": "15.1.1"
|
"xmlbuilder": "15.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "17.0.8",
|
"@types/node": "17.0.21",
|
||||||
"@types/node-forge": "1.0.0",
|
"@types/node-forge": "1.0.1",
|
||||||
"@types/react": "17.0.38",
|
"@types/react": "17.0.41",
|
||||||
"@types/react-gtm-module": "2.0.1",
|
"@types/react-gtm-module": "2.0.1",
|
||||||
"@types/xml-crypto": "1.4.2",
|
"@types/xml-crypto": "1.4.2",
|
||||||
"@types/xml2js": "0.4.9",
|
"@types/xml2js": "0.4.9",
|
||||||
"autoprefixer": "10.4.2",
|
"autoprefixer": "10.4.4",
|
||||||
"eslint": "8.6.0",
|
"eslint": "8.11.0",
|
||||||
"eslint-config-next": "12.0.7",
|
"eslint-config-next": "12.1.0",
|
||||||
"postcss": "8.4.6",
|
"postcss": "8.4.12",
|
||||||
"prettier": "2.5.1",
|
"prettier": "2.6.0",
|
||||||
"prettier-plugin-tailwindcss": "0.1.8",
|
"prettier-plugin-tailwindcss": "0.1.8",
|
||||||
"tailwindcss": "3.0.23",
|
"tailwindcss": "3.0.23",
|
||||||
"typescript": "4.5.4"
|
"typescript": "4.6.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.18.1 <=16.x"
|
"node": ">=14.18.1 <=16.x"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user