Newer
Older
"repository": "git@jonasled.dev:jonasled/website.git",
"build": "concurrently \"yarn css\" \"yarn js\"",
"css": "stylus styl/ -o public/css/ ",
"watch": "concurrently \"stylus -w styl/ -o public/css/\" \"cd public && php -S 0.0.0.0:1234\" \"webpack --config ./webpack.conf.js --mode development --watch\""
},
"devDependencies": {
"concurrently": "^6.0.0",
"webpack-cli": "^4.5.0",
"stylus": "^0.56.0"
},
"dependencies": {
"basiclightbox": "^5.0.4",