项目初始化

This commit is contained in:
2023-08-22 10:52:54 +08:00
commit 8270112f5d
16 changed files with 1115 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"devDependencies": {
"@catppuccin/palette": "^0.1.7",
"sass": "^1.60.0"
},
"scripts": {
"build": "node ./build.js"
}
}