2020-04-04 23:56:49 +02:00
|
|
|
{
|
|
|
|
|
"name": "hippie",
|
2023-10-25 21:30:02 +02:00
|
|
|
"version": "0.13.1",
|
2020-04-04 23:56:49 +02:00
|
|
|
"description": "Hippie interweaves preeminent personal interface elements",
|
2023-10-25 20:25:09 +02:00
|
|
|
"keywords": [
|
|
|
|
|
"hippie",
|
|
|
|
|
"www site template"
|
|
|
|
|
],
|
|
|
|
|
"homepage": "https://quelltext.interaktionsweise.de/interaktionsweise/hippie",
|
|
|
|
|
"bugs": "https://quelltext.interaktionsweise.de/interaktionsweise/hippie/issues",
|
|
|
|
|
"license": "MIT",
|
2025-11-02 14:12:52 +01:00
|
|
|
"author": "Stephan Hagedorn <sthag@interaktionsweise.de> (https://karte.interaktionsweise.de)",
|
2023-10-25 20:25:09 +02:00
|
|
|
"main": "",
|
2020-04-04 23:56:49 +02:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2023-10-25 20:25:09 +02:00
|
|
|
"url": "https://quelltext.interaktionsweise.de/interaktionsweise/hippie.git"
|
2020-04-04 23:56:49 +02:00
|
|
|
},
|
2023-10-25 20:25:09 +02:00
|
|
|
"scripts": {
|
|
|
|
|
"hello": "echo -n \"This is \" && node -p \"process.env.npm_package_name\" | tr '[:lower:]' '[:upper:]'",
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
|
"clean": "npm run clean:build & npm run clean:deploy & npm run clean:report & npm run clean:test",
|
|
|
|
|
"clean:build": "rm -rf build/*",
|
|
|
|
|
"clean:deploy": "rm -rf deploy/*",
|
|
|
|
|
"clean:report": "rm -rf report/*",
|
|
|
|
|
"clean:test": "rm -rf test/*",
|
|
|
|
|
"style:compile": "sass source/style:build/css --load-path=vendor",
|
2026-02-19 20:43:52 +01:00
|
|
|
"style:deploy": "sass source/style:deploy/css --load-path=vendor",
|
2023-10-25 20:25:09 +02:00
|
|
|
"style:watch": "sass --watch source/style:build/css --load-path=vendor",
|
|
|
|
|
"build:new": "npm run clean:build && npx @11ty/eleventy && npm run style:compile",
|
2023-10-25 22:22:19 +02:00
|
|
|
"build": "npx @11ty/eleventy && npm run style:compile",
|
2026-02-19 20:43:52 +01:00
|
|
|
"deploy": "npm run clean:deploy && npx @11ty/eleventy --output=deploy --pathprefix=hippie && npm run style:deploy",
|
2023-10-25 22:22:19 +02:00
|
|
|
"serve": "npm run style:watch & npx @11ty/eleventy --serve"
|
2020-04-04 23:56:49 +02:00
|
|
|
},
|
2023-10-25 20:25:09 +02:00
|
|
|
"private": true,
|
2025-06-21 14:35:43 +02:00
|
|
|
"devDependencies": {
|
|
|
|
|
"normalize.css": "^8.0.1"
|
|
|
|
|
},
|
2025-06-21 14:22:31 +02:00
|
|
|
"dependencies": {
|
2026-03-02 19:17:09 +01:00
|
|
|
"@11ty/eleventy": "^3.1.2",
|
|
|
|
|
"@11ty/eleventy-upgrade-help": "^3.0.2",
|
2025-06-21 14:35:43 +02:00
|
|
|
"bootstrap-icons": "^1.13.1",
|
2025-12-01 17:10:58 +01:00
|
|
|
"hippie-script": "git+https://quelltext.interaktionsweise.de/interaktionsweise/hippie-script.git",
|
2025-10-27 21:15:32 +01:00
|
|
|
"jquery": "^3.7.1",
|
2025-10-17 23:04:31 +02:00
|
|
|
"sass": "^1.93.0"
|
2021-03-09 15:54:23 +01:00
|
|
|
}
|
2025-10-27 21:15:32 +01:00
|
|
|
}
|