package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "polirural-attractiveness-clustering",
  3. "version": "0.1.0",
  4. "description": "Rural attractiveness clustering application",
  5. "main": "build/index.html",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build": "node node_modules/hslayers-ng/scripts/bootstrap-isolate.js && webpack --config ./webpack.prod.js --progress",
  9. "build-dev": "node node_modules/hslayers-ng/scripts/bootstrap-isolate.js && webpack --config ./webpack.dev.js --progress",
  10. "start": "http-server ./build -p 8080",
  11. "start-dev": "webpack-dev-server --config ./webpack.dev.js --watch"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://git.lesprojekt.cz/jmacura/polirural-attractiveness-clustering.git"
  16. },
  17. "keywords": [
  18. "rural",
  19. "attractiveness"
  20. ],
  21. "author": "Jan Macura",
  22. "contributors": [
  23. "Raitis Bērziņš"
  24. ],
  25. "license": "MIT",
  26. "dependencies": {
  27. "csvtojson": "^2.0.10",
  28. "hslayers-ng": "^1.24.0",
  29. "hsv2rgb": "^1.1.0",
  30. "http-server": "^0.12.3"
  31. },
  32. "devDependencies": {
  33. "@babel/core": "^7.10.4",
  34. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  35. "babel-loader": "^8.1.0",
  36. "babel-plugin-angularjs-annotate": "^0.10.0",
  37. "clean-webpack-plugin": "^3.0.0",
  38. "css-loader": "^3.6.0",
  39. "eslint": "^7.3.1",
  40. "eslint-config-angular": "^0.5.0",
  41. "eslint-config-openlayers": "^14.0.0",
  42. "eslint-plugin-angular": "^4.0.1",
  43. "eslint-plugin-import": "^2.22.0",
  44. "eslint-plugin-node": "^11.1.0",
  45. "eslint-plugin-promise": "^4.2.1",
  46. "extract-loader": "^5.1.0",
  47. "file-loader": "^6.0.0",
  48. "html-loader": "^1.1.0",
  49. "html-webpack-plugin": "^4.3.0",
  50. "mini-css-extract-plugin": "^0.9.0",
  51. "ng-cache-loader": "0.0.26",
  52. "npm-run-all": "^4.1.5",
  53. "optimize-css-assets-webpack-plugin": "^5.0.3",
  54. "postcss": "^7.0.32",
  55. "postcss-prefix-selector": "^1.7.1",
  56. "style-loader": "^1.2.1",
  57. "url-loader": "^4.1.0",
  58. "webpack": "^4.43.0",
  59. "webpack-cli": "^3.3.12",
  60. "webpack-dev-server": "^3.11.0",
  61. "webpack-merge": "^4.2.2"
  62. }
  63. }