19 lines
384 B
JSON
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"
|
|
}
|
|
}
|