mirror of
https://git.nolog.cz/NoLog.cz/headline.git
synced 2025-01-31 20:03:34 +01:00
12 lines
302 B
JSON
12 lines
302 B
JSON
|
{
|
||
|
"scripts": {
|
||
|
"dev": "unocss \"templates/**/*.html\" --watch -o static/main.css",
|
||
|
"build": "unocss \"templates/**/*.html\" -o static/main.css"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@unocss/preset-mini": "^0.55.1",
|
||
|
"@unocss/transformer-variant-group": "^0.55.2",
|
||
|
"unocss": "^0.55.1"
|
||
|
}
|
||
|
}
|