nx/packages/next/package.json
2021-05-18 09:50:01 -04:00

51 lines
1.1 KiB
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",
"typings": "./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.2.0"
},
"dependencies": {
"@babel/plugin-proposal-decorators": "7.12.13",
"@nrwl/react": "*",
"@nrwl/cypress": "*",
"@nrwl/jest": "*",
"@nrwl/linter": "*",
"@nrwl/web": "*",
"@nrwl/workspace": "*",
"@svgr/webpack": "^5.4.0",
"chalk": "4.1.0",
"copy-webpack-plugin": "6.0.3",
"fs-extra": "^9.1.0",
"url-loader": "^3.0.0",
"tsconfig-paths": "^3.9.0",
"ts-node": "~9.1.1"
}
}