1
0
Fork 1
mirror of https://github.com/bookwyrm-social/bookwyrm.git synced 2025-03-11 06:03:46 +00:00
bookwyrm/dev-tools/package.json

19 lines
478 B
JSON

{
"scripts": {
"watch:static": "watch \"cd .. && ./bw-dev collectstatic\" ../bookwyrm/static/**"
},
"devDependencies": {
"bulma": "^0.9.3",
"eslint": "^8.9.0",
"merge": "2.1.1",
"prettier": "2.5.1",
"stylelint": "^14.5.0",
"stylelint-config-recommended": "^7.0.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-order": "^5.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"watch": "^0.13.0"
},
"dependencies": {
}
}