mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-10-31 22:19:00 +00:00
17 lines
378 B
JSON
17 lines
378 B
JSON
{
|
|
"scripts": {
|
|
"watch:static": "yarn watch \"./bw-dev collectstatic\" bookwyrm/static/**"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.9.0",
|
|
"prettier": "2.5.1",
|
|
"stylelint": "^14.2.0",
|
|
"stylelint-config-standard": "^25.0.0",
|
|
"stylelint-order": "^5.0.0",
|
|
"watch": "^0.13.0"
|
|
},
|
|
"dependencies": {
|
|
"merge": "2.1.1",
|
|
"postcss": "^8.4.6"
|
|
}
|
|
}
|