2020-04-04 23:56:49 +02:00
|
|
|
{
|
|
|
|
|
"name": "hippie",
|
|
|
|
|
"version": "0.4.2",
|
|
|
|
|
"description": "Hippie interweaves preeminent personal interface elements",
|
2022-08-11 23:21:35 +02:00
|
|
|
"keywords": [
|
|
|
|
|
"web",
|
|
|
|
|
"frontend",
|
|
|
|
|
"framework",
|
|
|
|
|
"sass",
|
|
|
|
|
"css",
|
|
|
|
|
"html",
|
|
|
|
|
"js"
|
|
|
|
|
],
|
|
|
|
|
"homepage": "https://github.com/sthag/hippie#readme",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/sthag/hippie/issues",
|
|
|
|
|
"email": "klarsichtweise@gmail.com"
|
2020-04-04 23:56:49 +02:00
|
|
|
},
|
2022-08-11 23:21:35 +02:00
|
|
|
"license": "MIT",
|
|
|
|
|
"author": "Stephan Hagedorn",
|
2020-04-04 23:56:49 +02:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/sthag/hippie.git"
|
|
|
|
|
},
|
2022-08-11 23:21:35 +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",
|
|
|
|
|
"preversion": "npm test",
|
|
|
|
|
"version": "gulp build && git add -A dist",
|
|
|
|
|
"postversion": "git push && git push --tags",
|
|
|
|
|
"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/*",
|
|
|
|
|
"serve": "browser-sync start --no-open --index 'demo.html' --server 'build'",
|
2022-08-19 22:04:32 +02:00
|
|
|
"serve:watch": "browser-sync start --open false --index 'demo.html' --files 'build' --server 'build'",
|
|
|
|
|
"style": "npm run style:compile & npm run style:post",
|
2022-08-11 23:21:35 +02:00
|
|
|
"style:compile": "sass source/style:build/css --load-path=vendor",
|
2022-08-19 22:04:32 +02:00
|
|
|
"style:post": "postcss build/css/*.css -d deploy/css",
|
|
|
|
|
"style:watch": "sass --watch source/style:build/css --load-path=vendor",
|
|
|
|
|
"develop": "npm run style:watch & npm run serve:watch"
|
2022-08-11 23:21:35 +02:00
|
|
|
},
|
|
|
|
|
"config": {
|
|
|
|
|
"port": "3000"
|
2020-04-04 23:56:49 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-08-19 22:04:32 +02:00
|
|
|
"autoprefixer": "^10.4.8",
|
2022-08-08 21:43:54 +02:00
|
|
|
"browser-sync": "^2.27.10",
|
2022-08-19 22:04:32 +02:00
|
|
|
"cssnano": "^5.1.13",
|
2020-04-04 23:56:49 +02:00
|
|
|
"jshint": "~2",
|
|
|
|
|
"jshint-stylish": "^2.2.1",
|
2022-08-19 22:04:32 +02:00
|
|
|
"postcss": "^8.4.16",
|
|
|
|
|
"postcss-cli": "^10.0.0",
|
|
|
|
|
"sass": "^1.54.4"
|
2022-08-11 23:21:35 +02:00
|
|
|
},
|
|
|
|
|
"private": true
|
2021-03-08 15:01:17 +01:00
|
|
|
}
|