forked from ZaparooProject/zaparoo-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.01 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
{
"name": "tapto-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@capacitor-community/keep-awake": "^5.0.1",
"@capacitor-firebase/crashlytics": "^6.0.0",
"@capacitor-mlkit/barcode-scanning": "^6.0.0",
"@capacitor/android": "^6.0.0",
"@capacitor/app": "^6.0.0",
"@capacitor/browser": "^6.0.0",
"@capacitor/clipboard": "^6.0.1",
"@capacitor/core": "^6.0.0",
"@capacitor/ios": "^6.0.0",
"@capacitor/preferences": "^6.0.0",
"@capacitor/status-bar": "^6.0.0",
"@capawesome-team/capacitor-nfc": "^6.0.0",
"@revenuecat/purchases-capacitor": "^9.0.2",
"@tanstack/react-query": "^5.28.8",
"@tanstack/react-router": "^1.21.0",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.6.8",
"classnames": "^2.5.1",
"i18next": "^23.10.1",
"i18next-browser-languagedetector": "^7.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-i18next": "^14.1.0",
"react-swipeable": "^7.0.1",
"react-use-websocket": "^4.8.1",
"uuid": "^10.0.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^6.0.0",
"@tanstack/eslint-plugin-query": "^5.28.6",
"@tanstack/router-vite-plugin": "^1.20.5",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.4.6"
}
}