Initial commit: draft (maybe not working) flake.nix

This commit is contained in:
2023-11-30 04:36:46 +00:00
commit 8410a2abb1
4 changed files with 84 additions and 0 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "web-files",
"version": "1.0.0",
"description": "A package to build and provide CSS and JavaScript files my site depends on",
"author": "Danila Fedorin",
"private": true,
"dependencies": {
"@navsnpm/katex-expression": "^1.1.0",
"katex": "^0.16.9"
}
}