Refactor JavaScript components
[gpl/argeo-suite.git] / js / package.json
diff --git a/js/package.json b/js/package.json
new file mode 100644 (file)
index 0000000..9869bbe
--- /dev/null
@@ -0,0 +1,29 @@
+{
+       "name": "org.argeo.app.geo.js",
+       "version": "2.3.0.next",
+       "description": "",
+       "private": "true",
+       "scripts": {
+               "build": "webpack --config webpack.dev.js",
+               "build-prod": "webpack --config webpack.prod.js"
+       },
+       "keywords": [],
+       "author": "",
+       "license": "GPL",
+       "devDependencies": {
+               "css-loader": "^6.8.1",
+               "css-minimizer-webpack-plugin": "^5.0.1",
+               "html-webpack-plugin": "^5.5.3",
+               "jsdoc": "^4.0.2",
+               "mini-css-extract-plugin": "^2.7.6",
+               "npm-check-updates": "^16.13.2",
+               "style-loader": "^3.3.3",
+               "webpack": "^5.83.1",
+               "webpack-cli": "^5.1.1",
+               "webpack-merge": "^5.9.0"
+       },
+       "dependencies": {
+               "@nieuwlandgeo/sldreader": "^0.3.1",
+               "ol": "7.5.x"
+       }
+}