-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.65 KB
/
package.json
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
{
"name": "orientacny-beh",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"lint": "eslint .",
"build": "vite build",
"preview": "vite preview",
"build:android": "vite build && cap run android",
"build:visualize": "vite build --mode visualize",
"open:android": "cap sync && cap open android"
},
"dependencies": {
"@capacitor-firebase/messaging": "^6.1.0",
"@capacitor/android": "^6.1.2",
"@capacitor/app": "^6.0.1",
"@capacitor/core": "^6.1.2",
"@capacitor/device": "^6.0.1",
"@capacitor/local-notifications": "^6.1.0",
"@capacitor/share": "^6.0.2",
"@capacitor/status-bar": "^6.0.1",
"@fontsource-variable/inter": "^5.1.1",
"@ionic/react": "^7.1.0",
"@ionic/react-router": "^7.1.0",
"capacitor-secure-storage-plugin": "^0.10.0",
"firebase": "^11.2.0",
"pullstate": "^1.25.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^5.0.0"
},
"devDependencies": {
"@capacitor/cli": "^6.1.2",
"@eslint/js": "^9.17.0",
"@tailwindcss/postcss": "^4.0.3",
"@tailwindcss/vite": "^4.0.3",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react-swc": "^3.5.0",
"classnames": "^2.3.2",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"rollup-plugin-visualizer": "^5.14.0",
"tailwindcss": "^4.0.3",
"vite": "^6.0.5"
}
}