In @simplewebauthn/server v11 the JSON response and transport types are no longer re-exported from the server package — they live in the sibling @simplewebauthn/types package. Adds the dep and switches the imports.
29 lines
658 B
JSON
29 lines
658 B
JSON
{
|
|
"name": "cm-web-next",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@simplewebauthn/browser": "^11.0.0",
|
|
"@simplewebauthn/server": "^11.0.0",
|
|
"@simplewebauthn/types": "^11.0.0",
|
|
"iron-session": "^8.0.0",
|
|
"next": "15.1.0",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.0",
|
|
"@types/node": "^22.10.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"tailwindcss": "^4.1.0",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|