-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
104 lines (104 loc) · 2.98 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "agm-direction",
"version": "0.8.10",
"description": "directive for agm (not official)",
"main": "./bundles/agm-direction.umd.js",
"module": "./fesm5/agm-direction.js",
"es2015": "./fesm2015/agm-direction.js",
"esm5": "./esm5/agm-direction.js",
"esm2015": "./esm2015/agm-direction.js",
"fesm5": "./fesm5/agm-direction.js",
"fesm2015": "./fesm2015/agm-direction.js",
"typings": "./agm-direction.d.ts",
"scripts": {
"build": "node build.js",
"pack:lib": "npm pack ./dist",
"pack:build": "npm run build && npm pack ./dist && cd ./dist && yarn link",
"compodoc": "compodoc -p tsconfig.json -d docs",
"compodoc:serve": "compodoc -p tsconfig.json -s -d docs"
},
"author": {
"name": "Robby",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/explooosion/agm-direction.git"
},
"bugs": {
"url": "https://github.com/explooosion/agm-direction/issues"
},
"homepage": "https://github.com/explooosion/agm-direction",
"keywords": [
"angular",
"agm",
"direction",
"google",
"googlemap",
"gmaps",
"maps",
"ng"
],
"license": "MIT",
"dependencies": {
"@types/googlemaps": "3.39.12",
"tslib": "^2.1.0"
},
"peerDependencies": {
"@agm/core": "^1.1.0 || ^3.0.0-beta.0",
"@angular/common": ">=6.0.0",
"@angular/core": ">=6.0.0",
"rxjs": "~6.5.5 || ~6.6.0"
},
"devDependencies": {
"@agm/core": "1.1.0",
"@angular/animations": "10.0.0",
"@angular/common": "10.0.0",
"@angular/compiler": "10.0.0",
"@angular/compiler-cli": "10.0.0",
"@angular/core": "10.0.0",
"@angular/platform-browser": "10.0.0",
"@angular/platform-browser-dynamic": "10.0.0",
"@angular/platform-server": "10.0.0",
"@compodoc/compodoc": "^1.1.11",
"@types/googlemaps": "3.39.12",
"@types/jasmine": "3.6.7",
"@types/node": "^14.14.35",
"angular2-template-loader": "0.6.2",
"chalk": "2.4.2",
"codelyzer": "5.2.2",
"core-js": "3.9.1",
"css-loader": "2.1.1",
"istanbul-instrumenter-loader": "3.0.1",
"jasmine-core": "3.7.0",
"karma": "5.0.5",
"karma-chrome-launcher": "2.2.0",
"karma-coverage-istanbul-reporter": "2.1.1",
"karma-jasmine": "2.0.1",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"raw-loader": "1.0.0",
"reflect-metadata": "0.1.13",
"rollup": "1.12.5",
"rollup-plugin-license": "2.3.0",
"rollup-plugin-node-resolve": "5.0.0",
"rollup-plugin-sourcemaps": "0.4.2",
"rxjs": "~6.5.5",
"sass": "^1.32.8",
"sass-loader": "7.1.0",
"shelljs": "0.8.3",
"source-map-loader": "0.2.4",
"to-string-loader": "1.1.6",
"ts-loader": "6.0.1",
"tsickle": "0.38.1",
"tslint": "~6.1.0",
"tslint-angular": "3.0.3",
"typescript": "~3.9.5",
"uglify-js": "3.6.0",
"webpack": "4.43.0",
"webpack-filter-warnings-plugin": "1.2.1",
"zone.js": "~0.10.3"
},
"sideEffects": false
}