CoolFace
Apppublic

ZEROLegion/Formula1APP

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
package.json17 linesDownload Raw Back to root
1{2  "name": "formula1predandsimdashboard-master",3  "version": "1.0.0",4  "description": "A Monte Carlo simulation app for F1 race outcomes using Julia for high-performance simulations and FastAPI for the web interface.",5  "main": "index.js",6  "scripts": {7    "test": "echo \"Error: no test specified\" && exit 1"8  },9  "keywords": [],10  "author": "",11  "license": "ISC",12  "type": "commonjs",13  "dependencies": {14    "tailwindcss": "^4.2.2"15  }16}17