1cbf47ff87
- @capacitor-community/apple-sign-in + LoginModal Apple 버튼(iOS 전용, HIG 검은 버튼) - appleAuth 네이티브 래퍼 + authApi/auth store appleLogin - SPM capacitor-swift-pm 8.x 로 패치(patch-package) — @capawesome 구글 플러그인과 iOS 공존 - App.entitlements(applesignin) 준비 — Xcode 'Sign in with Apple' Capability 추가 시 사용 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
91 lines
2.5 KiB
JSON
91 lines
2.5 KiB
JSON
{
|
|
"name": "sb_pt",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "electron/main.cjs",
|
|
"scripts": {
|
|
"postinstall": "patch-package",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"build:app": "vite build --mode capacitor",
|
|
"electron:dev": "electron .",
|
|
"electron:build": "electron-builder --win",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"cap:sync": "npm run build:app && cap sync",
|
|
"cap:android": "cap open android",
|
|
"preview": "vite preview",
|
|
"lint": "run-s lint:*",
|
|
"lint:oxlint": "oxlint . --fix",
|
|
"lint:eslint": "eslint . --fix --cache"
|
|
},
|
|
"build": {
|
|
"appId": "kr.sblog.slimbudget",
|
|
"productName": "돈돼지 가계부",
|
|
"directories": {
|
|
"output": "release-desktop"
|
|
},
|
|
"files": [
|
|
"electron/**/*"
|
|
],
|
|
"win": {
|
|
"target": "nsis",
|
|
"icon": "build/icon.ico",
|
|
"artifactName": "DonDwaeji-Setup.${ext}"
|
|
},
|
|
"nsis": {
|
|
"oneClick": false,
|
|
"perMachine": false,
|
|
"allowToChangeInstallationDirectory": true,
|
|
"include": "build/installer.nsh"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@capacitor-community/apple-sign-in": "^7.1.0",
|
|
"@capacitor/android": "^8.3.4",
|
|
"@capacitor/app": "^8.1.0",
|
|
"@capacitor/camera": "^8.2.0",
|
|
"@capacitor/cli": "^8.3.4",
|
|
"@capacitor/core": "^8.3.4",
|
|
"@capacitor/filesystem": "^8.1.2",
|
|
"@capacitor/ios": "^8.4.1",
|
|
"@capacitor/local-notifications": "^8.2.0",
|
|
"@capacitor/preferences": "^8.0.1",
|
|
"@capacitor/share": "^8.0.1",
|
|
"@capawesome/capacitor-google-sign-in": "^0.1.2",
|
|
"@toast-ui/editor": "^3.2.2",
|
|
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
|
|
"axios": "^1.16.1",
|
|
"pinia": "^3.0.4",
|
|
"prismjs": "^1.30.0",
|
|
"sortablejs": "^1.15.7",
|
|
"vue": "^3.5.32",
|
|
"vue-router": "^5.0.4",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/assets": "^3.0.5",
|
|
"@eslint/js": "^10.0.1",
|
|
"@pinia/testing": "^1.0.3",
|
|
"@vitejs/plugin-vue": "^6.0.6",
|
|
"@vue/test-utils": "^2.4.11",
|
|
"electron": "^42.3.3",
|
|
"electron-builder": "^26.15.0",
|
|
"eslint": "^10.2.1",
|
|
"eslint-plugin-oxlint": "~1.60.0",
|
|
"eslint-plugin-vue": "~10.8.0",
|
|
"globals": "^17.5.0",
|
|
"jsdom": "^29.1.1",
|
|
"npm-run-all2": "^8.0.4",
|
|
"oxlint": "~1.60.0",
|
|
"patch-package": "^8.0.1",
|
|
"vite": "^8.0.8",
|
|
"vite-plugin-vue-devtools": "^8.1.1",
|
|
"vitest": "^4.1.8"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
}
|
|
}
|