-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.57 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.57 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
{
"name": "librusek",
"version": "1.3.5",
"private": true,
"scripts": {
"base:dev": "next dev -H 0.0.0.0",
"base:build": "next build && cap sync",
"web:start": "next start",
"lint": "next lint"
},
"dependencies": {
"@capacitor-firebase/analytics": "^7.3.0",
"@capacitor-firebase/app": "^7.3.0",
"@capacitor-firebase/crashlytics": "^7.3.0",
"@capacitor-firebase/messaging": "^7.3.0",
"@capacitor/android": "^7.4.2",
"@capacitor/app": "^7.0.2",
"@capacitor/clipboard": "^7.0.2",
"@capacitor/core": "^7.4.2",
"@capacitor/device": "^7.0.2",
"@capacitor/filesystem": "^7.1.4",
"@capacitor/ios": "^7.4.2",
"@capacitor/preferences": "^7.0.2",
"@capawesome-team/capacitor-file-opener": "^7.0.1",
"@rorygudka/react-infinite-scroller": "^2.0.1",
"capacitor-secure-storage-plugin": "^0.11.0",
"cordova-plugin-apkupdater": "^5.0.1",
"dayjs": "^1.11.13",
"firebase": "^11.4.0",
"i18next": "^24.2.3",
"next": "^15.4.8",
"next-i18next": "^15.4.2",
"next-themes": "^0.4.5",
"react": "^19.1.1",
"react-bootstrap-icons": "^1.11.6",
"react-dom": "^19.1.1",
"react-hook-form": "^7.62.0",
"react-i18next": "^15.6.1",
"sanitize-html": "^2.17.0",
"semver": "^7.7.2"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^7.4.2",
"@tailwindcss/postcss": "^4.1.11",
"daisyui": "^5.0.50",
"eslint": "^9.33.0",
"eslint-config-next": "^15.4.6",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.11"
},
"packageManager": "yarn@4.6.0"
}