UNPKG

2.59 kBJSONView Raw
1{
2 "name": "@bizappframework/angular-build",
3 "version": "7.0.1",
4 "description": "Another cli build tool and Angular CLI architect builder plugin for building Angular application and library projects.",
5 "keywords": [
6 "angular",
7 "angular6",
8 "angular7",
9 "angular-build-tool",
10 "angular-library",
11 "angular-app-build",
12 "angular-cli",
13 "angular-architect-builder",
14 "angular-devKit",
15 "angular-rollup",
16 "angular-webpack",
17 "build-tool",
18 "html-inject",
19 "Octalhouse"
20 ],
21 "author": "BizAppFramework Team",
22 "license": "MIT",
23 "engines": {
24 "node": ">= 8.9.0",
25 "npm": ">= 5.5.1"
26 },
27 "repository": {
28 "type": "git",
29 "url": "git+https://github.com/bizappframework/angular-build.git"
30 },
31 "homepage": "https://github.com/bizappframework/angular-build",
32 "bin": {
33 "ngb": "./bin/ngb"
34 },
35 "main": "src/index.js",
36 "typings": "src/index.d.ts",
37 "builders": "builders.json",
38 "dependencies": {
39 "@angular-devkit/architect": "^0.10.3",
40 "@angular-devkit/build-optimizer": "^0.10.3",
41 "@angular-devkit/core": "^7.0.3",
42 "@ngtools/webpack": "^7.0.3",
43 "ajv": "^6.5.4",
44 "ajv-keywords": "^3.2.0",
45 "autoprefixer": "^9.3.1",
46 "builtins": "^2.0.0",
47 "clean-css": "^4.2.1",
48 "cross-spawn": "^6.0.5",
49 "css-loader": "^1.0.0",
50 "cssnano": "^4.1.7",
51 "denodeify": "^1.2.1",
52 "ejs": "^2.6.1",
53 "file-loader": "^2.0.0",
54 "fs-extra": "^7.0.0",
55 "glob": "^7.1.3",
56 "html-minifier": "^3.5.20",
57 "license-webpack-plugin": "^2.0.2",
58 "loader-utils": "^1.1.0",
59 "magic-string": "^0.25.1",
60 "mini-css-extract-plugin": "^0.4.4",
61 "minimatch": "^3.0.4",
62 "node-sass": "^4.9.4",
63 "parse5": "^5.1.0",
64 "postcss": "^7.0.5",
65 "postcss-import": "^12.0.1",
66 "postcss-loader": "^3.0.0",
67 "postcss-url": "^8.0.0",
68 "raw-loader": "^0.5.1",
69 "resolve": "^1.8.1",
70 "rollup": "^0.66.6",
71 "rollup-plugin-commonjs": "^9.2.0",
72 "rollup-plugin-node-resolve": "^3.4.0",
73 "rollup-plugin-typescript2": "^0.17.2",
74 "rxjs": "~6.3.3",
75 "sass-loader": "^7.1.0",
76 "sorcery": "^0.10.0",
77 "source-map-url": "^0.4.0",
78 "style-loader": "^0.23.1",
79 "supports-color": "^5.5.0",
80 "terser-webpack-plugin": "^1.1.0",
81 "ts-loader": "^5.2.2",
82 "typescript": "~3.1.3",
83 "uglify-js": "^3.4.9",
84 "update-notifier": "^2.5.0",
85 "url-loader": "^1.1.2",
86 "uuid": "^3.3.2",
87 "webpack": "^4.23.1",
88 "webpack-bundle-analyzer": "^3.0.3",
89 "webpack-merge": "^4.1.4",
90 "webpack-sources": "^1.3.0",
91 "yargs": "^12.0.2"
92 }
93}
\No newline at end of file