yuzu-emu.github.io/package.json
2021-06-03 23:22:34 -06:00

44 lines
1,021 B
JSON

{
"name": "yuzu-emu",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "gulp all --production",
"serve": "gulp all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuzu-emu/yuzu-emu.github.io.git"
},
"author": "",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/yuzu-emu/yuzu-emu.github.io/issues"
},
"homepage": "https://github.com/yuzu-emu/yuzu-emu.github.io#readme",
"dependencies": {
"bulma": "0.9.2",
"concurrent-transform": "^1.0.0",
"cssnano": "^5.0.5",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-image-resize": "^0.13.1",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"hugo-bin": "0.40.0",
"merge-stream": "^2.0.0",
"minimist": "^1.2.5",
"postcss": "^8.3"
},
"devDependencies": {
"browser-sync": "^2.26.14",
"xo": "^0.40.2"
},
"hugo-bin": {
"buildTags": "extended"
}
}