Files
sionrui/frontend/package.json
2025-12-15 23:33:02 +08:00

20 lines
457 B
JSON

{
"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": "pnpm --filter ./app/web-gold run build"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.12.2",
"localforage": "^1.10.0",
"unocss": "^66.5.4",
"web-storage-cache": "^1.1.1"
}
}