-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·124 lines (124 loc) · 4.32 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "@senx/warpview",
"version": "2.0.85",
"keywords": [
"web",
"dataviz",
"web components",
"time series",
"warp10",
"Warp 10",
"WarpScript",
"Geo Times Series",
"Times Series"
],
"description": "WarpView Elements",
"repository": {
"type": "git",
"url": "https://github.com/senx/warpview.git"
},
"author": "SenX <contact@senx.io>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/senx/warpview/issues"
},
"homepage": "https://www.warp10.io",
"main": "dist/bundles/warpview-ng.umd.js",
"module": "dist/fesm5/warpview-ng.js",
"es2015": "dist/fesm2015/warpview-ng.js",
"esm5": "dist/esm5/warpview-ng.js",
"esm2015": "dist/esm2015/warpview-ng.js",
"fesm5": "dist/fesm5/warpview-ng.js",
"fesm2015": "dist/fesm2015/warpview-ng.js",
"typings": "dist/warpview-ng.d.ts",
"metadata": "dist/warpview-ng.metadata.json",
"files": [
"./dist/warpview"
],
"scripts": {
"ng": "ng",
"sass": "./node_modules/sass/bin/sass",
"dev": "node --max_old_space_size=4096 --optimize_for_size --stack_size=4096 ./node_modules/@angular/cli/bin/ng serve",
"build": "yarn clean && yarn build:lib && yarn build:elements",
"build:demo": "ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"gen": "cd projects/warpview-ng/src/lib/elements && ng g component --module=warp-view-angular.module --entryComponent=true --skipTests=true --style=scss --viewEncapsulation=ShadowDom --export=true",
"gh": "ng build --configuration production --base-href /warpview/ && npx ngh --dir=dist/warpview-elements --repo=git@github.com:senx/warpview.git",
"build:elements": "ng build --configuration production --single-bundle=true --output-hashing=none --project elements && node scripts/build.js",
"build:gh": "ng build --configuration production --output-hashing=none --project warpview",
"clean": "rm -fr ./elements && rm -fr ./dist",
"prepublishOnly": "yarn clean && yarn build",
"build:lib": "ng build --project=warpview-ng",
"nvm": "nvm install 10.18.0",
"cl": "node changelog.js > CHANGELOG.md",
"build:pack": "(cd dist/warpview && yarn pack)",
"build:publish": "yarn version $1 && (cd project/warpview-ng && yarn version $1 ) && yarn clean && yarn build && (cd dist/warpview && yarn publish)"
},
"private": false,
"dependencies": {
"@angular/animations": "~13.2.1",
"@angular/common": "~13.2.1",
"@angular/compiler": "~13.2.1",
"@angular/core": "~13.2.1",
"@angular/elements": "^13.2.1",
"@angular/forms": "~13.2.1",
"@angular/platform-browser": "~13.2.1",
"@angular/platform-browser-dynamic": "~13.2.1",
"@angular/router": "~13.2.1",
"@webcomponents/custom-elements": "^1.4.3",
"@webcomponents/webcomponentsjs": "^2.5.0",
"angular-resize-event": "^3.1.1",
"bootstrap": "^4.5.3",
"core-js": "^3.8.2",
"d3": "^5.15.0",
"deep-equal": "^2.0.5",
"document-register-element": "1.14.10",
"event-drops": "^1.3.0",
"fitty": "^2.3.6",
"jquery": "^3.6.0",
"leaflet": "1.7.1",
"leaflet-ant-path": "^1.3.0",
"leaflet.animatedmarker": "^1.0.0",
"leaflet.glify": "^3.2.0",
"leaflet.heat": "^0.2.0",
"leaflet.markercluster": "^1.5.3",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"nouislider": "^15.5.1",
"plotly.js": "^2.8.3",
"plotly.js-dist": "^2.8.3",
"popper": "^1.0.1",
"prismjs": "^1.23.0",
"rxjs": "~6.6.6",
"sass": "^1.49.7",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.2.2",
"@angular/cli": "~13.2.2",
"@angular/compiler-cli": "~13.2.1",
"@angular/language-service": "~13.2.1",
"@types/d3": "^5.7.2",
"@types/deep-equal": "^1.0.1",
"@types/leaflet": "^1.7.0",
"@types/leaflet.heat": "^0.2.0",
"@types/moment-timezone": "^0.5.30",
"@types/node": "^15.3.0",
"@webcomponents/custom-elements": "^1.4.3",
"@webcomponents/webcomponentsjs": "^2.5.0",
"angular-cli-ghpages": "^0.6.2",
"codelyzer": "^6.0.1",
"concat": "^1.0.3",
"fs-extra": "^10.0.0",
"ng-packagr": "^13.2.1",
"ngx-build-plus": "13.0.1",
"semver-sort": "^0.0.4",
"ts-node": "~9.1.1",
"tslint": "~6.1.3",
"typedoc": "^0.20.36",
"typescript": "~4.5.5"
}
}