static: Add missing dependency

This commit is contained in:
Tom Wiesing 2022-10-19 13:15:22 +02:00
parent e5ddede0c7
commit 4df5f6387c
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View file

@ -6,6 +6,7 @@
"dependencies": {
"dayjs": "^1.11.5",
"node-html-parser": "^6.1.1",
"parcel": "^2.7.0"
"parcel": "^2.7.0",
"purecss": "^2.1.0"
}
}