citra-emu
/
citra-web
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-web/package.json

31 lines
724 B
JSON
Raw Normal View History

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",
"scripts": {
"build": "gulp all --production",
"serve": "gulp all"
},
2017-02-26 21:24:53 +00:00
"dependencies": {
"bootstrap-sass": "^3.4.1",
2021-09-08 04:44:16 +00:00
"browser-sync": "^2.27.5",
"cssnano": "^5.0.8",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
2021-09-08 04:44:16 +00:00
"gulp-changed": "^4.0.3",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
2018-12-15 16:40:20 +00:00
"gulp-htmlmin": "^5.0.1",
"gulp-image-resize": "^0.13.1",
2021-09-08 04:44:16 +00:00
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.0.0",
"merge-stream": "^2.0.0",
"minimist": "^1.2.5",
2021-09-08 04:44:16 +00:00
"postcss": "^8.3",
"sass": "^1.39.0",
"yarn": "^1.22.11"
2017-02-26 21:24:53 +00:00
}
}