Files
metasploit-gs/data/exploits/react2shell_unauth_rce_cve_2025_55182/package.json
T

23 lines
421 B
JSON

{
"name": "my-next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"react": "19.0.0",
"react-dom": "19.0.0",
"next": "15.0.4"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18"
}
}