mirror of
https://github.com/scummvm/scummvm-web.git
synced 2026-05-21 05:40:47 +00:00
17 lines
382 B
JSON
17 lines
382 B
JSON
{
|
|
"name": "scummvm-web",
|
|
"description": "ScummVM.org main site",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"autoprefixer": "^9.8.6",
|
|
"postcss-cli": "^6.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "1.26.10"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "postcss ./public_html/css/*.css --use autoprefixer --no-map -r",
|
|
"sass": "sass --watch ./scss:./public_html/css"
|
|
}
|
|
}
|