Files
netris-nestri/apps/nexus/package.json
Wanjohi 73cec51728 feat: Add qwik-react (#103)
This adds the following pages:

The landing page (/)
The pricing page (/pricing)
The contact page (/contact)
The changelog page (/changelog)
Terms Of Service page (/terms)
Privacy Policy (/privacy)
2024-08-30 16:19:58 +03:00

24 lines
561 B
JSON

{
"name": "@nestri/nexus",
"version": "0.0.1",
"private": true,
"description": "Nestri's core",
"scripts": {
"dev": "wrangler dev src/index.ts",
"deploy": "wrangler deploy --minify src/index.ts"
},
"dependencies": {
"hono": "^4.5.5"
},
"devDependencies": {
"@cf-wasm/resvg": "^0.1.21",
"@cloudflare/workers-types": "^4.20240529.0",
"@jsquash/avif": "^1.3.0",
"@jsquash/jpeg": "^1.4.0",
"@jsquash/resize": "^2.0.0",
"@nestri/cache": "workspace:*",
"tinycolor2": "^1.6.0",
"wrangler": "^3.72.2"
}
}