* chore(angular): support angular 13 Support Angular 13 chore(angular): support ng 13 next 11 chore(angular): upgrade tslib dep chore(angular): update package and ng-packagr-lite executors to align with ng-packagr v13 chore(angular): update test snapshots with ts version fix(angular): buildable lib tsconfig transform test * chore(angular): sync ng-packagr changes to the package and ng-packagr-lite executors * chore(angular): add migrations * chore(angular): rxjs7 * feat(angular): check rxjs version to install * feat(angular): update jest resolver to resolve esm * chore(angular): fix version * chore(angular): support jest-preset-angular * fix(angular): tests * fix(angular): fix e2e tests and add .angular to gitignore * fix(angular): fix jest transformers ignore pattern * fix(angular): fix node test * fix(angular): fix workspace test * fix(angular): import marble utils from jasmine-marbles instead of @nrwl/angular/testing * feat(angular): update ngrx to 13.0.0-beta.;0 * fix(angular): temporarily skip test with pnpm * fix(angular): bump jest-preset-angular to fix jest performance issues * fix(angular): webpack-browser and server schema changes Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com> Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
117 lines
3.4 KiB
JSON
117 lines
3.4 KiB
JSON
{
|
|
"name": "@nrwl/web",
|
|
"version": "0.0.1",
|
|
"description": "Web Plugin for Nx",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nrwl/nx.git",
|
|
"directory": "packages/web"
|
|
},
|
|
"keywords": [
|
|
"Monorepo",
|
|
"Web",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@nrwl/cypress": "*",
|
|
"@nrwl/devkit": "*",
|
|
"@nrwl/jest": "*",
|
|
"@nrwl/linter": "*",
|
|
"@nrwl/workspace": "*",
|
|
"@babel/core": "^7.15.0",
|
|
"@babel/preset-env": "^7.15.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
|
"@babel/plugin-proposal-decorators": "^7.14.5",
|
|
"@babel/plugin-transform-regenerator": "^7.14.5",
|
|
"@babel/plugin-transform-runtime": "^7.15.0",
|
|
"@babel/runtime": "^7.14.8",
|
|
"@babel/preset-typescript": "^7.15.0",
|
|
"@rollup/plugin-commonjs": "^20.0.0",
|
|
"@rollup/plugin-babel": "^5.3.0",
|
|
"@rollup/plugin-image": "^2.1.0",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "^13.0.4",
|
|
"autoprefixer": "^10.2.5",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-plugin-const-enum": "^1.0.1",
|
|
"babel-plugin-macros": "^2.8.0",
|
|
"babel-plugin-transform-async-to-promises": "^0.8.15",
|
|
"babel-plugin-transform-typescript-metadata": "^0.3.1",
|
|
"bytes": "^3.1.0",
|
|
"browserslist": "^4.16.6",
|
|
"caniuse-lite": "^1.0.30001251",
|
|
"chalk": "4.1.0",
|
|
"chokidar": "^3.5.1",
|
|
"copy-webpack-plugin": "^9.0.1",
|
|
"react-refresh": "^0.10.0",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
|
|
"core-js": "^3.6.5",
|
|
"css-loader": "^6.4.0",
|
|
"css-minimizer-webpack-plugin": "^3.1.1",
|
|
"enhanced-resolve": "^5.8.3",
|
|
"file-loader": "^6.2.0",
|
|
"fork-ts-checker-webpack-plugin": "6.2.10",
|
|
"fs-extra": "^9.1.0",
|
|
"identity-obj-proxy": "3.0.0",
|
|
"less": "3.12.2",
|
|
"less-loader": "^10.1.0",
|
|
"license-webpack-plugin": "2.3.15",
|
|
"loader-utils": "1.2.3",
|
|
"mini-css-extract-plugin": "^2.1.0",
|
|
"parse5": "4.0.0",
|
|
"parse5-html-rewriting-stream": "6.0.1",
|
|
"open": "^7.4.2",
|
|
"postcss": "8.3.0",
|
|
"postcss-import": "14.0.2",
|
|
"postcss-loader": "^6.1.1",
|
|
"raw-loader": "^4.0.2",
|
|
"rxjs": "^6.5.4",
|
|
"rxjs-for-await": "0.0.2",
|
|
"rimraf": "^3.0.2",
|
|
"rollup": "^2.56.2",
|
|
"rollup-plugin-copy": "^3.4.0",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
"rollup-plugin-postcss": "^4.0.1",
|
|
"rollup-plugin-typescript2": "^0.30.0",
|
|
"sass": "^1.42.1",
|
|
"sass-loader": "^12.2.0",
|
|
"semver": "7.3.4",
|
|
"source-map": "0.7.3",
|
|
"source-map-loader": "^3.0.0",
|
|
"style-loader": "^3.3.0",
|
|
"stylus": "^0.55.0",
|
|
"stylus-loader": "^6.2.0",
|
|
"terser": "4.3.8",
|
|
"terser-webpack-plugin": "^5.1.1",
|
|
"ts-loader": "^9.2.6",
|
|
"ts-node": "~9.1.1",
|
|
"tsconfig-paths": "^3.9.0",
|
|
"tsconfig-paths-webpack-plugin": "3.4.1",
|
|
"tslib": "^2.3.0",
|
|
"webpack": "^5.58.1",
|
|
"webpack-merge": "^5.8.0",
|
|
"webpack-sources": "^3.0.2",
|
|
"webpack-subresource-integrity": "^1.5.2",
|
|
"worker-plugin": "3.2.0",
|
|
"webpack-dev-server": "^4.3.1",
|
|
"http-server": "0.12.3",
|
|
"ignore": "^5.0.4"
|
|
}
|
|
}
|