Files
sionrui/frontend/package.json

23 lines
566 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": {
2026-01-17 14:43:42 +08:00
"@types/node": "^25.0.6",
2025-12-15 23:33:02 +08:00
"axios": "^1.12.2",
2026-01-18 18:36:37 +08:00
"github-markdown-css": "^5.8.1",
2025-11-10 00:59:40 +08:00
"localforage": "^1.10.0",
"unocss": "^66.5.4",
2026-01-18 21:41:44 +08:00
"vite-plugin-compression2": "^2.4.0",
2025-11-10 00:59:40 +08:00
"web-storage-cache": "^1.1.1"
}
}