citra-web/package.json
James Rowe c151c60172 [WIP] DSP LLE Blog Post (#96)
* DSP LLE Blog Post: In progress

* Address review comments and add missing media

* Minor changes to wording and changed the intro to let the embed version look better

* Add forum id

* Add more paragraph breaks

* Mention canary not nightly on the page at least once

* Address review concerns

* Update accurate-audio-emulation.md

* Add notice that this is still very slow and we are working on that
2018-12-07 21:16:00 -05:00

27 lines
654 B
JSON

{
"name": "citra-web",
"version": "1.0.0",
"description": "The Citra Official Website",
"author": "",
"license": "AGPLv3",
"dependencies": {
"bootstrap-sass": "^3.3.7",
"browser-sync": "^2.18.13",
"cssnano": "^3.10.0",
"gulp": "^3.9.1",
"gulp-changed": "^3.1.0",
"gulp-clean-css": "^3.7.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-image-resize": "^0.12.0",
"gulp-md5-plus": "^1.0.3",
"gulp-minify": "^1.0.0",
"gulp-postcss": "^7.0.0",
"gulp-sass": "^3.1.0",
"gulp-util": "^3.0.8",
"merge-stream": "^1.0.1",
"run-sequence": "^2.1.0",
"yarn": "^1.12.3"
}
}