@moonee/nx-next12-plugin
Version:
Nx plugin for Next.js 12 integration
46 lines (45 loc) • 938 B
JSON
{
"name": "@moonee/nx-next12-plugin",
"version": "1.0.0",
"description": "Nx plugin for Next.js 12 integration",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"executors": "./executors.json",
"files": [
"dist",
"executors.json"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"nx",
"next",
"next.js",
"plugin",
"next12"
],
"author": "Moonhee kim",
"license": "MIT",
"peerDependencies": {
"@nx/workspace": ">=14.0.0",
"next": ">=12.0.0 <13.0.0",
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"webpack": ">=5.0.0"
},
"dependencies": {
"@nx/devkit": ">=14.0.0"
},
"devDependencies": {
"typescript": "~4.8.2",
"@types/node": ">=14.14.33",
"@types/react": ">=17.0.3",
"@types/react-dom": ">=17.0.3",
"@types/webpack": ">=5.0.0"
},
"publishConfig": {
"access": "public"
}
}