This commit is contained in:
2025-11-10 00:59:40 +08:00
parent 78c46aed71
commit bac96fcbe6
76 changed files with 8726 additions and 0 deletions

18
frontend/package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "gold-master",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gold": "pnpm --filter ./app/web-gold run dev",
"build:gold:prod": "pnpm --filter ./app/web-gold run build"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"localforage": "^1.10.0",
"unocss": "^66.5.4",
"web-storage-cache": "^1.1.1"
}
}