-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 895 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 895 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
{
"name": "10x-bench",
"version": "1.0.0",
"description": "Benchmark for various LLMs vibe coding Przeprogramowani.pl website",
"type": "module",
"scripts": {
"process-results": "tsx scripts/process-results.ts",
"dev": "npm run process-results && cd website && npm run dev",
"build": "npm run process-results && cd website && npm run build",
"screenshots": "tsx scripts/take-screenshots.ts"
},
"keywords": [
"benchmark",
"llm",
"przeprogramowani"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "25.2.2",
"autoprefixer": "^10.5.0",
"playwright": "^1.50.0",
"postcss": "^8.5.10",
"tailwindcss": "^3.4.17",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
},
"dependencies": {
"@astrojs/react": "^4.4.2",
"@astrojs/tailwind": "^6.0.2",
"react": "^19.2.4",
"react-dom": "^19.2.4"
}
}