UNPKG

@vladimirdukelic/revolutionary-ui-factory

Version:

Revolutionary UI Factory System v2 - Generate ANY UI component for ANY framework with 60-95% code reduction

128 lines (127 loc) 3.43 kB
{ "name": "@vladimirdukelic/revolutionary-ui-factory", "version": "2.1.0", "description": "Revolutionary UI Factory System v2 - Generate ANY UI component for ANY framework with 60-95% code reduction", "keywords": [ "ui", "factory", "components", "react", "vue", "angular", "declarative", "framework-agnostic", "revolutionary", "code-reduction", "productivity" ], "author": { "name": "Vladimir Dukelic", "email": "vladimir@dukelic.com", "url": "https://github.com/siliconyouth" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/siliconyouth/revolutionary-ui-factory-system" }, "funding": { "type": "individual", "url": "https://revolutionary-ui.com/sponsor" }, "homepage": "https://revolutionary-ui.com", "bugs": { "url": "https://github.com/siliconyouth/revolutionary-ui-factory-system/issues" }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "./react": { "import": "./dist/frameworks/react/ReactFactory.js", "require": "./dist/frameworks/react/ReactFactory.js", "types": "./dist/frameworks/react/ReactFactory.d.ts" }, "./cli": "./bin/cli.js" }, "bin": { "create-factory": "./bin/cli.js", "revolutionary-ui": "./dist/bin/revolutionary-ui.js" }, "files": [ "dist", "bin", "README.md", "LICENSE" ], "scripts": { "build": "npm run build:lib && npm run build:cli", "build:lib": "tsc -p tsconfig.build.json", "build:cli": "node build-cli.js", "clean": "rm -rf dist", "prebuild": "npm run clean", "prepublishOnly": "npm run build", "postinstall": "node dist/lib/factory/postinstall.js || exit 0", "test": "node tests/run-tests.js", "lint": "echo 'Linting not configured yet'", "cli": "tsx src/lib/factory/cli.ts", "cli:analyze": "tsx src/lib/factory/cli.ts analyze", "cli:setup": "tsx src/lib/factory/cli.ts setup" }, "peerDependencies": { "react": ">=19.0.0", "react-dom": ">=19.0.0" }, "peerDependenciesMeta": { "react": { "optional": true }, "react-dom": { "optional": true } }, "dependencies": { "@anthropic-ai/sdk": "^0.57.0", "@google/generative-ai": "^0.24.1", "chalk": "^5.4.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "commander": "^14.0.0", "inquirer": "^12.9.0", "ora": "^8.2.0", "zod": "^3.24.1" }, "devDependencies": { "@changesets/cli": "^2.27.11", "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-typescript": "^12.1.3", "@types/node": "^22.10.5", "@types/react": "^19.0.2", "@typescript-eslint/eslint-plugin": "^8.20.0", "@typescript-eslint/parser": "^8.20.0", "@vitejs/plugin-react": "^4.3.4", "@vitest/ui": "^3.2.4", "commander": "^13.0.0", "eslint": "^9.18.0", "jsdom": "^26.0.0", "rollup": "^4.30.1", "rollup-plugin-dts": "^6.2.0", "tsx": "^4.20.3", "typescript": "^5.7.2", "vite": "^6.0.7", "vitest": "^3.2.4" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }