loop-benchmarking

Controlled experiments across agentic coding configurations. Same task, one variable, what actually works.
git clone https://git.shiptheloop.com/loop-benchmarking.git
Log | Files | Refs | README

package.json (590B)


      1 {
      2   "name": "dashboard",
      3   "type": "module",
      4   "version": "0.0.1",
      5   "engines": {
      6     "node": ">=22.12.0"
      7   },
      8   "scripts": {
      9     "dev": "astro dev",
     10     "build": "astro build",
     11     "preview": "astro preview",
     12     "astro": "astro"
     13   },
     14   "dependencies": {
     15     "@astrojs/check": "^0.9.8",
     16     "@astrojs/react": "^5.0.2",
     17     "@react-three/drei": "^10.7.7",
     18     "@react-three/fiber": "^9.5.0",
     19     "@types/react": "^19.2.14",
     20     "@types/react-dom": "^19.2.3",
     21     "astro": "^6.1.3",
     22     "react": "^19.2.4",
     23     "react-dom": "^19.2.4",
     24     "recharts": "^3.8.1",
     25     "three": "^0.183.2"
     26   }
     27 }

Impressum · Datenschutz