UNPKG

@reliverse/rse

Version:

@reliverse/rse is your all-in-one companion for bootstrapping and improving any kind of projects (especially web apps built with frameworks like Next.js) — whether you're kicking off something new or upgrading an existing app. It is also a little AI-power

118 lines 3.39 kB
{ "dependencies": { "@ai-sdk/openai": "^1.3.22", "@hookform/resolvers": "^5.1.1", "@libsql/client": "^0.15.9", "@mendable/firecrawl-js": "^1.25.5", "@octokit/plugin-rest-endpoint-methods": "^16.0.0", "@octokit/request-error": "^7.0.0", "@octokit/rest": "^22.0.0", "@radix-ui/react-label": "^2.1.7", "@radix-ui/react-select": "^2.2.5", "@radix-ui/react-slot": "^1.2.3", "@reliverse/cfg": "^1.7.58", "@reliverse/pathkit": "^1.3.4", "@reliverse/relico": "^1.1.2", "@reliverse/relifso": "^1.4.5", "@reliverse/relinka": "^1.5.3", "@reliverse/rempts": "^1.7.40", "@reliverse/runtime": "^1.0.3", "@sinclair/typebox": "^0.34.35", "@uploadcare/upload-client": "^6.14.3", "@vercel/sdk": "^1.8.5", "@webtui/css": "^0.1.2", "ai": "^4.3.16", "async-listen": "^3.1.0", "better-auth": "^1.2.9", "better-sqlite3": "^11.10.0", "c12": "^3.0.4", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "confbox": "^0.2.2", "destr": "^2.0.5", "detect-package-manager": "^3.0.2", "dotenv": "^16.5.0", "drizzle-orm": "^0.44.2", "enquirer": "^2.4.1", "escape-string-regexp": "^5.0.0", "execa": "^9.6.0", "globby": "^14.1.0", "gpt-tokenizer": "^3.0.1", "gradient-string": "^3.0.0", "handlebars": "^4.7.8", "https-proxy-agent": "^7.0.6", "jiti": "^2.4.2", "jsonrepair": "^3.12.0", "lookpath": "^1.2.3", "lucide-react": "^0.518.0", "magic-string": "^0.30.17", "magicast": "^0.3.5", "nanoid": "^5.1.5", "nypm": "^0.6.0", "octokit": "^5.0.3", "ofetch": "^1.4.1", "open": "^10.1.2", "ora": "^8.2.0", "p-limit": "^6.2.0", "p-map": "^7.0.3", "pkg-types": "^2.1.0", "posthog-node": "^5.1.1", "pretty-bytes": "^7.0.0", "querystring": "^0.2.1", "random-words": "^2.0.1", "react": "^19.1.0", "react-dom": "^19.1.0", "react-hook-form": "^7.58.1", "semver": "^7.7.2", "simple-git": "^3.28.0", "tailwind-merge": "^3.3.1", "tailwindcss": "^4.1.10", "tailwindcss-animate": "^1.0.7", "tar": "^7.4.3", "tar-stream": "^3.1.7", "tinyglobby": "^0.2.14", "uncrypto": "^0.1.3", "uploadthing": "^7.7.2", "zod": "^3.25.67" }, "description": "@reliverse/rse is your all-in-one companion for bootstrapping and improving any kind of projects (especially web apps built with frameworks like Next.js) — whether you're kicking off something new or upgrading an existing app. It is also a little AI-powered toolbox in your terminal, ready to help with coding, refactoring, image gen, and more.", "homepage": "https://docs.reliverse.org", "license": "MIT", "name": "@reliverse/rse", "type": "module", "version": "1.7.9", "keywords": [ "reliverse", "cli", "command-line", "rse" ], "author": "reliverse", "bugs": { "email": "blefnk@gmail.com", "url": "https://github.com/reliverse/rse/issues" }, "repository": { "type": "git", "url": "git+https://github.com/reliverse/rse.git" }, "bin": { "rse": "bin/cli.js" }, "devDependencies": {}, "exports": { ".": "./bin/mod.js" }, "files": [ "bin", "package.json", "README.md", "LICENSE", "LICENSES" ], "main": "./bin/mod.js", "module": "./bin/mod.js", "publishConfig": { "access": "public" } }