2021-03-31 16:15:30 +02:00
|
|
|
{
|
2021-04-06 11:54:45 +02:00
|
|
|
"scripts": {
|
2022-02-19 15:29:47 -08:00
|
|
|
"watch:static": "watch \"cd .. && ./bw-dev collectstatic\" ../bookwyrm/static/**"
|
2021-04-06 11:54:45 +02:00
|
|
|
},
|
2021-03-31 16:15:30 +02:00
|
|
|
"devDependencies": {
|
2022-02-19 15:29:47 -08:00
|
|
|
"bulma": "^0.9.3",
|
2022-02-12 09:41:18 -08:00
|
|
|
"eslint": "^8.9.0",
|
2022-02-19 15:29:47 -08:00
|
|
|
"merge": "2.1.1",
|
2021-12-16 10:40:20 -08:00
|
|
|
"prettier": "2.5.1",
|
2022-02-15 12:25:35 -08:00
|
|
|
"stylelint": "^14.5.0",
|
2022-02-19 15:29:47 -08:00
|
|
|
"stylelint-config-recommended": "^7.0.0",
|
|
|
|
"stylelint-config-standard": "^25.0.0",
|
|
|
|
"stylelint-order": "^5.0.0",
|
2022-03-16 23:56:19 -07:00
|
|
|
"stylelint-config-standard-scss": "^3.0.0",
|
2021-12-16 10:40:20 -08:00
|
|
|
"watch": "^0.13.0"
|
2021-05-20 15:21:24 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-03-31 16:15:30 +02:00
|
|
|
}
|
|
|
|
}
|