From 0c7cb4486a89ec6fe9680e6569ef41d4b82d557d Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 18 Feb 2021 22:21:36 +0100 Subject: use maintained theme --- themes/LoveIt/package.json | 51 ---------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 themes/LoveIt/package.json (limited to 'themes/LoveIt/package.json') diff --git a/themes/LoveIt/package.json b/themes/LoveIt/package.json deleted file mode 100644 index 8316c49..0000000 --- a/themes/LoveIt/package.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "loveit-src", - "version": "0.2.0", - "description": "LoveIt theme source file", - "private": true, - "dependencies": {}, - "devDependencies": { - "@babel/cli": "^7.8.4", - "@babel/core": "^7.9.0", - "@babel/preset-env": "^7.9.0", - "babel-preset-minify": "^0.5.1", - "babelify": "^10.0.0", - "browserify": "^16.5.0", - "core-js": "^3.6.4", - "husky": "^4.2.3", - "minimist": "^1.2.5", - "segmentit": "^2.0.3" - }, - "scripts": { - "preinstall": "npx npm-force-resolutions", - "babel": "npx babel src/js --out-file assets/js/theme.min.js --source-maps", - "build": "npm run babel && hugo -v --source=exampleSite --themesDir ../.. --gc", - "build-lunr-segmentit": "browserify src/lib/lunr.segmentit.js -o assets/lib/lunr/lunr.segmentit.js -t babelify --presets @babel/preset-env --presets minify", - "start": "npm run babel && hugo server --source=exampleSite --themesDir ../.. -D --disableFastRender", - "start-production": "npm run babel && hugo server --source=exampleSite --themesDir ../.. -D --disableFastRender -e production", - "check": "htmlproofer exampleSite/public --check-html --allow-hash-href --empty-alt-ignore --disable-external", - "copy": "rm -rf resources && cp -rf exampleSite/resources resources" - }, - "resolutions": { - "minimist": "^1.2.5" - }, - "husky": { - "hooks": { - "pre-commit": "npm run build && npm run copy && git add resources assets/js" - } - }, - "repository": { - "type": "git", - "url": "git+https://github.com/dillonzq/LoveIt.git" - }, - "keywords": [ - "hugo", - "theme" - ], - "author": "Dillon", - "license": "MIT", - "bugs": { - "url": "https://github.com/dillonzq/LoveIt/issues" - }, - "homepage": "https://github.com/dillonzq/LoveIt#readme" -} -- cgit v1.2.3