-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 999 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 999 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "benchmarks",
"module": "index.ts",
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"benchmark": "bun run index.ts"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.4",
"@eslint/js": "^9.39.3",
"@next/eslint-plugin-next": "^16.1.6",
"@types/bun": "^1.3.9",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.27",
"eslint": "^9.39.3",
"eslint-config-next": "^16.1.6",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"typescript-eslint": "^8.56.1"
},
"peerDependencies": {
"typescript": "^5.9.3"
},
"dependencies": {
"@openrouter/ai-sdk-provider": "^1.5.4",
"ai": "^5.0.142",
"bun": "^1.3.10",
"next": "^16.1.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"zod": "^4.3.6"
}
}