2019-08-15 02:32:32 +02:00
|
|
|
{
|
|
|
|
"scripts": {
|
2019-08-18 02:43:44 +02:00
|
|
|
"deploy": "brunch build --production",
|
|
|
|
"watch": "brunch watch --stdin"
|
2019-08-15 02:32:32 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-08-18 02:43:44 +02:00
|
|
|
"brunch": "^2.10.17",
|
|
|
|
"copycat-brunch": "^1.1.1",
|
|
|
|
"font-awesome": "^4.7.0"
|
2019-08-15 02:32:32 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-08-18 02:43:44 +02:00
|
|
|
"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"
|
2019-08-15 02:32:32 +02:00
|
|
|
}
|
|
|
|
}
|