-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
142 lines (142 loc) · 6.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
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "make-a-vis",
"version": "0.52.0",
"scripts": {
"ng": "node --max_old_space_size=3000 ./node_modules/@angular/cli/bin/ng",
"start": "npm run ng serve",
"serve:build": "http-server -p 4200 -c-1 dist/make-a-vis-demo",
"build": "npm run ng -- build --configuration=production",
"build:dvl-fw": "npm-run-all -s build:dvl-fw-core build:dvl-fw-angular build:ngx-vega build:legends build:geomap build:network build:scatterplot build:science-map build:temporal-bargraph build:dvl-fw-isi build:dvl-fw-nsf build:dvl-fw-cli",
"build:dvl-fw-angular": "npm run build dvl-fw-angular",
"build:dvl-fw-cli": "npm run build:cli",
"build:dvl-fw-core": "npm run build dvl-fw-core",
"build:dvl-fw-isi": "npm run build dvl-fw-isi",
"build:ngx-vega": "npm run build ngx-vega",
"build:legends": "npm run build legends",
"build:geomap": "npm run build geomap",
"build:network": "npm run build network",
"build:scatterplot": "npm run build scatterplot",
"build:science-map": "npm run build science-map",
"build:temporal-bargraph": "npm run build temporal-bargraph",
"build:dvl-fw-nsf": "npm run build dvl-fw-nsf",
"build:geocoder-ts": "npm run build geocoder-ts",
"build:make-a-vis": "npm run build make-a-vis",
"build:mav-embed": "npm-run-all -s build:mav-embed:bundle build:mav-embed:css build:mav-embed:css-files build:mav-embed:npm-files",
"build:mav-embed:bundle": "npm run ng -- build mav-embed --configuration=production --single-bundle=true --keepPolyfills=false --keepStyles=false",
"build:mav-embed:css": "npm run ng -- build mav-embed --extractCss=true --outputPath=dist/mav-embed-css --buildOptimizer=false --sourceMap=false ",
"build:mav-embed:css-files": "cp dist/mav-embed-css/styles.css dist/mav-embed/mav-embed.css && cp dist/mav-embed-css/MaterialIcons* dist/mav-embed/",
"build:mav-embed:npm-files": "cp projects/mav-embed/README.md dist/mav-embed && cp projects/mav-embed/package.json dist/mav-embed && cp projects/mav-embed/.npmignore dist/mav-embed",
"build:libs": "npm-run-all -s build:geocoder-ts build:dvl-fw build:make-a-vis",
"build:cli": "webpack --config projects/dvl-fw-cli/src/cli/webpack.config.js",
"build:build-info": "node projects/make-a-vis/src/scripts/compile-build-data.js",
"build:demo": "npm run ng -- build --configuration=production --output-hashing=none --base-href=./",
"compodoc": "NODE_OPTIONS=--max-old-space-size=4096 npx compodoc -p tsconfig.json --output dist/make-a-vis-demo/docs",
"update-examples": "./dist/dvl-fw/dvl-fw-import isi projects/dvl-fw/src/lib/examples/katy-borner_wos-extract-2018-08-21.isi projects/dvl-fw/src/lib/examples/katy-borner_wos-extract-2018-08-21.yml && ./dist/dvl-fw/dvl-fw-import nsf projects/dvl-fw/src/lib/examples/katy-borner_nsf-extract-2018-10-05.csv projects/dvl-fw/src/lib/examples/katy-borner_nsf-extract-2018-10-05.yml",
"test": "ng test",
"test:wsl": "ng test --browsers=ChromeHeadlessWSL",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^11.2.12",
"@angular/cdk": "^11.2.11",
"@angular/common": "^11.2.12",
"@angular/compiler": "^11.2.12",
"@angular/core": "^11.2.12",
"@angular/elements": "^11.2.12",
"@angular/forms": "^11.2.12",
"@angular/material": "^11.2.11",
"@angular/platform-browser": "^11.2.12",
"@angular/platform-browser-dynamic": "^11.2.12",
"@angular/router": "^11.2.12",
"@angular/service-worker": "^11.2.12",
"@ngrx/effects": "^11.1.1",
"@ngrx/store": "^11.1.1",
"@ngx-dino/core": "^0.11.0",
"@ngx-dino/legend": "^0.13.0",
"@turf/boolean-point-in-polygon": "^6.3.0",
"@turf/centroid": "^6.3.0",
"@turf/helpers": "^6.3.0",
"blob-stream-browserify": "^0.1.3",
"cheet.js": "^0.3.3",
"core-js": "^3.11.1",
"css-element-queries": "^1.2.3",
"d3-geo-projection": "^3.0.0",
"d3-scale": "^3.3.0",
"d3-selection": "^2.0.0",
"d3-transition": "^2.0.0",
"file-saver": "^2.0.5",
"graphology": "^0.19.3",
"graphology-layout-forceatlas2": "^0.6.0",
"hammerjs": "^2.0.8",
"http-server": "^0.12.3",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"material-design-icons": "^3.0.1",
"nano-sql": "^1.8.5",
"ngx-clipboard": "^14.0.1",
"ngx-google-analytics": "^11.2.1",
"ngx-markdown": "^11.1.3",
"node-fetch": "^2.6.1",
"papaparse": "^5.3.0",
"pbf": "^3.2.1",
"pdfkit-browserify": "^0.8.3-R2",
"rxjs": "^6.6.7",
"save-svg-as-png": "^1.4.17",
"svg-to-pdfkit": "^0.1.8",
"topojson-client": "^3.1.0",
"tslib": "^2.2.0",
"typescript-logging": "^1.0.0",
"vega": "^5.20.2",
"vega-embed": "^6.17.0",
"vega-lite": "^5.1.0",
"zipcodes": "^8.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1102.11",
"@angular-devkit/schematics": "^11.2.11",
"@angular/cli": "^11.2.11",
"@angular/compiler-cli": "^11.2.12",
"@angular/language-service": "^11.2.12",
"@compodoc/compodoc": "^1.1.11",
"@types/blob-stream": "^0.1.30",
"@types/d3-scale": "^3.2.2",
"@types/file-saver": "^2.0.2",
"@types/jasmine": "^3.6.10",
"@types/jasminewd2": "^2.0.8",
"@types/js-yaml": "^4.0.1",
"@types/lodash": "^4.14.168",
"@types/node": "15.0.1",
"@types/papaparse": "^5.2.5",
"@types/pdfkit": "^0.11.0",
"browserify": "^17.0.0",
"codelyzer": "^6.0.1",
"graphology-types": "^0.19.2",
"jasmine-core": "~3.7.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"ng-mocks": "^11.10.1",
"ng-packagr": "^11.2.4",
"ngx-build-plus": "^11.0.0",
"npm-run-all": "^4.1.5",
"protractor": "~7.0.0",
"shallow-render": "^11.0.2",
"shelljs": "^0.8.4",
"ts-loader": "^8.2.0",
"ts-node": "^9.1.1",
"tslint": "~6.1.0",
"typescript": "~4.1.0",
"vega-typings": "^0.21.0",
"webpack": "^4.46.0",
"webpack-cli": "^4.6.0",
"webpack-node-externals": "^3.0.0",
"webpack-sources": "^2.2.0",
"xlsx": "^0.16.9"
}
}