24 lines
592 B
JSON
24 lines
592 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": {
|
|
"@types/node": "^25.0.6",
|
|
"aplayer": "^1.10.1",
|
|
"axios": "^1.12.2",
|
|
"github-markdown-css": "^5.8.1",
|
|
"localforage": "^1.10.0",
|
|
"unocss": "^66.5.4",
|
|
"vite-plugin-compression2": "^2.4.0",
|
|
"web-storage-cache": "^1.1.1"
|
|
}
|
|
}
|