Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/package.json b/package.json
index 870e7a5..f561515 100644
--- a/package.json
+++ b/package.json
@@ -29,27 +29,27 @@
},
"homepage": "https://github.com/kakawait/hugo-tranquilpeak-theme",
"devDependencies": {
- "eslint": "6.0.1",
- "eslint-config-google": "0.13.0",
- "grunt": "1.0.4",
- "grunt-cli": "1.3.2",
- "grunt-contrib-clean": "2.0.0",
- "grunt-contrib-concat": "1.0.1",
- "grunt-contrib-copy": "1.0.0",
- "grunt-contrib-cssmin": "3.0.0",
- "grunt-contrib-uglify": "4.0.1",
- "grunt-contrib-watch": "1.1.0",
- "grunt-sails-linker": "1.0.4",
- "grunt-sass": "3.0.2",
- "grunt-sync": "0.8.1",
- "grunt-text-replace": "0.4.0",
- "include-all": "4.0.3",
- "load-grunt-tasks": "5.0.0",
- "nanoid": "^2.1.11",
- "sass": "1.36.0"
+ "eslint": "^7.32.0",
+ "eslint-config-google": "^0.14.0",
+ "grunt": "^1.4.1",
+ "grunt-cli": "^1.4.3",
+ "grunt-exec": "^3.0.0",
+ "grunt-contrib-clean": "^2.0.0",
+ "grunt-contrib-concat": "^1.0.1",
+ "grunt-contrib-copy": "^1.0.0",
+ "grunt-contrib-cssmin": "^4.0.0",
+ "grunt-contrib-uglify": "^5.0.1",
+ "grunt-contrib-watch": "^1.1.0",
+ "grunt-sails-linker": "^1.0.4",
+ "grunt-sass": "^3.1.0",
+ "grunt-sync": "^0.8.2",
+ "grunt-text-replace": "^0.4.0",
+ "include-all": "^4.0.3",
+ "load-grunt-tasks": "^5.1.0",
+ "nanoid": "^3.1.23",
+ "sass": "^1.37.5"
},
- "dependencies": {},
"engines": {
- "node": ">=6.13.1"
+ "node": ">=12.0.0"
}
}