2021-03-31 10:15:30 -04:00
|
|
|
{
|
2021-04-06 05:54:45 -04:00
|
|
|
"scripts": {
|
|
|
|
"watch:static": "yarn watch \"./bw-dev collectstatic\" bookwyrm/static/**"
|
|
|
|
},
|
2021-03-31 10:15:30 -04:00
|
|
|
"devDependencies": {
|
2021-03-31 11:07:28 -04:00
|
|
|
"eslint": "^7.23.0",
|
2021-12-16 13:40:20 -05:00
|
|
|
"prettier": "2.5.1",
|
2022-01-07 16:50:27 -05:00
|
|
|
"stylelint": "^14.2.0",
|
|
|
|
"stylelint-config-standard": "^24.0.0",
|
|
|
|
"stylelint-order": "^5.0.0",
|
2021-12-16 13:40:20 -05:00
|
|
|
"watch": "^0.13.0"
|
2021-05-20 18:21:24 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"merge": "2.1.1",
|
2022-01-07 12:54:08 -05:00
|
|
|
"postcss": "8.2.13"
|
2021-03-31 10:15:30 -04:00
|
|
|
}
|
|
|
|
}
|