-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.12 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
{
"name": "data-cubed",
"repository": {
"url": "https://gitlab.wikimedia.org/repos/releng/ddd",
"type": "git"
},
"main": "www/static/DashboardApp.ts",
"scripts": {
"prepare": "grunt svgstore",
"prebuild": "tsc",
"build": "esbuild ./www/static/DashboardApp.js --bundle --outfile=./www/static/app.js --target=es2020 --format=iife --platform=browser --keep-names"
},
"dependencies": {
"@operatortc/components": "^13.0.0",
"@operatortc/tonic": "^14.0.0",
"@popperjs/core": "^2.10.2",
"@trevoreyre/autocomplete-js": "^2.2.0",
"@types/luxon": "^2.0.7",
"@typescript/lib-dom": "npm:@types/web",
"bootstrap": "^5.1.3",
"chart.js": "^3.6.0",
"chartjs-adapter-luxon": "^1.1.0",
"chartjs-plugin-datalabels": "^2.0.0",
"jsoneditor": "^9.5.7",
"luxon": "^2.0.2",
"vega": "^5",
"vega-embed": "^6.19.1",
"vega-lite": "^5",
"xhr": "^2.6.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.6",
"esbuild": "^0.13.13",
"grunt": "^1.4.1",
"grunt-svgstore": "^2.0.0",
"typescript": "^4.6.0-dev.20211116"
},
"version": "0.0.1"
}