-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 979 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 979 Bytes
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
{
"name": "pascal-angular-elements-ivy",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --aot",
"build": "ng build --prod --single-bundle --baseHref=./ --outputHashing=media",
"postbuild": "cp -r dist/angular-elements-ivy/* dist && rm -rf dist/angular-elements-ivy",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/common": "~8.2.3",
"@angular/compiler": "~8.2.3",
"@angular/core": "~11.0.5",
"@angular/platform-browser": "~8.2.3",
"rxjs": "~6.5.2",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.0",
"@angular/cli": "~8.3.0",
"@angular/compiler-cli": "~8.2.3",
"@angular/language-service": "~8.2.3",
"ngx-build-plus": "^8.1.4",
"ts-node": "~8.3.0"
}
}