Commit 29e6235e authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Organiza y actualiza dependencias

Mueve todas las dependencias a dependencias de desarrollo, ya que este
proyecto no tiene dependencias de funcionamiento que no sea en entorno
de desarrollo.

Actualiza versiones de dependencias al mismo nivel que en el proyecto
web, y adapta importación tras actualización de animate.css.
parent 46726f1b
Loading
Loading
Loading
Loading
+26 −28
Original line number Diff line number Diff line
@@ -25,37 +25,35 @@
    "url": "https://gitlab.com/redmic-project/client/style.git"
  },
  "private": true,
  "dependencies": {
    "alertifyjs": "^1.11.0",
    "animate.css": "^3.5.2",
    "dijit": "^1.13.0",
    "dojox": "^1.13.0",
    "dropzone": "^5.2.0",
    "font-awesome-stylus": "^4.7.1",
    "leaflet": "^1.2.0",
    "leaflet-awesome-markers": "https://github.com/lvoogdt/Leaflet.awesome-markers.git#2.0/develop",
    "leaflet-draw": "^0.4.12",
    "leaflet-measure": "^2.1.7",
    "leaflet-minimap": "^3.5.0",
    "prunecluster": "^2.1.0"
  },
  "devDependencies": {
    "glob": "^7.1.2",
    "grunt": "^1.0.1",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-cssmin": "^2.2.0",
    "grunt-contrib-stylus": "^1.2.0",
    "grunt-git": "^1.0.4",
    "grunt-shell": "^2.1.0",
    "load-grunt-tasks": "^3.5.2",
    "nib": "^1.1.2",
    "stylus": "^0.54.5",
    "webfont-dl": "^0.1.2"
    "alertifyjs": "1.13.1",
    "animate.css": "4.1.1",
    "dijit": "1.17.2",
    "dojox": "1.17.2",
    "dropzone": "5.4.0",
    "font-awesome-stylus": "4.7.1",
    "glob": "8.0.1",
    "grunt": "1.5.2",
    "grunt-contrib-clean": "2.0.1",
    "grunt-contrib-copy": "1.0.0",
    "grunt-contrib-cssmin": "4.0.0",
    "grunt-contrib-stylus": "1.2.0",
    "grunt-git": "1.1.1",
    "grunt-shell": "4.0.0",
    "leaflet": "1.7.1",
    "leaflet-awesome-markers": "https://github.com/lennardv2/Leaflet.awesome-markers.git#2.0/develop",
    "leaflet-draw": "1.0.4",
    "leaflet-measure": "2.1.7",
    "leaflet-minimap": "3.6.1",
    "load-grunt-tasks": "5.1.0",
    "nib": "1.1.2",
    "prunecluster": "2.1.0",
    "stylus": "0.57.0",
    "webfont-dl": "0.2.0"
  },
  "engines": {
    "node": ">=4.4",
    "npm": ">=3.10"
    "node": ">=14.0",
    "npm": ">=6.14"
  },
  "license": "Apache-2.0"
}
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ global_reset()
@import 'src/ColorPicker'
@import 'submodules/leaflet-measure/dist/leaflet-measure.css'
@import 'submodules/leaflet-draw/dist/leaflet.draw.css'
@import 'submodules/animate/animate.min.css'
@import 'submodules/animate/animate.compat.css'
@import 'submodules/Leaflet-MiniMap/dist/Control.MiniMap.min.css'

// Custom de Redmic
+948 −693

File changed.

Preview size limit exceeded, changes collapsed.