-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 1.79 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
{
"name": "topobank",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "webpack --mode development --devtool inline-source-map --watch",
"build-dev": "webpack --mode development",
"build-prod": "webpack --mode production"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@bokeh/bokehjs": "^3.0.3",
"@bokeh/numbro": "^1.6.2",
"@bokeh/slickgrid": "^2.4.4103",
"@fortawesome/fontawesome-free": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"bootstrap-vue-next": "^0.26.0",
"choices.js": "^11.0.0",
"datatables.net-bs5": "^2.1.8",
"datatables.net-vue3": "^3.0.2",
"flatbush": "^4.4.0",
"flatpickr": "^4.6.13",
"hammerjs": "^2.0.8",
"jquery": "^3.7.1",
"jquery.fancytree": "^2.38.3",
"lodash": "^4.17.21",
"mathjax-full": "^3.2.2",
"mitt": "^3.0.1",
"netcdfjs": "^3.0.0",
"nouislider": "^15.8.1",
"openseadragon": "^5.0.0",
"popper.js": "^1.16.1",
"proj4": "^2.14.0",
"regl": "^2.1.0",
"sprintf-js": "^1.1.3",
"timezone": "^1.0.23",
"underscore.template": "^0.1.7",
"uuid": "^11.0.0",
"vue": "^3.3.4",
"vue-cookies": "^1.8.4"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"sass": "^1.80.4",
"sass-loader": "^16.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"vue-loader": "^17.4.2",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
}
}