Files
sionrui/frontend/package.json

20 lines
457 B
JSON
Raw Normal View History

2025-11-10 00:59:40 +08:00
{
"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",
2025-11-10 23:53:05 +08:00
"build:gold": "pnpm --filter ./app/web-gold run build"
2025-11-10 00:59:40 +08:00
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
2025-12-15 23:33:02 +08:00
"axios": "^1.12.2",
2025-11-10 00:59:40 +08:00
"localforage": "^1.10.0",
"unocss": "^66.5.4",
"web-storage-cache": "^1.1.1"
}
}