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": {
|
2022-02-12 12:41:18 -05:00
|
|
|
"eslint": "^8.9.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",
|
2022-02-12 12:41:18 -05:00
|
|
|
"stylelint-config-standard": "^25.0.0",
|
2022-01-07 16:50:27 -05:00
|
|
|
"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-02-12 12:41:18 -05:00
|
|
|
"postcss": "^8.4.6"
|
2021-03-31 10:15:30 -04:00
|
|
|
}
|
|
|
|
}
|