This repository has been archived on 2024-07-02. You can view files and clone it, but cannot push or open issues or pull requests.
theme/package.json

31 lines
717 B
JSON
Raw Normal View History

2019-02-02 17:17:50 +01:00
{
"name": "vikunja-theme",
"version": "0.2.0",
2019-02-02 17:17:50 +01:00
"description": "A Hugo theme that gets used within all of our websites.",
2019-10-30 21:45:29 +01:00
"license": "LGPL-3.0-or-later",
2019-02-02 17:17:50 +01:00
"author": {
"name": "The Vikunja authors",
"email": "team@vikunja.io"
},
"scripts": {
"clean": "gulp clean",
2021-04-21 21:43:52 +02:00
"build": "gulp prod",
2019-02-02 17:17:50 +01:00
"release": "gulp release",
"watch": "gulp watch"
},
"dependencies": {
"bulma": "^0.7.1"
2019-02-02 17:17:50 +01:00
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
2020-01-20 22:17:32 +01:00
"gulp-clean-css": "^4.2.0",
2019-02-02 17:17:50 +01:00
"gulp-gzip": "^1.4.0",
2020-01-20 22:41:17 +01:00
"gulp-hash-filename": "^2.0.1",
2020-02-18 18:42:35 +01:00
"gulp-replace": "^1.0.0",
2019-02-02 17:17:50 +01:00
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^1.9.1",
"gulp-tar-path": "^1.0.1"
}
}