|
|
|
|
@ -14,6 +14,7 @@ |
|
|
|
|
"marked": "^12.0.2", |
|
|
|
|
"react": "^18.2.0", |
|
|
|
|
"react-dom": "^18.2.0", |
|
|
|
|
"react-router-dom": "^7.9.4", |
|
|
|
|
"recharts": "^2.8.0" |
|
|
|
|
}, |
|
|
|
|
"devDependencies": { |
|
|
|
|
@ -1653,6 +1654,15 @@ |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT" |
|
|
|
|
}, |
|
|
|
|
"node_modules/cookie": { |
|
|
|
|
"version": "1.0.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz", |
|
|
|
|
"integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=18" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/cross-spawn": { |
|
|
|
|
"version": "7.0.6", |
|
|
|
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", |
|
|
|
|
@ -3271,6 +3281,44 @@ |
|
|
|
|
"node": ">=0.10.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/react-router": { |
|
|
|
|
"version": "7.9.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.9.4.tgz", |
|
|
|
|
"integrity": "sha512-SD3G8HKviFHg9xj7dNODUKDFgpG4xqD5nhyd0mYoB5iISepuZAvzSr8ywxgxKJ52yRzf/HWtVHc9AWwoTbljvA==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"cookie": "^1.0.1", |
|
|
|
|
"set-cookie-parser": "^2.6.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=20.0.0" |
|
|
|
|
}, |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"react": ">=18", |
|
|
|
|
"react-dom": ">=18" |
|
|
|
|
}, |
|
|
|
|
"peerDependenciesMeta": { |
|
|
|
|
"react-dom": { |
|
|
|
|
"optional": true |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/react-router-dom": { |
|
|
|
|
"version": "7.9.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.9.4.tgz", |
|
|
|
|
"integrity": "sha512-f30P6bIkmYvnHHa5Gcu65deIXoA2+r3Eb6PJIAddvsT9aGlchMatJ51GgpU470aSqRRbFX22T70yQNUGuW3DfA==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"react-router": "7.9.4" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=20.0.0" |
|
|
|
|
}, |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"react": ">=18", |
|
|
|
|
"react-dom": ">=18" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/react-smooth": { |
|
|
|
|
"version": "4.0.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/react-smooth/-/react-smooth-4.0.4.tgz", |
|
|
|
|
@ -3435,6 +3483,12 @@ |
|
|
|
|
"node": ">=10" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/set-cookie-parser": { |
|
|
|
|
"version": "2.7.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz", |
|
|
|
|
"integrity": "sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==", |
|
|
|
|
"license": "MIT" |
|
|
|
|
}, |
|
|
|
|
"node_modules/shebang-command": { |
|
|
|
|
"version": "2.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", |
|
|
|
|
|