summaryrefslogtreecommitdiff
path: root/themes/LoveIt/package.json
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2021-02-18 22:21:36 +0100
committerChristoph Cullmann <cullmann@kde.org>2021-02-18 22:21:36 +0100
commit0c7cb4486a89ec6fe9680e6569ef41d4b82d557d (patch)
tree081941052bcab0caf69487b6bf5ab2df5deb3b7b /themes/LoveIt/package.json
parent640572ecab69291d2c266de2011b795a861e7c21 (diff)
use maintained theme
Diffstat (limited to 'themes/LoveIt/package.json')
-rw-r--r--themes/LoveIt/package.json51
1 files changed, 0 insertions, 51 deletions
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"
-}