citra-web/package.json

30 lines
707 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",
2021-02-16 02:01:06 -07:00
"browser-sync": "^2.26.14",
2021-05-11 17:12:23 -06:00
"cssnano": "^5.0.2",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.2",
"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",
"gulp-md5-plus": "^1.0.3",
2020-11-05 01:26:06 -07:00
"gulp-postcss": "^9.0.0",
"gulp-sass": "^4.1.0",
"gulp-util": "^3.0.8",
"merge-stream": "^2.0.0",
2021-05-11 17:12:23 -06:00
"postcss": "^8.2",
2020-11-05 01:26:06 -07:00
"yarn": "^1.22.10"
2017-02-26 16:24:53 -05:00
}
}