bookwyrm/dev-tools/package.json
2022-02-15 12:41:22 -08:00

17 lines
345 B
JSON

{
"scripts": {
"watch:static": "yarn watch \"./bw-dev collectstatic\" bookwyrm/static/**"
},
"devDependencies": {
"eslint": "^8.9.0",
"prettier": "2.5.1",
"stylelint": "^14.5.0",
"watch": "^0.13.0"
},
"dependencies": {
"merge": "2.1.1",
"postcss": "^8.4.6",
"stylelint-config-standard": "^25.0.0"
}
}