Files
JS/05_react/uebungen/u01_hello-react/package.json
Philippe Torrel c548ea97a1
2026-08-05 09:49:28 +02:00

19 lines
384 B
JSON

{
"name": "u01_hello-react",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npx esbuild src/index.jsx --bundle --watch --outfile=dist/bundle.js --loader:.js=jsx"
},
"keywords": [],
"type": "module",
"dependencies": {
"react": "^19.2.8",
"react-dom": "^19.2.8"
},
"devDependencies": {
"esbuild": "^0.28.1"
}
}