bookwyrm-mastodon/dev-tools/package.json

19 lines
424 B
JSON
Raw Normal View History

{
"scripts": {
"watch:static": "yarn watch \"./bw-dev collectstatic\" bookwyrm/static/**"
},
"devDependencies": {
2022-02-12 12:41:18 -05:00
"eslint": "^8.9.0",
2021-12-16 13:40:20 -05:00
"prettier": "2.5.1",
2022-02-15 15:25:35 -05:00
"stylelint": "^14.5.0",
2021-12-16 13:40:20 -05:00
"watch": "^0.13.0"
2021-05-20 18:21:24 -04:00
},
"dependencies": {
"merge": "2.1.1",
2022-02-15 15:41:22 -05:00
"postcss": "^8.4.6",
2022-02-15 15:47:15 -05:00
"stylelint-config-recommended": "^7.0.0",
2022-02-16 16:11:04 -05:00
"stylelint-config-standard": "^25.0.0",
"stylelint-order": "^5.0.0"
}
}