mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-10-31 22:19:00 +00:00
12 lines
283 B
JSON
12 lines
283 B
JSON
{
|
|
"scripts": {
|
|
"watch:static": "yarn watch \"./bw-dev collectstatic\" bookwyrm/static/**"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.23.0",
|
|
"stylelint": "^13.12.0",
|
|
"stylelint-config-standard": "^21.0.0",
|
|
"stylelint-order": "^4.1.0",
|
|
"watch": "^1.0.2"
|
|
}
|
|
}
|