-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.06 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "easy-accounting-pwa",
"version": "2.1.7.8",
"description": "現代化輕鬆記帳 PWA 應用程式",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"lint": "eslint . --report-unused-disable-directives",
"format": "prettier --write ."
},
"devDependencies": {
"@playwright/test": "^1.59.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.11",
"@vitejs/plugin-legacy": "^8.2.2",
"autoprefixer": "^10.5.4",
"eslint": "^10.8.0",
"jsdom": "^29.1.1",
"postcss": "^8.5.26",
"prettier": "^3.0.0",
"tailwindcss": "^3.4.19",
"terser": "^5.46.0",
"vite": "^8.2.0",
"vitest": "^4.1.5"
},
"dependencies": {
"@capacitor-community/admob": "^8.0.0",
"@capacitor/android": "^8.5.0",
"@capacitor/app": "^8.1.1",
"@capacitor/cli": "^8.5.0",
"@capacitor/core": "^8.5.0",
"@capacitor/local-notifications": "^8.0.2",
"@capgo/capacitor-social-login": "^8.3.39",
"@fontsource/inter": "^5.3.0",
"@fontsource/noto-sans-tc": "^5.3.0",
"@fortawesome/fontawesome-free": "^6.5.1",
"chart.js": "^4.4.0",
"chartjs-adapter-date-fns": "^3.0.0",
"date-fns": "^4.1.0",
"html5-qrcode": "^2.3.8",
"idb": "^8.0.0",
"qrcodejs": "^1.0.0",
"sortablejs": "^1.15.7"
},
"keywords": [
"記帳",
"PWA",
"網頁程式",
"輕鬆記帳"
],
"author": "ADT109119",
"license": "MIT",
"adConfig": {
"isTesting": true,
"adsenseClientId": "ca-pub-1250445032458691",
"adsenseAdSlot": "3474478906",
"gptRewardedAdUnitPath": "/23341410483/jijun",
"admobBannerId": "ca-app-pub-3940256099942544/6300978111",
"admobRewardedId": "ca-app-pub-3940256099942544/5224354917",
"webStoreUrl": "https://jijun.the-walking-fish.com"
}
}