This commit is contained in:
18
05_react/uebungen/u01_hello-react/package.json
Normal file
18
05_react/uebungen/u01_hello-react/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user