bookwyrm/package.json

17 lines
354 B
JSON
Raw Permalink Normal View History

{
"scripts": {
"watch:static": "yarn watch \"./bw-dev collectstatic\" bookwyrm/static/**"
},
"devDependencies": {
"eslint": "^7.23.0",
"stylelint": "^13.12.0",
"stylelint-config-standard": "^21.0.0",
"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"
}
}