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