bookwyrm/dev-tools/package.json

20 lines
478 B
JSON
Raw Permalink Normal View History

{
"scripts": {
"watch:static": "watch \"cd .. && ./bw-dev collectstatic\" ../bookwyrm/static/**"
},
"devDependencies": {
"bulma": "^0.9.3",
2022-02-12 17:41:18 +00:00
"eslint": "^8.9.0",
"merge": "2.1.1",
2021-12-16 18:40:20 +00:00
"prettier": "2.5.1",
2022-02-15 20:25:35 +00:00
"stylelint": "^14.5.0",
"stylelint-config-recommended": "^7.0.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-order": "^5.0.0",
"stylelint-config-standard-scss": "^3.0.0",
2021-12-16 18:40:20 +00:00
"watch": "^0.13.0"
2021-05-20 22:21:24 +00:00
},
"dependencies": {
}
}