feat: 更新 ESLint 配置,添加 pnpm 锁定文件,修正依赖项格式
This commit is contained in:
@@ -12,6 +12,8 @@ export default antfu({
|
||||
"dist",
|
||||
"coverage",
|
||||
"node_modules",
|
||||
"pnpm-lock.yaml",
|
||||
"pnpm-workspace.yaml",
|
||||
],
|
||||
stylistic: {
|
||||
semi: true,
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare",
|
||||
"deploy": "pnpx wrangler pages deploy .output/public --project-name=appstore --branch=main"
|
||||
"deploy:cloudflare": "pnpx wrangler pages deploy .output/public --project-name=appstore --branch=main"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/ui": "^4.3.0",
|
||||
|
||||
@@ -3,7 +3,7 @@ packages:
|
||||
|
||||
catalog:
|
||||
'@capacitor/share': ^8.0.0
|
||||
html2canvas: ^1.4.1
|
||||
'html2canvas': ^1.4.1
|
||||
|
||||
catalogMode: prefer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user