UNPKG

@nx/rollup

Version:

The Nx Plugin for Rollup contains executors and generators that support building applications using Rollup.

57 lines 1.45 kB
{ "name": "@nx/rollup", "version": "22.3.3", "private": false, "description": "The Nx Plugin for Rollup contains executors and generators that support building applications using Rollup.", "repository": { "type": "git", "url": "https://github.com/nrwl/nx.git", "directory": "packages/rollup" }, "keywords": [ "Monorepo", "Rollup", "Web", "CLI" ], "main": "./index.js", "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", "ng-update": { "requirements": {}, "migrations": "./migrations.json" }, "dependencies": { "@nx/devkit": "22.3.3", "@nx/js": "22.3.3", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-image": "^3.0.3", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^12.1.0", "autoprefixer": "^10.4.9", "picocolors": "^1.1.0", "picomatch": "4.0.2", "postcss": "^8.4.38", "rollup": "^4.14.0", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-typescript2": "^0.36.0", "tslib": "^2.3.0" }, "devDependencies": { "nx": "22.3.3" }, "publishConfig": { "access": "public" }, "types": "./index.d.ts", "type": "commonjs" }