nx/packages/next/package.json
HIKARU KOBORI f8c614d45b
feat(nextjs): bump up Next.js v12.1.0 (#9020)
* feat(nextjs): feat(nextjs): bump up nextjs v12.1.0

bump up next.js and eslint-config-next to v12.1.0
ISSUES CLOSED: #9018

Co-authored-by: kobori.hikaru <kobori.hikaru@a-hikkoshi.co.jp>
Co-authored-by: kirjai <9858620+kirjai@users.noreply.github.com>
2022-02-18 21:01:03 +00:00

54 lines
1.2 KiB
JSON

{
"name": "@nrwl/next",
"version": "0.0.1",
"description": "Next.js Plugin for Nx",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
"directory": "packages/next"
},
"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": "./generators.json",
"builders": "./executors.json",
"ng-update": {
"requirements": {},
"migrations": "./migrations.json"
},
"peerDependencies": {
"next": "^12.1.0"
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.14.5",
"@nrwl/react": "*",
"@nrwl/cypress": "*",
"@nrwl/devkit": "*",
"@nrwl/jest": "*",
"@nrwl/linter": "*",
"@nrwl/web": "*",
"@nrwl/workspace": "*",
"@svgr/webpack": "^6.1.2",
"chalk": "4.1.0",
"eslint-config-next": "^12.1.0",
"fs-extra": "^9.1.0",
"url-loader": "^4.1.1",
"tsconfig-paths": "^3.9.0",
"ts-node": "~9.1.1",
"webpack-merge": "^5.8.0"
}
}