114 lines
3.7 KiB
JSON
114 lines
3.7 KiB
JSON
{
|
|
"name": "@nrwl/web",
|
|
"version": "0.0.1",
|
|
"description": "The Nx Plugin for Web Components contains generators for managing Web Component applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Cypress, and Storybook.\n\n- Scaffolding for creating buildable libraries that can be published to npm.\n\n- Utilities for automatic workspace refactoring.",
|
|
"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": {
|
|
"@babel/core": "^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/preset-env": "^7.15.0",
|
|
"@babel/preset-typescript": "^7.15.0",
|
|
"@babel/runtime": "^7.14.8",
|
|
"@nrwl/cypress": "file:../cypress",
|
|
"@nrwl/devkit": "file:../devkit",
|
|
"@nrwl/jest": "file:../jest",
|
|
"@nrwl/js": "file:../js",
|
|
"@nrwl/linter": "file:../linter",
|
|
"@nrwl/workspace": "file:../workspace",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
|
|
"@rollup/plugin-babel": "^5.3.0",
|
|
"@rollup/plugin-commonjs": "^20.0.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",
|
|
"browserslist": "^4.16.6",
|
|
"bytes": "^3.1.0",
|
|
"caniuse-lite": "^1.0.30001251",
|
|
"chalk": "4.1.0",
|
|
"chokidar": "^3.5.1",
|
|
"copy-webpack-plugin": "^9.0.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": "^10.1.0",
|
|
"http-server": "14.1.0",
|
|
"identity-obj-proxy": "3.0.0",
|
|
"ignore": "^5.0.4",
|
|
"less": "3.12.2",
|
|
"less-loader": "^10.1.0",
|
|
"license-webpack-plugin": "^4.0.2",
|
|
"loader-utils": "1.2.3",
|
|
"mini-css-extract-plugin": "~2.4.7",
|
|
"parse5": "4.0.0",
|
|
"parse5-html-rewriting-stream": "6.0.1",
|
|
"postcss": "^8.2.13",
|
|
"postcss-import": "~14.1.0",
|
|
"postcss-loader": "^6.1.1",
|
|
"raw-loader": "^4.0.2",
|
|
"react-refresh": "^0.10.0",
|
|
"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.31.1",
|
|
"rxjs": "^6.5.4",
|
|
"rxjs-for-await": "0.0.2",
|
|
"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-webpack-plugin": "^5.3.0",
|
|
"ts-loader": "^9.2.6",
|
|
"ts-node": "~9.1.1",
|
|
"tsconfig-paths": "^3.9.0",
|
|
"tsconfig-paths-webpack-plugin": "3.5.2",
|
|
"tslib": "^2.3.0",
|
|
"webpack": "^5.58.1",
|
|
"webpack-dev-server": "^4.3.1",
|
|
"webpack-merge": "^5.8.0",
|
|
"webpack-sources": "^3.0.2",
|
|
"webpack-subresource-integrity": "^5.1.0"
|
|
}
|
|
}
|