UNPKG

2.88 kBJSONView Raw
1{
2 "name": "@bizappframework/angular-build",
3 "version": "6.1.0",
4 "description": "Build tool for Angular app and library projects based on Angular CLI.",
5 "keywords": [
6 "angular",
7 "angular6",
8 "angular build tool",
9 "angular cli",
10 "angular cli builder",
11 "angular devKit",
12 "angular rollup",
13 "angular webpack",
14 "angular asp.net core build",
15 "build tool",
16 "html inject"
17 ],
18 "author": "BizAppFramework Team",
19 "license": "MIT",
20 "engines": {
21 "node": ">= 8.9.0",
22 "npm": ">= 5.5.1"
23 },
24 "repository": {
25 "type": "git",
26 "url": "git+https://github.com/bizappframework/angular-build.git"
27 },
28 "homepage": "https://github.com/bizappframework/angular-build",
29 "bin": {
30 "ngb": "./bin/ngb"
31 },
32 "main": "src/index.js",
33 "typings": "src/index.d.ts",
34 "builders": "builders.json",
35 "scripts": {
36 "postinstall": "node ./scripts/postinstall.js"
37 },
38 "dependencies": {
39 "@angular-devkit/architect": "^0.8.2",
40 "@angular-devkit/build-optimizer": "^0.8.2",
41 "@angular-devkit/core": "^0.8.2",
42 "@angular/compiler": "^6.1.7",
43 "@angular/compiler-cli": "^6.1.7",
44 "@angular/core": "^6.1.7",
45 "@angular/service-worker": "^6.1.7",
46 "@ngtools/webpack": "^6.2.2",
47 "ajv": "^6.5.3",
48 "ajv-keywords": "^3.2.0",
49 "applicationinsights": "^1.0.4",
50 "autoprefixer": "^9.1.5",
51 "builtins": "^2.0.0",
52 "cache-loader": "^1.2.2",
53 "clean-css": "^4.2.1",
54 "cross-spawn": "^6.0.5",
55 "css-loader": "^1.0.0",
56 "cssnano": "^4.1.0",
57 "denodeify": "^1.2.1",
58 "ejs": "^2.6.1",
59 "file-loader": "^2.0.0",
60 "fs-extra": "^7.0.0",
61 "glob": "^7.1.3",
62 "html-minifier": "^3.5.20",
63 "license-webpack-plugin": "^1.4.0",
64 "loader-utils": "^1.1.0",
65 "magic-string": "^0.25.0",
66 "mini-css-extract-plugin": "^0.4.2",
67 "minimatch": "^3.0.4",
68 "node-sass": "^4.9.3",
69 "parse5": "^5.1.0",
70 "postcss": "^7.0.2",
71 "postcss-import": "^12.0.0",
72 "postcss-loader": "^3.0.0",
73 "postcss-url": "^8.0.0",
74 "raw-loader": "^0.5.1",
75 "resolve": "^1.8.1",
76 "rimraf": "^2.6.2",
77 "rollup": "^0.66.0",
78 "rollup-plugin-commonjs": "^9.1.6",
79 "rollup-plugin-node-resolve": "^3.4.0",
80 "rollup-plugin-typescript2": "^0.17.0",
81 "rxjs": "~6.2.2",
82 "sass-loader": "^7.1.0",
83 "semver": "^5.5.1",
84 "sorcery": "^0.10.0",
85 "source-map-url": "^0.4.0",
86 "style-loader": "^0.23.0",
87 "supports-color": "^5.5.0",
88 "terser-webpack-plugin": "^1.1.0",
89 "ts-loader": "^5.1.1",
90 "typescript": "~2.9.2",
91 "uglify-js": "^3.4.9",
92 "update-notifier": "^2.5.0",
93 "url-loader": "^1.1.1",
94 "uuid": "^3.3.2",
95 "webpack": "^4.19.0",
96 "webpack-bundle-analyzer": "^3.0.2",
97 "webpack-merge": "^4.1.4",
98 "webpack-node-externals": "^1.7.2",
99 "webpack-sources": "^1.2.0",
100 "yargs": "^12.0.2",
101 "zone.js": "^0.8.26"
102 }
103}
\No newline at end of file