-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "rollup-plugin-ngc",
"version": "0.1.2",
"description": "Rollup plugin for angular with ivy enable",
"main": "rollup-plugin-ngc.js",
"scripts": {
"postinstall": "ts-node --project tools/tsconfig.json tools/clean.ts",
"build": "aria-build -d",
"ngcc": "ngcc",
"example": "rollup -c ./example/rollup.config.js",
"serve": "sirv public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aelbore/rollup-plugin-ngc.git"
},
"keywords": [
"angular",
"ngc",
"compiler",
"rollup"
],
"author": "Arjay Elbore <aelbore.sg@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aelbore/rollup-plugin-ngc/issues"
},
"homepage": "https://github.com/aelbore/rollup-plugin-ngc#readme",
"peerDependencies": {
"@angular-devkit/build-optimizer": ">=^0.1200.0",
"@angular/compiler-cli": ">=^12.0.0"
},
"devDependencies": {
"@angular-devkit/build-optimizer": "^0.1200.0",
"@angular/compiler": "^12.0.0",
"@angular/compiler-cli": "^12.0.0",
"@angular/core": "^12.0.0",
"aria-build": "^0.7.3",
"aria-fs": "^0.7.3",
"ngx-elements": "^0.4.0",
"rxjs": "^7.0.1",
"sirv-cli": "^1.0.11",
"tslib": "^2.2.0",
"typescript": "4.2.4",
"webpack": "^5.37.0"
}
}