62 lines
1.9 KiB
JSON
62 lines
1.9 KiB
JSON
{
|
|
"name": "@nrwl/web",
|
|
"version": "0.0.1",
|
|
"private": false,
|
|
"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-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/rollup": "file:../rollup",
|
|
"@nrwl/vite": "file:../vite",
|
|
"@nrwl/webpack": "file:../webpack",
|
|
"@nrwl/workspace": "file:../workspace",
|
|
"babel-plugin-const-enum": "^1.0.1",
|
|
"babel-plugin-macros": "^2.8.0",
|
|
"babel-plugin-transform-typescript-metadata": "^0.3.1",
|
|
"chalk": "^4.1.0",
|
|
"chokidar": "^3.5.1",
|
|
"http-server": "^14.1.0",
|
|
"ignore": "^5.0.4",
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|