14 lines
389 B
JSON
14 lines
389 B
JSON
{
|
|
"scripts": {
|
|
"build-css": "node-sass --include-path node_modules/bootstrap-sass/assets/stylesheets static/scss/main.scss static/css/style.default.css",
|
|
"watch-css": "nodemon -e scss -x \"npm run build-css\""
|
|
},
|
|
"dependencies": {
|
|
"node-sass": ">=7.0.0",
|
|
"sass": "^0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"node-sass": ">=7.0.0",
|
|
"bootstrap-sass": "^3.3.7"
|
|
}
|
|
}
|