Daniel Siepmann
a4f1c7c480
Isolate the whole nodejs/yarn stuff. Migrate from node-sass to dart sass in order to do so. Easier to install, less dependencies (no python, no compiling while yarn install)
19 lines
400 B
JSON
19 lines
400 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "gulp default",
|
|
"watch": "gulp watch"
|
|
},
|
|
"engines": {
|
|
"node": "16.*"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^4.3.1",
|
|
"gulp": "^4.0.2",
|
|
"gulp-cli": "^2.2.0",
|
|
"gulp-csso": "^3.0.1",
|
|
"gulp-dart-sass": "^1.0.2",
|
|
"jquery": "^3.4.1",
|
|
"popper.js": "^1.16.0"
|
|
}
|
|
}
|