|
|
|
|
@ -8,6 +8,7 @@
@@ -8,6 +8,7 @@
|
|
|
|
|
"name": "kiddos-frontend", |
|
|
|
|
"version": "1.0.0", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@types/node": "^20.10.5", |
|
|
|
|
"@types/react": "^18.2.43", |
|
|
|
|
"@types/react-dom": "^18.2.17", |
|
|
|
|
"@types/react-router-dom": "^5.3.3", |
|
|
|
|
@ -1050,6 +1051,15 @@
@@ -1050,6 +1051,15 @@
|
|
|
|
|
"integrity": "sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==", |
|
|
|
|
"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==", |
|
|
|
|
"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", |
|
|
|
|
@ -1824,6 +1834,12 @@
@@ -1824,6 +1834,12 @@
|
|
|
|
|
"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==", |
|
|
|
|
"license": "MIT" |
|
|
|
|
}, |
|
|
|
|
"node_modules/update-browserslist-db": { |
|
|
|
|
"version": "1.1.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz", |
|
|
|
|
|