11 lines
327 B
JSON
11 lines
327 B
JSON
{
|
|
"dependencies": {
|
|
"bulma": "^1.0.4",
|
|
"sass": "^1.89.2"
|
|
},
|
|
"scripts": {
|
|
"build-bulma": "sass --load-path=node_modules src/fellchensammlung/static/fellchensammlung/css/main.scss src/fellchensammlung/static/fellchensammlung/css/main.css --style compressed",
|
|
"start": "npm run build-bulma -- --watch"
|
|
}
|
|
}
|