nx/packages/next/package.json

43 lines
876 B
JSON

{
"name": "@nrwl/next",
"version": "0.0.1",
"description": "Next.js Plugin for Nx",
"repository": {
"type": "git",
"url": "git+https://github.com/nrwl/nx.git"
},
"keywords": [
"Monorepo",
"Node",
"Next",
"Jest",
"Cypress",
"CLI"
],
"main": "index.js",
"types": "index.d.ts",
"author": "Victor Savkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/nx/issues"
},
"homepage": "https://nx.dev",
"schematics": "./collection.json",
"builders": "./builders.json",
"ng-update": {
"requirements": {},
"migrations": "./migrations.json"
},
"peerDependencies": {
"@nrwl/workspace": "*",
"next": "^9.3.3"
},
"dependencies": {
"@nrwl/react": "*",
"@nrwl/web": "*",
"@angular-devkit/schematics": "~9.1.0",
"@svgr/webpack": "^4.3.3",
"url-loader": "^2.2.0"
}
}