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",
|
2020-11-05 08:53:06 +01:00
|
|
|
"scripts": {
|
|
|
|
"build": "gulp all --production",
|
|
|
|
"serve": "gulp all"
|
|
|
|
},
|
2017-02-26 22:24:53 +01:00
|
|
|
"dependencies": {
|
2023-02-03 08:13:01 +01:00
|
|
|
"bootstrap-sass": "^3.4.3",
|
|
|
|
"browser-sync": "^2.27.11",
|
|
|
|
"cssnano": "^5.1.14",
|
2022-02-13 04:18:37 +01:00
|
|
|
"fancy-log": "^2.0.0",
|
2020-05-26 16:51:18 +02:00
|
|
|
"gulp": "^4.0.2",
|
2021-09-08 06:44:16 +02:00
|
|
|
"gulp-changed": "^4.0.3",
|
2020-05-26 16:51:18 +02:00
|
|
|
"gulp-clean-css": "^4.3.0",
|
2017-08-30 04:16:03 +02:00
|
|
|
"gulp-concat": "^2.6.1",
|
2018-12-15 17:40:20 +01:00
|
|
|
"gulp-htmlmin": "^5.0.1",
|
2020-05-26 16:51:18 +02:00
|
|
|
"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-02-03 08:13:01 +01:00
|
|
|
"hugo-bin": "0.98.0",
|
2020-05-26 16:51:18 +02:00
|
|
|
"merge-stream": "^2.0.0",
|
2023-02-03 08:13:01 +01:00
|
|
|
"minimist": "^1.2.7",
|
2022-02-13 04:18:37 +01:00
|
|
|
"postcss": "^8.4",
|
2023-02-03 08:13:01 +01:00
|
|
|
"sass": "^1.57.1"
|
|
|
|
},
|
|
|
|
"hugo-bin": {
|
|
|
|
"buildTags": "extended"
|
2017-02-26 22:24:53 +01:00
|
|
|
}
|
|
|
|
}
|