@nx/nuxt
Version:
59 lines • 1.71 kB
JSON
{
"name": "@nx/nuxt",
"version": "21.3.11",
"private": false,
"description": "The Nuxt plugin for Nx contains executors and generators for managing Nuxt applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Vitest, Playwright, Cypress, and Storybook.\n\n- Generators for applications, libraries, 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/nuxt"
},
"keywords": [
"Monorepo",
"Nuxt",
"Web",
"CLI",
"Front-end"
],
"main": "./index",
"typings": "./index.d.ts",
"author": "Victor Savkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/nx/issues"
},
"homepage": "https://nx.dev",
"generators": "./generators.json",
"executors": "./executors.json",
"nx-migrations": {
"migrations": "./migrations.json"
},
"dependencies": {
"tslib": "^2.3.0",
"@nuxt/kit": "^3.10.0",
"@nx/devkit": "21.3.11",
"@nx/js": "21.3.11",
"@nx/eslint": "21.3.11",
"@nx/vue": "21.3.11",
"@nx/vite": "21.3.11",
"@phenomnomnominal/tsquery": "~5.0.1"
},
"peerDependencies": {
"@nuxt/schema": "^3.10.0"
},
"publishConfig": {
"access": "public"
},
"exports": {
"./package.json": "./package.json",
".": {
"types": "./index.d.ts",
"default": "./index.js"
},
"./generators.json": "./generators.json",
"./migrations.json": "./migrations.json",
"./plugin": "./plugin.js"
},
"types": "./index.d.ts",
"type": "commonjs"
}