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-03-31 10:15:30 -04:00
|
|
|
"stylelint": "^13.12.0",
|
|
|
|
"stylelint-config-standard": "^21.0.0",
|
2021-04-06 05:54:45 -04:00
|
|
|
"stylelint-order": "^4.1.0",
|
|
|
|
"watch": "^1.0.2"
|
2021-05-20 18:21:24 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"merge": "2.1.1",
|
|
|
|
"postcss": "8.2.10"
|
2021-03-31 10:15:30 -04:00
|
|
|
}
|
|
|
|
}
|