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

github.com/panr/hugo-theme-hello-friend.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.hugo.json')
-rw-r--r--package.hugo.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/package.hugo.json b/package.hugo.json
new file mode 100644
index 0000000..fc2a6a2
--- /dev/null
+++ b/package.hugo.json
@@ -0,0 +1,44 @@
+{
+ "name": "hello-friend",
+ "version": "3.0.0",
+ "main": "index.js",
+ "author": "Radosław Kozieł <@panr> <radoslaw.koziel@gmail.com>",
+ "license": "MIT",
+ "scripts": {
+ "test": "echo 'Test'"
+ },
+ "browserslist": [
+ "last 2 versions",
+ ">1%",
+ "not dead"
+ ],
+ "comments": {
+ "dependencies": {
+ "yarn": "project"
+ },
+ "devDependencies": {
+ "browserslist": "project",
+ "clipboard": "project",
+ "eslint-config-airbnb": "project",
+ "eslint-config-prettier": "project",
+ "eslint-plugin-jsx-a11y": "project",
+ "husky": "project"
+ }
+ },
+ "dependencies": {
+ "yarn": "^1.22.10"
+ },
+ "devDependencies": {
+ "browserslist": "^4.16.5",
+ "clipboard": "^2.0.4",
+ "eslint-config-airbnb": "^18.2.0",
+ "eslint-config-prettier": "^8.1.0",
+ "eslint-plugin-jsx-a11y": "^6.2.1",
+ "husky": "^5.1.3"
+ },
+ "husky": {
+ "hooks": {
+ "pre-push": "yarn build && git add . && git commit --amend --no-edit"
+ }
+ }
+}