74 lines
1.9 KiB
JSON
74 lines
1.9 KiB
JSON
{
|
|
"name": "@nx/webpack",
|
|
"version": "0.0.1",
|
|
"private": false,
|
|
"description": "The Nx Plugin for Webpack contains executors and generators that support building applications using Webpack.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nrwl/nx.git",
|
|
"directory": "packages/webpack"
|
|
},
|
|
"keywords": [
|
|
"Monorepo",
|
|
"Webpack",
|
|
"Web",
|
|
"CLI"
|
|
],
|
|
"main": "./index",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.22.9",
|
|
"autoprefixer": "^10.4.9",
|
|
"babel-loader": "^9.1.2",
|
|
"browserslist": "^4.21.4",
|
|
"chalk": "^4.1.0",
|
|
"chokidar": "^3.5.1",
|
|
"copy-webpack-plugin": "^10.2.4",
|
|
"css-loader": "^6.4.0",
|
|
"css-minimizer-webpack-plugin": "^5.0.0",
|
|
"fork-ts-checker-webpack-plugin": "7.2.13",
|
|
"ignore": "^5.0.4",
|
|
"less": "4.1.3",
|
|
"less-loader": "11.1.0",
|
|
"license-webpack-plugin": "^4.0.2",
|
|
"loader-utils": "^2.0.3",
|
|
"mini-css-extract-plugin": "~2.4.7",
|
|
"parse5": "4.0.0",
|
|
"postcss": "^8.4.14",
|
|
"postcss-import": "~14.1.0",
|
|
"postcss-loader": "^6.1.1",
|
|
"rxjs": "^7.8.0",
|
|
"sass": "^1.42.1",
|
|
"sass-loader": "^12.2.0",
|
|
"source-map-loader": "^3.0.0",
|
|
"style-loader": "^3.3.0",
|
|
"stylus": "^0.59.0",
|
|
"stylus-loader": "^7.1.0",
|
|
"terser-webpack-plugin": "^5.3.3",
|
|
"ts-loader": "^9.3.1",
|
|
"tsconfig-paths-webpack-plugin": "4.0.0",
|
|
"tslib": "^2.3.0",
|
|
"webpack": "^5.80.0",
|
|
"webpack-dev-server": "^4.9.3",
|
|
"webpack-node-externals": "^3.0.0",
|
|
"webpack-subresource-integrity": "^5.1.0",
|
|
"@nx/devkit": "file:../devkit",
|
|
"@nx/js": "file:../js"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|