theme/package.json

31 lines
718 B
JSON
Raw Normal View History

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