-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 3.45 KB
/
package.json
File metadata and controls
104 lines (104 loc) · 3.45 KB
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": "map-wald",
"version": "0.1.0",
"main_ivy_ngcc": "__ivy_ngcc__/dist/bundles/map-wald.umd.js",
"main": "dist/bundles/map-wald.umd.js",
"typings": "dist/map-wald.d.ts",
"ngPackage": {
"lib": {
"entryFile": "src/index.ts"
}
},
"scripts": {
"build": "ng-packagr -p package.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",
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by NGCC. This is not allowed.\\nPlease delete and rebuild the package, without compiling with NGCC, before attempting to publish.\\nNote that NGCC may have been run by importing this package into another project that is being built with Ivy enabled.\\n')\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ANU-WALD/map-wald"
},
"author": {
"name": "Joel Rahman",
"email": "joel@flowmatters.com.au"
},
"keywords": [
"angular"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ANU-WALD/map-wald/issues"
},
"dependencies": {},
"peerDependencies": {
"@agm/core": "^1.0.0-beta.7",
"dap-query-js": "github:flowmatters/dap-query-js",
"ngx-pipes": "1.6.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/build-angular": "~0.1100.2",
"@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/localize": "~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": "^8.0.0",
"@types/es6-shim": "^0.31.32",
"@types/geojson": "^1.0.3",
"@types/googlemaps": "^3.26.7",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/leaflet": "^1.5.17",
"@types/node": "^12.11.1",
"@types/proj4": "^2.3.4",
"@types/selenium-webdriver": "^2.53.39",
"@types/storejs": "^2.0.3",
"bootstrap": "^4.5.0",
"codelyzer": "^6.0.0",
"core-js": "^2.5.4",
"dap-query-js": "github:flowmatters/dap-query-js",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"js-yaml": "^3.13.1",
"karma": "~5.1.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~3.3.0",
"karma-jasmine-html-reporter": "^1.5.0",
"merge": "^1.2.1",
"ng-packagr": "^11.2.4",
"ngx-pipes": "1.6.5",
"plotly.js": "git+https://github.com/arlowhite/plotly.js#no-polyfill",
"proj4": "^2.6.2",
"protractor": "~7.0.0",
"rxjs": "~6.5.5",
"store": "^2.0.12",
"ts-node": "~8.3.0",
"tslib": "^2.0.0",
"tslint": "~6.1.0",
"typescript": "~4.0.5",
"watch": "latest",
"zone.js": "~0.10.3"
},
"engines": {
"node": ">=0.8.0"
}
}