mirror of
https://github.com/honojs/hono.git
synced 2024-11-28 08:57:34 +01:00
23 lines
509 B
JSON
23 lines
509 B
JSON
|
{
|
||
|
"name": "jsx",
|
||
|
"version": "1.0.0",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"start": "NODE_ENV=production ts-node index.tsx"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"@types/benchmark": "^2.1.1",
|
||
|
"@types/react": "^18.0.15",
|
||
|
"@types/react-dom": "^18.0.6",
|
||
|
"benchmark": "^2.1.4",
|
||
|
"nano-jsx": "^0.0.32",
|
||
|
"preact": "^10.10.0",
|
||
|
"preact-render-to-string": "^5.2.1",
|
||
|
"react": "^18.2.0",
|
||
|
"react-dom": "^18.2.0",
|
||
|
"ts-node": "^10.9.1",
|
||
|
"typescript": "^4.7.4"
|
||
|
}
|
||
|
}
|