citra-web/package.json

31 lines
727 B
JSON
Raw Normal View History

2017-02-26 16:24:53 -05:00
{
"name": "citra-web",
"version": "1.0.0",
"description": "The Citra Official Website",
"author": "",
2020-02-27 23:38:09 +05:30
"license": "AGPL-3.0-only",
"scripts": {
"build": "gulp all --production",
"serve": "gulp all"
},
2017-02-26 16:24:53 -05:00
"dependencies": {
"bootstrap-sass": "^3.4.1",
2022-02-12 20:18:37 -07:00
"browser-sync": "^2.27.7",
"cssnano": "^5.0.17",
"fancy-log": "^2.0.0",
2022-02-12 20:38:23 -07:00
"hugo-bin": "0.40.0",
"gulp": "^4.0.2",
2021-09-07 22:44:16 -06:00
"gulp-changed": "^4.0.3",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
2018-12-15 11:40:20 -05:00
"gulp-htmlmin": "^5.0.1",
"gulp-image-resize": "^0.13.1",
2021-09-07 22:44:16 -06:00
"gulp-postcss": "^9.0.1",
2022-02-12 20:18:37 -07:00
"gulp-sass": "^5.1.0",
"merge-stream": "^2.0.0",
"minimist": "^1.2.5",
2022-02-12 20:18:37 -07:00
"postcss": "^8.4",
"sass": "^1.49.7"
2017-02-26 16:24:53 -05:00
}
}