2017-02-26 21:24:53 +00:00
|
|
|
{
|
|
|
|
"name": "citra-web",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "The Citra Official Website",
|
|
|
|
"author": "",
|
2020-02-27 18:08:09 +00:00
|
|
|
"license": "AGPL-3.0-only",
|
2020-11-05 07:53:06 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "gulp all --production",
|
|
|
|
"serve": "gulp all"
|
|
|
|
},
|
2017-02-26 21:24:53 +00:00
|
|
|
"dependencies": {
|
2023-02-03 07:13:01 +00:00
|
|
|
"bootstrap-sass": "^3.4.3",
|
|
|
|
"browser-sync": "^2.27.11",
|
2023-02-03 07:33:31 +00:00
|
|
|
"concurrent-transform": "^1.0.0",
|
2023-02-03 07:13:01 +00:00
|
|
|
"cssnano": "^5.1.14",
|
2022-02-13 03:18:37 +00:00
|
|
|
"fancy-log": "^2.0.0",
|
2020-05-26 14:51:18 +00:00
|
|
|
"gulp": "^4.0.2",
|
2021-09-08 04:44:16 +00:00
|
|
|
"gulp-changed": "^4.0.3",
|
2020-05-26 14:51:18 +00:00
|
|
|
"gulp-clean-css": "^4.3.0",
|
2017-08-30 02:16:03 +00:00
|
|
|
"gulp-concat": "^2.6.1",
|
2018-12-15 16:40:20 +00:00
|
|
|
"gulp-htmlmin": "^5.0.1",
|
2020-05-26 14:51:18 +00:00
|
|
|
"gulp-image-resize": "^0.13.1",
|
2021-09-08 04:44:16 +00:00
|
|
|
"gulp-postcss": "^9.0.1",
|
2022-02-13 03:18:37 +00:00
|
|
|
"gulp-sass": "^5.1.0",
|
2023-02-03 07:13:01 +00:00
|
|
|
"hugo-bin": "0.98.0",
|
2020-05-26 14:51:18 +00:00
|
|
|
"merge-stream": "^2.0.0",
|
2023-02-03 07:13:01 +00:00
|
|
|
"minimist": "^1.2.7",
|
2022-02-13 03:18:37 +00:00
|
|
|
"postcss": "^8.4",
|
2023-02-03 23:04:15 +00:00
|
|
|
"sass": "^1.57.1",
|
|
|
|
"sass-embedded": "^1.57.1"
|
2023-02-03 07:13:01 +00:00
|
|
|
},
|
|
|
|
"hugo-bin": {
|
|
|
|
"buildTags": "extended"
|
2017-02-26 21:24:53 +00:00
|
|
|
}
|
|
|
|
}
|