UNPKG

@nx/remix

Version:

The Remix plugin for Nx contains executors and generators for managing Remix applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Vitest, Jest, Playwright, Cypress, and Storybook. - Generators for applica

68 lines 2.17 kB
{ "name": "@nx/remix", "version": "22.4.1", "description": "The Remix plugin for Nx contains executors and generators for managing Remix applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Vitest, Jest, Playwright, Cypress, and Storybook.\n\n- Generators for applications, libraries, routes, loaders, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.", "repository": { "type": "git", "url": "https://github.com/nrwl/nx.git", "directory": "packages/remix" }, "keywords": [ "Monorepo", "Remix", "React", "Web", "CLI", "Front-end" ], "author": "Victor Savkin", "license": "MIT", "bugs": { "url": "https://github.com/nrwl/nx/issues" }, "homepage": "https://nx.dev", "main": "./index.js", "typings": "./index.d.ts", "generators": "./generators.json", "executors": "./executors.json", "nx-migrations": { "migrations": "./migrations.json" }, "dependencies": { "@nx/devkit": "22.4.1", "@nx/js": "22.4.1", "@nx/react": "22.4.1", "@nx/workspace": "22.4.1", "tslib": "^2.3.0", "@phenomnomnominal/tsquery": "~6.1.4" }, "devDependencies": { "nx": "22.4.1", "@nx/vitest": "22.4.1" }, "peerDependencies": { "@remix-run/dev": "^2.17.3" }, "publishConfig": { "access": "public" }, "exports": { ".": { "default": "./index.js", "types": "./index.d.ts" }, "./executors/*/schema.json": "./src/executors/*/schema.json", "./executors/*/schema": "./src/executors/*/schema.d.ts", "./generators/*/schema.json": "./src/generators/*/schema.json", "./generators/*/schema": "./src/generators/*/schema.d.ts", "./package.json": "./package.json", "./generators.json": "./generators.json", "./executors.json": "./executors.json", "./migrations.json": "./migrations.json", "./generators": "./generators.js", "./plugin": "./plugin.js", "./plugins/component-testing": "./plugins/component-testing/index.js" }, "types": "./index.d.ts", "type": "commonjs" }