nx/packages/next/package.json
2021-01-07 20:27:11 -05:00

46 lines
972 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": {
"next": "^10.0.1"
},
"dependencies": {
"@nrwl/react": "*",
"@nrwl/web": "*",
"@angular-devkit/core": "~11.0.1",
"@angular-devkit/schematics": "~11.0.1",
"@svgr/webpack": "^5.4.0",
"chalk": "4.1.0",
"copy-webpack-plugin": "6.0.3",
"fs-extra": "7.0.1",
"url-loader": "^3.0.0"
}
}