前端
This commit is contained in:
18
frontend/package.json
Normal file
18
frontend/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user