diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 40 |
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" + } } |
