chore: updates npm packages (#595)
1 files modified
1 files added
| New file |
| | |
| | | { |
| | | "name": "anatole", |
| | | "version": "1.19.0", |
| | | "description": "Anatole is a beautiful minimalist two-column hugo theme based on farbox-theme-Anatole.", |
| | | "scripts": { |
| | | "build": "hugo --themesDir=../.. --source=exampleSite && shx rm -rf ./resources && shx cp -r ./exampleSite/resources ./resources && shx echo Done building resources.", |
| | | "dev": "hugo serve --themesDir=../.. --source=exampleSite", |
| | | "prettier": "npx prettier --write .", |
| | | "prepare": "husky", |
| | | "release": "release-it", |
| | | "setup": "npm install && npm run prepare", |
| | | "test": "" |
| | | }, |
| | | "repository": { |
| | | "type": "git", |
| | | "url": "git+https://github.com/lxndrblz/anatole.git" |
| | | }, |
| | | "keywords": [ |
| | | "theme", |
| | | "hugo", |
| | | "farbox", |
| | | "anatole" |
| | | ], |
| | | "author": "Alexander Bilz", |
| | | "license": "MIT", |
| | | "bugs": { |
| | | "url": "https://github.com/lxndrblz/anatole/issues" |
| | | }, |
| | | "homepage": "https://github.com/lxndrblz/anatole#readme", |
| | | "devDependencies": { |
| | | "@commitlint/cli": "^21.2.0", |
| | | "@commitlint/config-conventional": "^21.2.0", |
| | | "@netlify/plugin-lighthouse": "^6.0.4", |
| | | "@release-it/conventional-changelog": "^11.0.1", |
| | | "husky": "^9.1.7", |
| | | "prettier": "^3.8.1", |
| | | "prettier-plugin-go-template": "^0.0.15", |
| | | "release-it": "^20.2.1", |
| | | "shx": "^0.4.0" |
| | | } |
| | | } |