philomena/assets/package.json

21 lines
618 B
JSON
Raw Normal View History

2019-08-14 20:32:32 -04:00
{
"scripts": {
2019-08-17 20:43:44 -04:00
"deploy": "brunch build --production",
"watch": "brunch watch --stdin"
2019-08-14 20:32:32 -04:00
},
"dependencies": {
2020-01-01 17:43:15 -05:00
"@fortawesome/fontawesome-free": "^5.12.0",
"brunch": "^3.0.0",
2020-01-01 17:43:15 -05:00
"copycat-brunch": "^1.1.1"
2019-08-14 20:32:32 -04:00
},
"devDependencies": {
"acorn": "^7.1.1",
"autoprefixer": "^9.7.4",
2019-08-17 20:43:44 -04:00
"normalize-scss": "^7.0.1",
2019-12-06 16:38:36 -05:00
"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",
2019-08-17 20:43:44 -04:00
"uglify-js-brunch": "^2.10.0"
2019-08-14 20:32:32 -04:00
}
}