package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "name": "polirural-attractiveness",
  3. "version": "0.1.0",
  4. "description": "Rural attractiveness aplication",
  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.23.0",
  29. "http-server": "^0.12.3"
  30. },
  31. "devDependencies": {
  32. "@babel/core": "^7.9.6",
  33. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  34. "babel-loader": "^8.1.0",
  35. "babel-plugin-angularjs-annotate": "^0.10.0",
  36. "clean-webpack-plugin": "^3.0.0",
  37. "css-loader": "^3.5.3",
  38. "eslint": "^7.0.0",
  39. "eslint-config-standard": "^14.1.1",
  40. "eslint-plugin-import": "^2.20.2",
  41. "eslint-plugin-node": "^11.1.0",
  42. "eslint-plugin-promise": "^4.2.1",
  43. "eslint-plugin-standard": "^4.0.1",
  44. "extract-loader": "^5.0.1",
  45. "file-loader": "^6.0.0",
  46. "html-loader": "^1.1.0",
  47. "html-webpack-plugin": "^4.3.0",
  48. "mini-css-extract-plugin": "^0.9.0",
  49. "ng-cache-loader": "0.0.26",
  50. "npm-run-all": "^4.1.5",
  51. "optimize-css-assets-webpack-plugin": "^5.0.3",
  52. "postcss": "^7.0.30",
  53. "postcss-prefix-selector": "^1.7.1",
  54. "style-loader": "^1.2.1",
  55. "url-loader": "^4.1.0",
  56. "webpack": "^4.43.0",
  57. "webpack-cli": "^3.3.11",
  58. "webpack-dev-server": "^3.11.0",
  59. "webpack-merge": "^4.2.2"
  60. }
  61. }