05/18/2026 Catchup - linksync project work and TicTacToe evaluations on different coding LLMs with OpenCode.
This commit is contained in:
21
TicTacToe-Compare/ministral-3-14b/package.json
Normal file
21
TicTacToe-Compare/ministral-3-14b/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "tictactoe",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"dev": "vite src",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"description": "A web-based Tic-Tac-Toe game with AI",
|
||||
"main": "index.js",
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"create-vite": "^9.0.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^8.0.13"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user