This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

13 lines
213 B
JSON
Raw Permalink Normal View History

2024-09-11 21:48:12 -03:00
{
2024-09-12 10:34:25 -03:00
"name": "fappurccino-forgejo",
2024-09-12 10:58:56 -03:00
"version": "0.1.0",
2024-09-11 21:48:12 -03:00
"type": "module",
"scripts": {
"build": "node ./build.js"
},
"dependencies": {
"@catppuccin/palette": "^1.3.0",
"sass": "^1.66.1"
}
}