20 lines
412 B
JSON
20 lines
412 B
JSON
{
|
|
"name": "react-benchmark",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "./src/index.jsx",
|
|
"scripts": {
|
|
"build": "esbuild ./src/index.jsx --bundle --outfile=index.js",
|
|
"start": "node index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"benchmark": "^2.1.4",
|
|
"esbuild": "0.19.2",
|
|
"microtime": "^3.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
}
|