-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
38 lines (38 loc) · 1.07 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
{
"name": "angular2parse",
"version": "1.0.11",
"author": "Articode",
"license": "MIT",
"bugs": {
"url": "https://github.com/articodeltd/angular2parse/issues"
},
"homepage": "https://github.com/articodeltd/angular2parse#readme",
"scripts": {
"ng": "ng",
"build": "ng build",
"build:prod": "ng build --prod",
"lib:publish": "npm run build:prod; cd dist/angular2parse; npm publish"
},
"dependencies": {
"@angular/common": "^11.0.1",
"@angular/compiler": "^11.0.2",
"@angular/core": "^11.0.2",
"@angular/platform-browser": "^11.0.2",
"@angular/platform-browser-dynamic": "^11.0.2",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.4",
"@angular-devkit/build-ng-packagr": "~0.900.4",
"@angular/cli": "~9.0.3",
"@angular/compiler-cli": "~9.0.2",
"@angular/language-service": "~9.0.2",
"@types/node": "^12.11.1",
"codelyzer": "^5.1.2",
"ng-packagr": "^9.0.0",
"ts-node": "~8.3.0",
"typescript": "~3.7.5"
}
}