-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.61 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
{
"name": "map-wald-visual",
"version": "0.1.0",
"main": "dist/bundles/map-wald-visual.umd.js",
"typings": "./dist/index.d.ts",
"ngPackage": {
"lib": {
"entryFile": "src/index.ts"
}
},
"scripts": {
"build3": "ng-packagr -p package.json",
"build": "ng-packagr -p package.json -c ./tsconfig.json",
"build-old": "ngc -p tsconfig.json",
"lint": "tslint --type-check --project tsconfig.json src/**/*.ts",
"test": "tsc && karma start",
"tsc": "tsc",
"watch": "watch 'npm run build' src --filter=./watchfilter.js",
"watch:old": "watch 'npm run tsc' src --filter=./watchfilter.js",
"build:watch": "watch 'npm run build' src --filter=./watchfilter.js",
"start": "npm run watch"
},
"repository": {
"type": "git",
"url": "https://github.com/ANU-WALD/map-wald-visual"
},
"author": {
"name": "Joel Rahman",
"email": "[email protected]"
},
"keywords": [
"angular"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ANU-WALD/map-wald-visual"
},
"dependencies": {},
"peerDependencies": {
"@agm/core": "^1.0.0-beta.7",
"dap-query-js": "github:flowmatters/dap-query-js",
"ngx-pipes": "^2.7.5",
"plotly.js": "git+https://github.com/arlowhite/plotly.js#no-polyfill",
"proj4": "^2.3.17"
},
"devDependencies": {
"@agm/core": "^1.0.0-beta.7",
"@angular-devkit/schematics": "^11.0.2",
"@angular/animations": "^11.0.2",
"@angular/cli": "^11.0.2",
"@angular/common": "^11.0.2",
"@angular/compiler": "^11.0.2",
"@angular/compiler-cli": "^11.0.2",
"@angular/core": "^11.0.2",
"@angular/forms": "^11.0.2",
"@angular/platform-browser": "^11.0.2",
"@angular/platform-browser-dynamic": "^11.0.2",
"@angular/platform-server": "^11.0.2",
"@angular/router": "^11.0.2",
"@ng-bootstrap/ng-bootstrap": "^4.0.0",
"@types/es6-shim": "^0.31.32",
"@types/geojson": "^1.0.3",
"@types/googlemaps": "^3.26.7",
"@types/jasmine": "2.8.8",
"@types/proj4": "^2.3.4",
"@types/selenium-webdriver": "^2.53.39",
"@types/storejs": "^2.0.3",
"codelyzer": "~4.5.0",
"core-js": "^2.5.4",
"dap-query-js": "github:flowmatters/dap-query-js",
"js-yaml": "^3.13.1",
"map-wald": "github:ANU-WALD/map-wald",
"merge": "^1.2.1",
"ng-packagr": "^5.5.1",
"ngx-pipes": "^2.7.5",
"plotly.js": "git+https://github.com/arlowhite/plotly.js#no-polyfill",
"proj4": "^2.3.17",
"rxjs": "^6.5.3",
"store": "^2.0.12",
"tslint": "~6.1.0",
"typescript": "~4.0.5",
"watch": "latest",
"zone.js": "0.10.3"
},
"engines": {
"node": ">=0.8.0"
}
}