-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 3.03 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "ionic-react-kit",
"description": "An Ionic React Starter Kit bundled with care.",
"author": {
"name": "Ricardo Simoes",
"email": "[email protected]"
},
"license": "UNLICENSED",
"private": true,
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "vite",
"ionic:build": "tsc && vite build",
"build": "tsc && vite build",
"preview": "vite preview",
"test.unit": "vitest --watch",
"test.ui": "vitest --ui",
"test.coverage": "vitest run --coverage",
"test.e2e": "yarn playwright test",
"lint": "eslint ./src --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write ./src",
"bumppatch": "yarn version patch -i && ts-appversion",
"bumpversion": "yarn version minor -i && ts-appversion",
"bumprelease": "yarn version major -i && ts-appversion"
},
"dependencies": {
"@capacitor/app": "^6.0.1",
"@capacitor/browser": "6.0.3",
"@capacitor/core": "^6.1.2",
"@capacitor/haptics": "^6.0.1",
"@capacitor/keyboard": "6.0.2",
"@capacitor/network": "6.0.2",
"@capacitor/preferences": "6.0.2",
"@capacitor/status-bar": "^6.0.1",
"@capawesome/capacitor-badge": "6.0.0",
"@hugotomazi/capacitor-navigation-bar": "4.0.1",
"@ionic/react": "8.4.0",
"@ionic/react-router": "8.4.0",
"@saithodev/ts-appversion": "^2.2.0",
"@testing-library/dom": "10.4.0",
"@types/node": "22.9.0",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@vitest/coverage-istanbul": "2.1.4",
"@vitest/ui": "2.1.4",
"i18next": "^23.16.5",
"i18next-browser-languagedetector": "^8.0.0",
"ionicons": "7.4.0",
"pullstate": "^1.25.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.1",
"react-router": "5.3.4",
"react-router-dom": "5.3.4",
"reselect": "^5.1.1",
"swiper": "^11.1.14",
"underscore": "^1.13.7",
"vite-plugin-deadfile": "^1.3.0",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@capacitor/cli": "^6.1.2",
"@playwright/test": "^1.48.2",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/underscore": "^1.13.0",
"@types/webfontloader": "^1.6.38",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"@vitejs/plugin-react": "4.3.3",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-autofix": "2.2.0",
"eslint-plugin-css": "0.11.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"jsdom": "25.0.1",
"prettier": "^3.3.3",
"sass": "1.79.4",
"typescript": "5.6.3",
"typescript-eslint": "^8.13.0",
"vite": "5.4.10",
"vite-plugin-deadfile": "1.3.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-react": "^4.0.1",
"vitest": "^2.1.4"
},
"packageManager": "[email protected]"
}