gpted / frontend /package.json
dependabot[bot]
Bump esbuild from 0.24.0 to 0.25.0 in /frontend
7ac0b6a unverified
raw
history blame contribute delete
366 Bytes
{
"name": "gpted-frontend",
"type": "module",
"scripts": {
"build": "node esbuild.js",
"watch": "node esbuild.js --watch"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"esbuild": "^0.25.0",
"typescript": "^5.6.3"
}
}