-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 954 Bytes
/
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
{
"name": "angular6-ivy-demo",
"version": "0.0.0",
"scripts": {
"build": "ngc",
"bundle": "rollup -c rollup.config.js",
"serve": "http-server -g static",
"start": "npm-run-all build bundle serve"
},
"private": true,
"dependencies": {
"@angular/animations": "angular/animations-builds",
"@angular/common": "angular/common-builds",
"@angular/compiler": "angular/compiler-builds",
"@angular/compiler-cli": "angular/compiler-cli-builds",
"@angular/core": "angular/core-builds",
"@angular/platform-browser": "angular/platform-browser-builds",
"@angular/platform-server": "angular/platform-server-builds",
"http-server": "0.11.1",
"npm-run-all": "4.1.3",
"rollup": "0.55.3",
"rollup-plugin-angular-optimizer": "0.2.0",
"rollup-plugin-node-resolve": "3.0.2",
"rollup-plugin-paths": "0.0.3",
"rollup-plugin-uglify": "3.0.0",
"rxjs": "6.1.0",
"typescript": "2.7.2"
}
}