+0
−1
+1
−1
README.md
0 → 100644
+3
−0
grunt/task/publishVersion.js
deleted100644 → 0
+0
−41
+12
−13
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "@redmic-project/style",
|
||
"version": "0.25.0",
|
||
"version": "0.26.0",
|
||
"author": "REDMIC",
|
||
"homepage": "https://gitlab.com/redmic-project/client/style/blob/master/README.md",
|
||
"description": "Estilos y recursos para REDMIC",
|
||
"description": "Styles of the REDMIC application",
|
||
"contributors": [
|
||
{
|
||
"name": "Pedro E. Trujillo Brito",
|
||
| @@ -19,21 +19,20 @@ | ||
"url": "https://gitlab.com/redmic-project/client/style.git"
|
||
},
|
||
"devDependencies": {
|
||
"alertifyjs": "1.13.1",
|
||
"alertifyjs": "1.14.0",
|
||
"animate.css": "4.1.1",
|
||
"dijit": "1.17.3",
|
||
"dojox": "1.17.3",
|
||
"dropzone": "5.9.3",
|
||
"font-awesome-stylus": "4.7.1",
|
||
"glob": "8.0.3",
|
||
"grunt": "1.5.3",
|
||
"glob": "10.4.1",
|
||
"grunt": "1.6.1",
|
||
"grunt-contrib-clean": "2.0.1",
|
||
"grunt-contrib-copy": "1.0.0",
|
||
"grunt-contrib-cssmin": "4.0.0",
|
||
"grunt-contrib-cssmin": "5.0.0",
|
||
"grunt-contrib-stylus": "1.2.0",
|
||
"grunt-git": "1.1.1",
|
||
"grunt-shell": "4.0.0",
|
||
"leaflet": "1.9.3",
|
||
"grunt-shell": "3.0.1",
|
||
"leaflet": "1.9.4",
|
||
"leaflet-awesome-markers": "https://github.com/lennardv2/Leaflet.awesome-markers.git#2.0/develop",
|
||
"leaflet-draw": "1.0.4",
|
||
"leaflet-measure": "3.1.0",
|
||
| @@ -41,13 +40,13 @@ | ||
"load-grunt-tasks": "5.1.0",
|
||
"nib": "1.2.0",
|
||
"prunecluster": "2.1.0",
|
||
"stylus": "0.59.0",
|
||
"stylus": "0.63.0",
|
||
"webfont-dl": "0.2.0"
|
||
},
|
||
"files": ["dist", "yarn.lock"],
|
||
"files": ["dist"],
|
||
"engines": {
|
||
"node": ">=14.0",
|
||
"npm": ">=6.14"
|
||
"node": ">=16.0",
|
||
"npm": ">=8.19"
|
||
},
|
||
"license": "Apache-2.0"
|
||
} |
||
Loading