26 lines
537 B
JSON
26 lines
537 B
JSON
{
|
|
"name": "coolrl-lost-cities-web",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"onnxruntime-web": "1.27.0",
|
|
"react": "19.2.7",
|
|
"react-dom": "19.2.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "19.2.17",
|
|
"@types/react-dom": "19.2.3",
|
|
"@vitejs/plugin-react": "6.0.3",
|
|
"typescript": "7.0.2",
|
|
"vite": "8.1.4",
|
|
"vitest": "4.1.10"
|
|
}
|
|
}
|