883 lines
30 KiB
JSON
883 lines
30 KiB
JSON
|
|
{
|
||
|
|
"name": "pdimaker-web",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"lockfileVersion": 3,
|
||
|
|
"requires": true,
|
||
|
|
"packages": {
|
||
|
|
"": {
|
||
|
|
"name": "pdimaker-web",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"dependencies": {
|
||
|
|
"@auth/prisma-adapter": "^1.4.0",
|
||
|
|
"@prisma/client": "^5.8.0",
|
||
|
|
"crypto": "^1.0.1",
|
||
|
|
"next": "14.1.0",
|
||
|
|
"next-auth": "^4.24.5",
|
||
|
|
"react": "^18.2.0",
|
||
|
|
"react-dom": "^18.2.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^20",
|
||
|
|
"@types/react": "^18",
|
||
|
|
"@types/react-dom": "^18",
|
||
|
|
"prisma": "^5.8.0",
|
||
|
|
"typescript": "^5"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@auth/core": {
|
||
|
|
"version": "0.34.3",
|
||
|
|
"resolved": "https://registry.npmjs.org/@auth/core/-/core-0.34.3.tgz",
|
||
|
|
"integrity": "sha512-jMjY/S0doZnWYNV90x0jmU3B+UcrsfGYnukxYrRbj0CVvGI/MX3JbHsxSrx2d4mbnXaUsqJmAcDfoQWA6r0lOw==",
|
||
|
|
"license": "ISC",
|
||
|
|
"optional": true,
|
||
|
|
"peer": true,
|
||
|
|
"dependencies": {
|
||
|
|
"@panva/hkdf": "^1.1.1",
|
||
|
|
"@types/cookie": "0.6.0",
|
||
|
|
"cookie": "0.6.0",
|
||
|
|
"jose": "^5.1.3",
|
||
|
|
"oauth4webapi": "^2.10.4",
|
||
|
|
"preact": "10.11.3",
|
||
|
|
"preact-render-to-string": "5.2.3"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"@simplewebauthn/browser": "^9.0.1",
|
||
|
|
"@simplewebauthn/server": "^9.0.2",
|
||
|
|
"nodemailer": "^7"
|
||
|
|
},
|
||
|
|
"peerDependenciesMeta": {
|
||
|
|
"@simplewebauthn/browser": {
|
||
|
|
"optional": true
|
||
|
|
},
|
||
|
|
"@simplewebauthn/server": {
|
||
|
|
"optional": true
|
||
|
|
},
|
||
|
|
"nodemailer": {
|
||
|
|
"optional": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@auth/prisma-adapter": {
|
||
|
|
"version": "1.6.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/@auth/prisma-adapter/-/prisma-adapter-1.6.0.tgz",
|
||
|
|
"integrity": "sha512-PQU8/Oi5gfjzb0MkhMGVX0Dg877phPzsQdK54+C7ubukCeZPjyvuSAx1vVtWEYVWp2oQvjgG/C6QiDoeC7S10A==",
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"@auth/core": "0.29.0"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"@prisma/client": ">=2.26.0 || >=3 || >=4 || >=5"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@auth/prisma-adapter/node_modules/@auth/core": {
|
||
|
|
"version": "0.29.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/@auth/core/-/core-0.29.0.tgz",
|
||
|
|
"integrity": "sha512-MdfEjU6WRjUnPG1+XeBWrTIlAsLZU6V0imCIqVDDDPxLI6UZWldXVqAA2EsDazGofV78jqiCLHaN85mJITDqdg==",
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"@panva/hkdf": "^1.1.1",
|
||
|
|
"@types/cookie": "0.6.0",
|
||
|
|
"cookie": "0.6.0",
|
||
|
|
"jose": "^5.1.3",
|
||
|
|
"oauth4webapi": "^2.4.0",
|
||
|
|
"preact": "10.11.3",
|
||
|
|
"preact-render-to-string": "5.2.3"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"@simplewebauthn/browser": "^9.0.1",
|
||
|
|
"@simplewebauthn/server": "^9.0.2",
|
||
|
|
"nodemailer": "^6.8.0"
|
||
|
|
},
|
||
|
|
"peerDependenciesMeta": {
|
||
|
|
"@simplewebauthn/browser": {
|
||
|
|
"optional": true
|
||
|
|
},
|
||
|
|
"@simplewebauthn/server": {
|
||
|
|
"optional": true
|
||
|
|
},
|
||
|
|
"nodemailer": {
|
||
|
|
"optional": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@babel/runtime": {
|
||
|
|
"version": "7.28.4",
|
||
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz",
|
||
|
|
"integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=6.9.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@next/env": {
|
||
|
|
"version": "14.1.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/@next/env/-/env-14.1.0.tgz",
|
||
|
|
"integrity": "sha512-Py8zIo+02ht82brwwhTg36iogzFqGLPXlRGKQw5s+qP/kMNc4MAyDeEwBKDijk6zTIbegEgu8Qy7C1LboslQAw==",
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/@next/swc-darwin-arm64": {
|
||
|
|
"version": "14.1.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.1.0.tgz",
|
||
|
|
"integrity": "sha512-nUDn7TOGcIeyQni6lZHfzNoo9S0euXnu0jhsbMOmMJUBfgsnESdjN97kM7cBqQxZa8L/bM9om/S5/1dzCrW6wQ==",
|
||
|
|
"cpu": [
|
||
|
|
"arm64"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"darwin"
|
||
|
|
],
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 10"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@next/swc-darwin-x64": {
|
||
|
|
"version": "14.1.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-14.1.0.tgz",
|
||
|
|
"integrity": "sha512-1jgudN5haWxiAl3O1ljUS2GfupPmcftu2RYJqZiMJmmbBT5M1XDffjUtRUzP4W3cBHsrvkfOFdQ71hAreNQP6g==",
|
||
|
|
"cpu": [
|
||
|
|
"x64"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"darwin"
|
||
|
|
],
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 10"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@next/swc-linux-arm64-gnu": {
|
||
|
|
"version": "14.1.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.1.0.tgz",
|
||
|
|
"integrity": "sha512-RHo7Tcj+jllXUbK7xk2NyIDod3YcCPDZxj1WLIYxd709BQ7WuRYl3OWUNG+WUfqeQBds6kvZYlc42NJJTNi4tQ==",
|
||
|
|
"cpu": [
|
||
|
|
"arm64"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"linux"
|
||
|
|
],
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 10"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@next/swc-linux-arm64-musl": {
|
||
|
|
"version": "14.1.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.1.0.tgz",
|
||
|
|
"integrity": "sha512-v6kP8sHYxjO8RwHmWMJSq7VZP2nYCkRVQ0qolh2l6xroe9QjbgV8siTbduED4u0hlk0+tjS6/Tuy4n5XCp+l6g==",
|
||
|
|
"cpu": [
|
||
|
|
"arm64"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"linux"
|
||
|
|
],
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 10"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@next/swc-linux-x64-gnu": {
|
||
|
|
"version": "14.1.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.1.0.tgz",
|
||
|
|
"integrity": "sha512-zJ2pnoFYB1F4vmEVlb/eSe+VH679zT1VdXlZKX+pE66grOgjmKJHKacf82g/sWE4MQ4Rk2FMBCRnX+l6/TVYzQ==",
|
||
|
|
"cpu": [
|
||
|
|
"x64"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"linux"
|
||
|
|
],
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 10"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@next/swc-linux-x64-musl": {
|
||
|
|
"version": "14.1.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.1.0.tgz",
|
||
|
|
"integrity": "sha512-rbaIYFt2X9YZBSbH/CwGAjbBG2/MrACCVu2X0+kSykHzHnYH5FjHxwXLkcoJ10cX0aWCEynpu+rP76x0914atg==",
|
||
|
|
"cpu": [
|
||
|
|
"x64"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"linux"
|
||
|
|
],
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 10"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@next/swc-win32-arm64-msvc": {
|
||
|
|
"version": "14.1.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.1.0.tgz",
|
||
|
|
"integrity": "sha512-o1N5TsYc8f/HpGt39OUQpQ9AKIGApd3QLueu7hXk//2xq5Z9OxmV6sQfNp8C7qYmiOlHYODOGqNNa0e9jvchGQ==",
|
||
|
|
"cpu": [
|
||
|
|
"arm64"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"win32"
|
||
|
|
],
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 10"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@next/swc-win32-ia32-msvc": {
|
||
|
|
"version": "14.1.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.1.0.tgz",
|
||
|
|
"integrity": "sha512-XXIuB1DBRCFwNO6EEzCTMHT5pauwaSj4SWs7CYnME57eaReAKBXCnkUE80p/pAZcewm7hs+vGvNqDPacEXHVkw==",
|
||
|
|
"cpu": [
|
||
|
|
"ia32"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"win32"
|
||
|
|
],
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 10"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@next/swc-win32-x64-msvc": {
|
||
|
|
"version": "14.1.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.1.0.tgz",
|
||
|
|
"integrity": "sha512-9WEbVRRAqJ3YFVqEZIxUqkiO8l1nool1LmNxygr5HWF8AcSYsEpneUDhmjUVJEzO2A04+oPtZdombzzPPkTtgg==",
|
||
|
|
"cpu": [
|
||
|
|
"x64"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"win32"
|
||
|
|
],
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 10"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@panva/hkdf": {
|
||
|
|
"version": "1.2.1",
|
||
|
|
"resolved": "https://registry.npmjs.org/@panva/hkdf/-/hkdf-1.2.1.tgz",
|
||
|
|
"integrity": "sha512-6oclG6Y3PiDFcoyk8srjLfVKyMfVCKJ27JwNPViuXziFpmdz+MZnZN/aKY0JGXgYuO/VghU0jcOAZgWXZ1Dmrw==",
|
||
|
|
"license": "MIT",
|
||
|
|
"funding": {
|
||
|
|
"url": "https://github.com/sponsors/panva"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@prisma/client": {
|
||
|
|
"version": "5.22.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-5.22.0.tgz",
|
||
|
|
"integrity": "sha512-M0SVXfyHnQREBKxCgyo7sffrKttwE6R8PMq330MIUF0pTwjUhLbW84pFDlf06B27XyCR++VtjugEnIHdr07SVA==",
|
||
|
|
"hasInstallScript": true,
|
||
|
|
"license": "Apache-2.0",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=16.13"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"prisma": "*"
|
||
|
|
},
|
||
|
|
"peerDependenciesMeta": {
|
||
|
|
"prisma": {
|
||
|
|
"optional": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@prisma/debug": {
|
||
|
|
"version": "5.22.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/@prisma/debug/-/debug-5.22.0.tgz",
|
||
|
|
"integrity": "sha512-AUt44v3YJeggO2ZU5BkXI7M4hu9BF2zzH2iF2V5pyXT/lRTyWiElZ7It+bRH1EshoMRxHgpYg4VB6rCM+mG5jQ==",
|
||
|
|
"devOptional": true,
|
||
|
|
"license": "Apache-2.0"
|
||
|
|
},
|
||
|
|
"node_modules/@prisma/engines": {
|
||
|
|
"version": "5.22.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/@prisma/engines/-/engines-5.22.0.tgz",
|
||
|
|
"integrity": "sha512-UNjfslWhAt06kVL3CjkuYpHAWSO6L4kDCVPegV6itt7nD1kSJavd3vhgAEhjglLJJKEdJ7oIqDJ+yHk6qO8gPA==",
|
||
|
|
"devOptional": true,
|
||
|
|
"hasInstallScript": true,
|
||
|
|
"license": "Apache-2.0",
|
||
|
|
"dependencies": {
|
||
|
|
"@prisma/debug": "5.22.0",
|
||
|
|
"@prisma/engines-version": "5.22.0-44.605197351a3c8bdd595af2d2a9bc3025bca48ea2",
|
||
|
|
"@prisma/fetch-engine": "5.22.0",
|
||
|
|
"@prisma/get-platform": "5.22.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@prisma/engines-version": {
|
||
|
|
"version": "5.22.0-44.605197351a3c8bdd595af2d2a9bc3025bca48ea2",
|
||
|
|
"resolved": "https://registry.npmjs.org/@prisma/engines-version/-/engines-version-5.22.0-44.605197351a3c8bdd595af2d2a9bc3025bca48ea2.tgz",
|
||
|
|
"integrity": "sha512-2PTmxFR2yHW/eB3uqWtcgRcgAbG1rwG9ZriSvQw+nnb7c4uCr3RAcGMb6/zfE88SKlC1Nj2ziUvc96Z379mHgQ==",
|
||
|
|
"devOptional": true,
|
||
|
|
"license": "Apache-2.0"
|
||
|
|
},
|
||
|
|
"node_modules/@prisma/fetch-engine": {
|
||
|
|
"version": "5.22.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/@prisma/fetch-engine/-/fetch-engine-5.22.0.tgz",
|
||
|
|
"integrity": "sha512-bkrD/Mc2fSvkQBV5EpoFcZ87AvOgDxbG99488a5cexp5Ccny+UM6MAe/UFkUC0wLYD9+9befNOqGiIJhhq+HbA==",
|
||
|
|
"devOptional": true,
|
||
|
|
"license": "Apache-2.0",
|
||
|
|
"dependencies": {
|
||
|
|
"@prisma/debug": "5.22.0",
|
||
|
|
"@prisma/engines-version": "5.22.0-44.605197351a3c8bdd595af2d2a9bc3025bca48ea2",
|
||
|
|
"@prisma/get-platform": "5.22.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@prisma/get-platform": {
|
||
|
|
"version": "5.22.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/@prisma/get-platform/-/get-platform-5.22.0.tgz",
|
||
|
|
"integrity": "sha512-pHhpQdr1UPFpt+zFfnPazhulaZYCUqeIcPpJViYoq9R+D/yw4fjE+CtnsnKzPYm0ddUbeXUzjGVGIRVgPDCk4Q==",
|
||
|
|
"devOptional": true,
|
||
|
|
"license": "Apache-2.0",
|
||
|
|
"dependencies": {
|
||
|
|
"@prisma/debug": "5.22.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@swc/helpers": {
|
||
|
|
"version": "0.5.2",
|
||
|
|
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.2.tgz",
|
||
|
|
"integrity": "sha512-E4KcWTpoLHqwPHLxidpOqQbcrZVgi0rsmmZXUle1jXmJfuIf/UWpczUJ7MZZ5tlxytgJXyp0w4PGkkeLiuIdZw==",
|
||
|
|
"license": "Apache-2.0",
|
||
|
|
"dependencies": {
|
||
|
|
"tslib": "^2.4.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@types/cookie": {
|
||
|
|
"version": "0.6.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz",
|
||
|
|
"integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==",
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/@types/node": {
|
||
|
|
"version": "20.19.25",
|
||
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.25.tgz",
|
||
|
|
"integrity": "sha512-ZsJzA5thDQMSQO788d7IocwwQbI8B5OPzmqNvpf3NY/+MHDAS759Wo0gd2WQeXYt5AAAQjzcrTVC6SKCuYgoCQ==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"undici-types": "~6.21.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@types/prop-types": {
|
||
|
|
"version": "15.7.15",
|
||
|
|
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz",
|
||
|
|
"integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/@types/react": {
|
||
|
|
"version": "18.3.27",
|
||
|
|
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.27.tgz",
|
||
|
|
"integrity": "sha512-cisd7gxkzjBKU2GgdYrTdtQx1SORymWyaAFhaxQPK9bYO9ot3Y5OikQRvY0VYQtvwjeQnizCINJAenh/V7MK2w==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@types/prop-types": "*",
|
||
|
|
"csstype": "^3.2.2"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/@types/react-dom": {
|
||
|
|
"version": "18.3.7",
|
||
|
|
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.7.tgz",
|
||
|
|
"integrity": "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"peerDependencies": {
|
||
|
|
"@types/react": "^18.0.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/busboy": {
|
||
|
|
"version": "1.6.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz",
|
||
|
|
"integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==",
|
||
|
|
"dependencies": {
|
||
|
|
"streamsearch": "^1.1.0"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=10.16.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/caniuse-lite": {
|
||
|
|
"version": "1.0.30001755",
|
||
|
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001755.tgz",
|
||
|
|
"integrity": "sha512-44V+Jm6ctPj7R52Na4TLi3Zri4dWUljJd+RDm+j8LtNCc/ihLCT+X1TzoOAkRETEWqjuLnh9581Tl80FvK7jVA==",
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"type": "opencollective",
|
||
|
|
"url": "https://opencollective.com/browserslist"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "tidelift",
|
||
|
|
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "github",
|
||
|
|
"url": "https://github.com/sponsors/ai"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"license": "CC-BY-4.0"
|
||
|
|
},
|
||
|
|
"node_modules/client-only": {
|
||
|
|
"version": "0.0.1",
|
||
|
|
"resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
|
||
|
|
"integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/cookie": {
|
||
|
|
"version": "0.6.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz",
|
||
|
|
"integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 0.6"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/crypto": {
|
||
|
|
"version": "1.0.1",
|
||
|
|
"resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz",
|
||
|
|
"integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==",
|
||
|
|
"deprecated": "This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.",
|
||
|
|
"license": "ISC"
|
||
|
|
},
|
||
|
|
"node_modules/csstype": {
|
||
|
|
"version": "3.2.3",
|
||
|
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
|
||
|
|
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/fsevents": {
|
||
|
|
"version": "2.3.3",
|
||
|
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
||
|
|
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
||
|
|
"dev": true,
|
||
|
|
"hasInstallScript": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"optional": true,
|
||
|
|
"os": [
|
||
|
|
"darwin"
|
||
|
|
],
|
||
|
|
"engines": {
|
||
|
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/graceful-fs": {
|
||
|
|
"version": "4.2.11",
|
||
|
|
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
||
|
|
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
||
|
|
"license": "ISC"
|
||
|
|
},
|
||
|
|
"node_modules/jose": {
|
||
|
|
"version": "5.10.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/jose/-/jose-5.10.0.tgz",
|
||
|
|
"integrity": "sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==",
|
||
|
|
"license": "MIT",
|
||
|
|
"funding": {
|
||
|
|
"url": "https://github.com/sponsors/panva"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/js-tokens": {
|
||
|
|
"version": "4.0.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
||
|
|
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/loose-envify": {
|
||
|
|
"version": "1.4.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
|
||
|
|
"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"js-tokens": "^3.0.0 || ^4.0.0"
|
||
|
|
},
|
||
|
|
"bin": {
|
||
|
|
"loose-envify": "cli.js"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/lru-cache": {
|
||
|
|
"version": "6.0.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
||
|
|
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"yallist": "^4.0.0"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=10"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/nanoid": {
|
||
|
|
"version": "3.3.11",
|
||
|
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
||
|
|
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"type": "github",
|
||
|
|
"url": "https://github.com/sponsors/ai"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"bin": {
|
||
|
|
"nanoid": "bin/nanoid.cjs"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/next": {
|
||
|
|
"version": "14.1.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/next/-/next-14.1.0.tgz",
|
||
|
|
"integrity": "sha512-wlzrsbfeSU48YQBjZhDzOwhWhGsy+uQycR8bHAOt1LY1bn3zZEcDyHQOEoN3aWzQ8LHCAJ1nqrWCc9XF2+O45Q==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@next/env": "14.1.0",
|
||
|
|
"@swc/helpers": "0.5.2",
|
||
|
|
"busboy": "1.6.0",
|
||
|
|
"caniuse-lite": "^1.0.30001579",
|
||
|
|
"graceful-fs": "^4.2.11",
|
||
|
|
"postcss": "8.4.31",
|
||
|
|
"styled-jsx": "5.1.1"
|
||
|
|
},
|
||
|
|
"bin": {
|
||
|
|
"next": "dist/bin/next"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=18.17.0"
|
||
|
|
},
|
||
|
|
"optionalDependencies": {
|
||
|
|
"@next/swc-darwin-arm64": "14.1.0",
|
||
|
|
"@next/swc-darwin-x64": "14.1.0",
|
||
|
|
"@next/swc-linux-arm64-gnu": "14.1.0",
|
||
|
|
"@next/swc-linux-arm64-musl": "14.1.0",
|
||
|
|
"@next/swc-linux-x64-gnu": "14.1.0",
|
||
|
|
"@next/swc-linux-x64-musl": "14.1.0",
|
||
|
|
"@next/swc-win32-arm64-msvc": "14.1.0",
|
||
|
|
"@next/swc-win32-ia32-msvc": "14.1.0",
|
||
|
|
"@next/swc-win32-x64-msvc": "14.1.0"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"@opentelemetry/api": "^1.1.0",
|
||
|
|
"react": "^18.2.0",
|
||
|
|
"react-dom": "^18.2.0",
|
||
|
|
"sass": "^1.3.0"
|
||
|
|
},
|
||
|
|
"peerDependenciesMeta": {
|
||
|
|
"@opentelemetry/api": {
|
||
|
|
"optional": true
|
||
|
|
},
|
||
|
|
"sass": {
|
||
|
|
"optional": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/next-auth": {
|
||
|
|
"version": "4.24.13",
|
||
|
|
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.13.tgz",
|
||
|
|
"integrity": "sha512-sgObCfcfL7BzIK76SS5TnQtc3yo2Oifp/yIpfv6fMfeBOiBJkDWF3A2y9+yqnmJ4JKc2C+nMjSjmgDeTwgN1rQ==",
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"@babel/runtime": "^7.20.13",
|
||
|
|
"@panva/hkdf": "^1.0.2",
|
||
|
|
"cookie": "^0.7.0",
|
||
|
|
"jose": "^4.15.5",
|
||
|
|
"oauth": "^0.9.15",
|
||
|
|
"openid-client": "^5.4.0",
|
||
|
|
"preact": "^10.6.3",
|
||
|
|
"preact-render-to-string": "^5.1.19",
|
||
|
|
"uuid": "^8.3.2"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"@auth/core": "0.34.3",
|
||
|
|
"next": "^12.2.5 || ^13 || ^14 || ^15 || ^16",
|
||
|
|
"nodemailer": "^7.0.7",
|
||
|
|
"react": "^17.0.2 || ^18 || ^19",
|
||
|
|
"react-dom": "^17.0.2 || ^18 || ^19"
|
||
|
|
},
|
||
|
|
"peerDependenciesMeta": {
|
||
|
|
"@auth/core": {
|
||
|
|
"optional": true
|
||
|
|
},
|
||
|
|
"nodemailer": {
|
||
|
|
"optional": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/next-auth/node_modules/cookie": {
|
||
|
|
"version": "0.7.2",
|
||
|
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
|
||
|
|
"integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 0.6"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/next-auth/node_modules/jose": {
|
||
|
|
"version": "4.15.9",
|
||
|
|
"resolved": "https://registry.npmjs.org/jose/-/jose-4.15.9.tgz",
|
||
|
|
"integrity": "sha512-1vUQX+IdDMVPj4k8kOxgUqlcK518yluMuGZwqlr44FS1ppZB/5GWh4rZG89erpOBOJjU/OBsnCVFfapsRz6nEA==",
|
||
|
|
"license": "MIT",
|
||
|
|
"funding": {
|
||
|
|
"url": "https://github.com/sponsors/panva"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/oauth": {
|
||
|
|
"version": "0.9.15",
|
||
|
|
"resolved": "https://registry.npmjs.org/oauth/-/oauth-0.9.15.tgz",
|
||
|
|
"integrity": "sha512-a5ERWK1kh38ExDEfoO6qUHJb32rd7aYmPHuyCu3Fta/cnICvYmgd2uhuKXvPD+PXB+gCEYYEaQdIRAjCOwAKNA==",
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/oauth4webapi": {
|
||
|
|
"version": "2.17.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-2.17.0.tgz",
|
||
|
|
"integrity": "sha512-lbC0Z7uzAFNFyzEYRIC+pkSVvDHJTbEW+dYlSBAlCYDe6RxUkJ26bClhk8ocBZip1wfI9uKTe0fm4Ib4RHn6uQ==",
|
||
|
|
"license": "MIT",
|
||
|
|
"funding": {
|
||
|
|
"url": "https://github.com/sponsors/panva"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/object-hash": {
|
||
|
|
"version": "2.2.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz",
|
||
|
|
"integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 6"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/oidc-token-hash": {
|
||
|
|
"version": "5.2.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/oidc-token-hash/-/oidc-token-hash-5.2.0.tgz",
|
||
|
|
"integrity": "sha512-6gj2m8cJZ+iSW8bm0FXdGF0YhIQbKrfP4yWTNzxc31U6MOjfEmB1rHvlYvxI1B7t7BCi1F2vYTT6YhtQRG4hxw==",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": "^10.13.0 || >=12.0.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/openid-client": {
|
||
|
|
"version": "5.7.1",
|
||
|
|
"resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.7.1.tgz",
|
||
|
|
"integrity": "sha512-jDBPgSVfTnkIh71Hg9pRvtJc6wTwqjRkN88+gCFtYWrlP4Yx2Dsrow8uPi3qLr/aeymPF3o2+dS+wOpglK04ew==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"jose": "^4.15.9",
|
||
|
|
"lru-cache": "^6.0.0",
|
||
|
|
"object-hash": "^2.2.0",
|
||
|
|
"oidc-token-hash": "^5.0.3"
|
||
|
|
},
|
||
|
|
"funding": {
|
||
|
|
"url": "https://github.com/sponsors/panva"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/openid-client/node_modules/jose": {
|
||
|
|
"version": "4.15.9",
|
||
|
|
"resolved": "https://registry.npmjs.org/jose/-/jose-4.15.9.tgz",
|
||
|
|
"integrity": "sha512-1vUQX+IdDMVPj4k8kOxgUqlcK518yluMuGZwqlr44FS1ppZB/5GWh4rZG89erpOBOJjU/OBsnCVFfapsRz6nEA==",
|
||
|
|
"license": "MIT",
|
||
|
|
"funding": {
|
||
|
|
"url": "https://github.com/sponsors/panva"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/picocolors": {
|
||
|
|
"version": "1.1.1",
|
||
|
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
||
|
|
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
||
|
|
"license": "ISC"
|
||
|
|
},
|
||
|
|
"node_modules/postcss": {
|
||
|
|
"version": "8.4.31",
|
||
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
|
||
|
|
"integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"type": "opencollective",
|
||
|
|
"url": "https://opencollective.com/postcss/"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "tidelift",
|
||
|
|
"url": "https://tidelift.com/funding/github/npm/postcss"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "github",
|
||
|
|
"url": "https://github.com/sponsors/ai"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"nanoid": "^3.3.6",
|
||
|
|
"picocolors": "^1.0.0",
|
||
|
|
"source-map-js": "^1.0.2"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": "^10 || ^12 || >=14"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/preact": {
|
||
|
|
"version": "10.11.3",
|
||
|
|
"resolved": "https://registry.npmjs.org/preact/-/preact-10.11.3.tgz",
|
||
|
|
"integrity": "sha512-eY93IVpod/zG3uMF22Unl8h9KkrcKIRs2EGar8hwLZZDU1lkjph303V9HZBwufh2s736U6VXuhD109LYqPoffg==",
|
||
|
|
"license": "MIT",
|
||
|
|
"funding": {
|
||
|
|
"type": "opencollective",
|
||
|
|
"url": "https://opencollective.com/preact"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/preact-render-to-string": {
|
||
|
|
"version": "5.2.3",
|
||
|
|
"resolved": "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-5.2.3.tgz",
|
||
|
|
"integrity": "sha512-aPDxUn5o3GhWdtJtW0svRC2SS/l8D9MAgo2+AWml+BhDImb27ALf04Q2d+AHqUUOc6RdSXFIBVa2gxzgMKgtZA==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"pretty-format": "^3.8.0"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"preact": ">=10"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/pretty-format": {
|
||
|
|
"version": "3.8.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-3.8.0.tgz",
|
||
|
|
"integrity": "sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew==",
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/prisma": {
|
||
|
|
"version": "5.22.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/prisma/-/prisma-5.22.0.tgz",
|
||
|
|
"integrity": "sha512-vtpjW3XuYCSnMsNVBjLMNkTj6OZbudcPPTPYHqX0CJfpcdWciI1dM8uHETwmDxxiqEwCIE6WvXucWUetJgfu/A==",
|
||
|
|
"devOptional": true,
|
||
|
|
"hasInstallScript": true,
|
||
|
|
"license": "Apache-2.0",
|
||
|
|
"dependencies": {
|
||
|
|
"@prisma/engines": "5.22.0"
|
||
|
|
},
|
||
|
|
"bin": {
|
||
|
|
"prisma": "build/index.js"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=16.13"
|
||
|
|
},
|
||
|
|
"optionalDependencies": {
|
||
|
|
"fsevents": "2.3.3"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/react": {
|
||
|
|
"version": "18.3.1",
|
||
|
|
"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
|
||
|
|
"integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"loose-envify": "^1.1.0"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=0.10.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/react-dom": {
|
||
|
|
"version": "18.3.1",
|
||
|
|
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
|
||
|
|
"integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"loose-envify": "^1.1.0",
|
||
|
|
"scheduler": "^0.23.2"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"react": "^18.3.1"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/scheduler": {
|
||
|
|
"version": "0.23.2",
|
||
|
|
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
|
||
|
|
"integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"loose-envify": "^1.1.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/source-map-js": {
|
||
|
|
"version": "1.2.1",
|
||
|
|
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
||
|
|
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
||
|
|
"license": "BSD-3-Clause",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=0.10.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/streamsearch": {
|
||
|
|
"version": "1.1.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
|
||
|
|
"integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=10.0.0"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/styled-jsx": {
|
||
|
|
"version": "5.1.1",
|
||
|
|
"resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.1.tgz",
|
||
|
|
"integrity": "sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"client-only": "0.0.1"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 12.0.0"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"react": ">= 16.8.0 || 17.x.x || ^18.0.0-0"
|
||
|
|
},
|
||
|
|
"peerDependenciesMeta": {
|
||
|
|
"@babel/core": {
|
||
|
|
"optional": true
|
||
|
|
},
|
||
|
|
"babel-plugin-macros": {
|
||
|
|
"optional": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/tslib": {
|
||
|
|
"version": "2.8.1",
|
||
|
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
||
|
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
||
|
|
"license": "0BSD"
|
||
|
|
},
|
||
|
|
"node_modules/typescript": {
|
||
|
|
"version": "5.9.3",
|
||
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
||
|
|
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "Apache-2.0",
|
||
|
|
"bin": {
|
||
|
|
"tsc": "bin/tsc",
|
||
|
|
"tsserver": "bin/tsserver"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=14.17"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/undici-types": {
|
||
|
|
"version": "6.21.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
||
|
|
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
||
|
|
"dev": true,
|
||
|
|
"license": "MIT"
|
||
|
|
},
|
||
|
|
"node_modules/uuid": {
|
||
|
|
"version": "8.3.2",
|
||
|
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
||
|
|
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
||
|
|
"license": "MIT",
|
||
|
|
"bin": {
|
||
|
|
"uuid": "dist/bin/uuid"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/yallist": {
|
||
|
|
"version": "4.0.0",
|
||
|
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
||
|
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
||
|
|
"license": "ISC"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|