benchmarks / package.json
vincelwt's picture
initial commit
4ffd659 unverified
raw
history blame
439 Bytes
{
"name": "benchmarks",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3010",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "13.4.19",
"next-plausible": "^3.11.1",
"openai": "^4.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sqlite": "^5.0.1",
"sqlite3": "^5.1.6"
},
"prettier": {
"semi": false
}
}