ds-site/package.json
Daniel Siepmann d1ae3ae89c Ensure deployment always has latest state including assets
Use existing nix shell within deployment.
Clean everything and ensure assets are compiled.
yarn now used nodejs 18, raise the version in our file as we are
compatible.
2022-09-29 14:43:56 +02:00

19 lines
400 B
JSON

{
"private": true,
"scripts": {
"build": "gulp default",
"watch": "gulp watch"
},
"engines": {
"node": "18.*"
},
"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"
}
}