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