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
frappurccino-forgejo/package.json

11 lines
158 B
JSON
Raw Normal View History

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"
}
}