-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 817 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 817 Bytes
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
{
"name": "stats-service",
"version": "0.5.3",
"description": "Stats Service for MONARC.",
"private": true,
"scripts": {
"postinstall": "cd statsservice/static/ ; ln -sf ../../node_modules npm_components"
},
"author": "Cédric Bonhomme <[email protected]> (https://cedricbonhomme.org)",
"contributors": [
"Juan Rocha <[email protected]>",
"Ruslan Baidan <[email protected]>"
],
"license": "AGPL-3.0-or-later",
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"chart.js": "^4.4.2",
"chartjs-adapter-moment": "^1.0.1",
"d3-scale-chromatic": "^3.0.0",
"leaflet": "^1.9.4",
"lodash.clonedeep": "^4.5.0",
"moment": "^2.30.1"
},
"engines": {
"node": "16.x",
"npm": "8.3.0"
}
}