summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-06-10 08:33:12 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-06-10 08:33:12 +0200
commite6ec1800b50e88495e0b3cd9084de2a38237a2e2 (patch)
tree80741746f536fb8014629db849cd827bdb6b0500 /package.json
parent11fc6d96cca1e3454662bb0cac00a9b1fb0c2177 (diff)
downloadgohugo-theme-ed-e6ec1800b50e88495e0b3cd9084de2a38237a2e2.tar.gz
Update dev deps
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 2e9237e..d5adc35 100644
--- a/package.json
+++ b/package.json
@@ -1,37 +1,37 @@
{
- "author": "Serghei Iakovlev",
- "bugs": {
- "url": "https://github.com/sergeyklay/gohugo-theme-ed/issues"
- },
- "dependencies": {},
+ "name": "ed",
+ "version": "0.4.0",
+ "private": true,
"description": "Ed theme for minimal editions, based on Alex Gil theme",
- "devDependencies": {
- "editorconfig-checker": "^4.0.2",
- "eslint": "^8.16.0",
- "eslint-config-airbnb-base": "^15.0.0",
- "eslint-plugin-import": "^2.25.4",
- "eslint-plugin-node": "^11.1.0"
- },
- "homepage": "https://github.com/sergeyklay/gohugo-theme-ed#readme",
"keywords": [
"hugo",
"theme",
"minimal"
],
- "license": "MIT",
- "main": "index.js",
- "name": "ed",
- "private": true,
+ "homepage": "https://github.com/sergeyklay/gohugo-theme-ed#readme",
+ "bugs": {
+ "url": "https://github.com/sergeyklay/gohugo-theme-ed/issues"
+ },
"repository": {
"type": "git",
"url": "git+https://github.com/sergeyklay/gohugo-theme-ed.git"
},
+ "license": "MIT",
+ "author": "Serghei Iakovlev",
+ "main": "index.js",
"scripts": {
"build": "hugo --source=exampleSite --gc --verbose --minify --destination ../public",
- "server": "hugo server --source=exampleSite --disableFastRender",
+ "lint": "npm run lint:js && npm run lint:editorconfig",
"lint:editorconfig": "editorconfig-checker",
"lint:js": "eslint static/js/*.js",
- "lint": "npm run lint:js && npm run lint:editorconfig"
+ "server": "hugo server --source=exampleSite --disableFastRender"
},
- "version": "0.4.0"
+ "dependencies": {},
+ "devDependencies": {
+ "editorconfig-checker": "^4.0.2",
+ "eslint": "^8.16.0",
+ "eslint-config-airbnb-base": "^15.0.0",
+ "eslint-plugin-import": "^2.25.4",
+ "eslint-plugin-node": "^11.1.0"
+ }
}