-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.12 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.12 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
66
67
68
69
70
71
72
73
74
75
{
"name": "memoria",
"private": true,
"version": "1.2.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test.e2e": "cypress run",
"test": "vitest",
"lint": "eslint",
"localize": "i18next",
"format": "prettier . --write"
},
"dependencies": {
"@aparajita/capacitor-biometric-auth": "9.1.2",
"@capacitor/android": "7.4.4",
"@capacitor/app": "7.1.0",
"@capacitor/core": "7.4.4",
"@capacitor/haptics": "7.0.2",
"@capacitor/ios": "7.4.4",
"@capacitor/keyboard": "7.0.3",
"@capacitor/preferences": "7.0.2",
"@capacitor/splash-screen": "7.0.3",
"@capacitor/status-bar": "7.0.3",
"@fontsource/inter": "5.2.8",
"@ionic/react": "8.7.9",
"@ionic/react-router": "8.7.9",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"i18next": "25.6.1",
"ionicons": "8.0.13",
"pouchdb-browser": "9.0.0",
"pouchdb-find": "9.0.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-i18next": "16.2.4",
"react-router": "5.3.4",
"react-router-dom": "5.3.4",
"use-pouchdb": "2.0.3",
"uuid": "13.0.0"
},
"devDependencies": {
"@capacitor/assets": "3.0.5",
"@capacitor/cli": "7.4.4",
"@eslint-react/eslint-plugin": "^2.8.1",
"@eslint/compat": "2.0.2",
"@eslint/js": "^9.39.2",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/pouchdb": "6.4.2",
"@types/pouchdb-browser": "6.1.5",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@vitejs/plugin-legacy": "7.2.1",
"@vitejs/plugin-react": "5.1.0",
"cypress": "15.6.0",
"eslint": "9.39.1",
"eslint-plugin-react": "7.37.5",
"i18next-parser": "9.3.0",
"jsdom": "27.1.0",
"prettier": "3.6.2",
"sass": "1.93.3",
"terser": "5.44.1",
"typescript": "5.9.3",
"typescript-eslint": "^8.54.0",
"vite": "7.2.2",
"vite-plugin-node-polyfills": "0.24.0",
"vitest": "4.0.8"
},
"description": "An Ionic project"
}