-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.38 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.38 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
{
"name": "flashlog",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"cap:sync": "npm run build && npx cap sync",
"cap:android": "npm run cap:sync && npx cap open android",
"android:debug": "build-android-debug.bat",
"android:release": "release-android.bat"
},
"dependencies": {
"@capacitor-community/sqlite": "^8.0.0",
"@capacitor/android": "^8.0.0",
"@capacitor/clipboard": "^8.0.1",
"@capacitor/core": "^8.0.0",
"@capacitor/filesystem": "^8.1.2",
"@capacitor/local-notifications": "^8.2.0",
"@capacitor/preferences": "^8.0.0",
"@capacitor/share": "^8.0.1",
"@capawesome/capacitor-badge": "^8.0.2",
"capacitor-secure-storage-plugin": "^0.13.0",
"cordova-plugin-android-permissions": "^1.1.5",
"docx": "^9.6.1",
"holiday-calendar": "^1.3.3",
"html-to-image": "^1.11.13",
"lucide-react": "^0.511.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.6.2",
"xlsx": "^0.18.5",
"zustand": "^5.0.5"
},
"devDependencies": {
"@capacitor/cli": "^8.0.0",
"@tailwindcss/vite": "^4.1.8",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"tailwindcss": "^4.1.8",
"typescript": "~5.8.3",
"vite": "^6.3.5"
}
}