philomena/assets/package.json
2019-12-06 16:38:36 -05:00

20 lines
620 B
JSON

{
"scripts": {
"deploy": "brunch build --production",
"watch": "brunch watch --stdin"
},
"dependencies": {
"brunch": "^2.10.17",
"copycat-brunch": "^1.1.1",
"@fortawesome/fontawesome-free": "^5.11.2"
},
"devDependencies": {
"acorn": "^7.1.0",
"autoprefixer": "^9.7.3",
"normalize-scss": "^7.0.1",
"rollup-brunch": "git+https://github.com/liamwhite/rollup-brunch.git#31967fc",
"sass-brunch": "git+https://github.com/brunch/sass-brunch.git#e9c0bfe",
"spostcss-brunch": "git+https://github.com/Meow/spostcss-brunch.git#b64df45",
"uglify-js-brunch": "^2.10.0"
}
}