citra-web/package.json

36 lines
846 B
JSON
Raw Permalink Normal View History

2017-02-26 22:24:53 +01:00
{
"name": "citra-web",
"version": "1.0.0",
"description": "The Citra Official Website",
"author": "",
2020-02-27 19:08:09 +01:00
"license": "AGPL-3.0-only",
"scripts": {
"build": "gulp all --production",
"serve": "gulp all"
},
2017-02-26 22:24:53 +01:00
"dependencies": {
"bootstrap-sass": "^3.4.3",
2023-03-08 06:55:48 +01:00
"browser-sync": "^2.28.3",
2023-02-03 08:33:31 +01:00
"concurrent-transform": "^1.0.0",
2023-03-08 06:55:48 +01:00
"cssnano": "^5.1.15",
2022-02-13 04:18:37 +01:00
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
2021-09-08 06:44:16 +02:00
"gulp-changed": "^4.0.3",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
2018-12-15 17:40:20 +01:00
"gulp-htmlmin": "^5.0.1",
"gulp-image-resize": "^0.13.1",
2021-09-08 06:44:16 +02:00
"gulp-postcss": "^9.0.1",
2022-02-13 04:18:37 +01:00
"gulp-sass": "^5.1.0",
2023-03-08 06:55:48 +01:00
"hugo-bin": "0.99.2",
"merge-stream": "^2.0.0",
2023-03-08 06:55:48 +01:00
"minimist": "^1.2.8",
2022-02-13 04:18:37 +01:00
"postcss": "^8.4",
2023-03-08 06:55:48 +01:00
"sass": "^1.58.3",
"sass-embedded": "^1.58.3"
},
"hugo-bin": {
"buildTags": "extended"
2017-02-26 22:24:53 +01:00
}
}