Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
907 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "@angular-devkit/build-webpack",
|
---|
| 3 | "version": "0.1202.9",
|
---|
| 4 | "description": "Webpack Builder for Architect",
|
---|
| 5 | "experimental": true,
|
---|
| 6 | "main": "src/index.js",
|
---|
| 7 | "typings": "src/index.d.ts",
|
---|
| 8 | "builders": "builders.json",
|
---|
| 9 | "dependencies": {
|
---|
| 10 | "@angular-devkit/architect": "0.1202.9",
|
---|
| 11 | "rxjs": "6.6.7"
|
---|
| 12 | },
|
---|
| 13 | "peerDependencies": {
|
---|
| 14 | "webpack": "^5.30.0",
|
---|
| 15 | "webpack-dev-server": "^3.1.4"
|
---|
| 16 | },
|
---|
| 17 | "keywords": [
|
---|
| 18 | "angular",
|
---|
| 19 | "Angular CLI",
|
---|
| 20 | "devkit",
|
---|
| 21 | "sdk",
|
---|
| 22 | "Angular DevKit"
|
---|
| 23 | ],
|
---|
| 24 | "repository": {
|
---|
| 25 | "type": "git",
|
---|
| 26 | "url": "https://github.com/angular/angular-cli.git"
|
---|
| 27 | },
|
---|
| 28 | "engines": {
|
---|
| 29 | "node": "^12.14.1 || >=14.0.0",
|
---|
| 30 | "npm": "^6.11.0 || ^7.5.6",
|
---|
| 31 | "yarn": ">= 1.13.0"
|
---|
| 32 | },
|
---|
| 33 | "author": "Angular Authors",
|
---|
| 34 | "license": "MIT",
|
---|
| 35 | "bugs": {
|
---|
| 36 | "url": "https://github.com/angular/angular-cli/issues"
|
---|
| 37 | },
|
---|
| 38 | "homepage": "https://github.com/angular/angular-cli"
|
---|
| 39 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.