~repos /edge-city
git clone https://pyrossh.dev/repos/edge-city.git
edge-city is a next level meta-framework for react that runs only on edge runtimes
lib/package.json
{ "name": "edge-city", "version": "0.5.0", "type": "module", "main": "client", "engines": { "node": ">= 20" }, "scripts": { "test": "NODE_OPTIONS=--experimental-vm-modules jest index.test.js" }, "dependencies": { "history": "^5.3.0", "radix3": "^1.0.0", "isbot": "3.6.10" }, "devDependencies": { "autoprefixer": "^10.4.14", "bytes": "3.1.2", "esbuild": "0.17.19", "yargs": "17.7.2", "mime-types": "2.1.35", "fs-extra": "11.1.1", "ms": "2.1.3", "picocolors": "1.0.0", "postcss": "^8.4.21", "postcss-custom-media": "^9.1.2", "postcss-nesting": "^11.2.1", "walkdir": "0.4.1", "esbuild-plugin-resolve": "2.0.0", "wrangler": "3.0.1", "miniflare": "3.0.1", "vite": "4.3.9", "express": "4.18.2", "node-watch": "0.7.3", "dotenv": "16.0.3", "jest": "29.5.0" }, "peerDependencies": { "react": "*", "react-dom": "*", "react-error-boundary": "*", "react-helmet-async": "*" }, "bin": { "edge-city": "bin/cli.js" }, "jest": { "verbose": true }}