-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "angular2-baidu-map",
"version": "8.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"demo": "ng build demo --prod && gh-pages -d demodist/",
"lint": "ng lint"
},
"dependencies": {
"@angular/animations": "~8.2.14",
"@angular/common": "~8.2.14",
"@angular/compiler": "~8.2.14",
"@angular/core": "~8.2.14",
"@angular/forms": "~8.2.14",
"@angular/platform-browser": "~8.2.14",
"@angular/platform-browser-dynamic": "~8.2.14",
"@angular/router": "~8.2.14",
"@types/highlight.js": "^9.12.4",
"gh-pages": "^3.0.0",
"rxjs": "~6.5.5",
"tslib": "^1.13.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.26",
"@angular-devkit/build-ng-packagr": "~0.803.26",
"@angular/cli": "~8.3.26",
"@angular/compiler-cli": "~8.2.14",
"@angular/language-service": "~8.2.14",
"@types/node": "~14.0.11",
"codelyzer": "^5.2.2",
"highlight.js": "^10.0.3",
"ng-packagr": "^5.7.1",
"ts-node": "~8.10.2",
"tsickle": "^0.38.1",
"tslint": "~6.1.2",
"typescript": "~3.5.3"
}
}