bookwyrm/dev-tools-docker/package.json

18 lines
378 B
JSON
Raw Normal View History

{
"scripts": {
"watch:static": "yarn watch \"./bw-dev collectstatic\" bookwyrm/static/**"
},
"devDependencies": {
2022-02-12 17:41:18 +00:00
"eslint": "^8.9.0",
2021-12-16 18:40:20 +00:00
"prettier": "2.5.1",
"stylelint": "^14.2.0",
2022-02-12 17:41:18 +00:00
"stylelint-config-standard": "^25.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-02-12 17:41:18 +00:00
"postcss": "^8.4.6"
}
}