mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
19 lines
512 B
JSON
19 lines
512 B
JSON
{
|
|
"scripts": {
|
|
"deploy": "brunch build --production",
|
|
"watch": "brunch watch --stdin"
|
|
},
|
|
"dependencies": {
|
|
"brunch": "^2.10.17",
|
|
"copycat-brunch": "^1.1.1",
|
|
"font-awesome": "^4.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"acorn": "^7.0.0",
|
|
"autoprefixer": "^9.5.1",
|
|
"normalize-scss": "^7.0.1",
|
|
"rollup-brunch": "git+https://github.com/liamwhite/rollup-brunch#31967fc",
|
|
"sass-brunch": "git+https://github.com/brunch/sass-brunch#e9c0bfe",
|
|
"uglify-js-brunch": "^2.10.0"
|
|
}
|
|
}
|