]> git.argeo.org Git - gpl/argeo-suite.git/blob - js/package.json
Make WFS http handler authentication aware.
[gpl/argeo-suite.git] / js / package.json
1 {
2 "name": "org.argeo.app.js",
3 "version": "2.3.0.next",
4 "description": "",
5 "private": "true",
6 "scripts": {
7 "build": "webpack --config webpack.dev.js",
8 "build-prod": "webpack --config webpack.prod.js"
9 },
10 "keywords": [],
11 "author": "",
12 "license": "GPL",
13 "devDependencies": {
14 "css-loader": "^6.8.1",
15 "css-minimizer-webpack-plugin": "^5.0.1",
16 "html-webpack-plugin": "^5.5.3",
17 "jsdoc": "^4.0.2",
18 "mini-css-extract-plugin": "^2.7.6",
19 "npm-check-updates": "^16.13.2",
20 "style-loader": "^3.3.3",
21 "webpack": "^5.83.1",
22 "webpack-cli": "^5.1.1",
23 "webpack-merge": "^5.9.0"
24 },
25 "dependencies": {
26 "@nieuwlandgeo/sldreader": "0.3.x",
27 "chart.js": "4.x.x",
28 "chartjs-plugin-annotation": "^3.0.1",
29 "ol": "8.x.x"
30 }
31 }