2024-09-19 20:50:21 +00:00
|
|
|
{
|
|
|
|
"name": "x86-wordle",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "src/main.jsx",
|
|
|
|
"scripts": {
|
|
|
|
"build": "esbuild src/main.jsx --bundle --outfile='html/static/bundle.js' --tree-shaking=true --minify",
|
|
|
|
"watch": "esbuild src/main.jsx --bundle --outfile='html/static/bundle.js' --watch",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "."
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2024-12-09 18:53:30 +00:00
|
|
|
"react": "^19.0.0",
|
|
|
|
"react-dom": "^19.0.0"
|
2024-09-19 20:50:21 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-12-23 18:43:26 +00:00
|
|
|
"esbuild": "^0.24.2"
|
2024-09-19 20:50:21 +00:00
|
|
|
}
|
|
|
|
}
|