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

56 lines 1.75 kB
{ "name": "@nx/remix", "version": "21.3.11", "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": "21.3.11", "@nx/js": "21.3.11", "@nx/react": "21.3.11", "tslib": "^2.3.1", "@phenomnomnominal/tsquery": "~5.0.1" }, "peerDependencies": { "@remix-run/dev": "^2.14.0" }, "publishConfig": { "access": "public" }, "exports": { ".": "./index.js", "./plugin": "./plugin.js", "./plugins/component-testing": "./plugins/component-testing/index.js", "./package.json": "./package.json", "./executors.json": "./executors.json", "./generators.json": "./generators.json", "./migrations.json": "./migrations.json", "./generators": "./generators.js" }, "types": "./index.d.ts", "type": "commonjs" }