-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.31 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.31 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
{
"name": "taskmate-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"cap:sync": "npx cap sync android",
"cap:build": "npm run build && npx cap sync android"
},
"dependencies": {
"@capacitor/android": "^8.1.0",
"@capacitor/core": "^8.1.0",
"@capacitor/preferences": "^8.0.1",
"@capacitor/status-bar": "^8.0.1",
"@heroicons/react": "^2.2.0",
"@tanstack/react-query": "^5.90.21",
"axios": "^1.13.6",
"date-fns": "^4.1.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-hook-form": "^7.71.2",
"react-router-dom": "^7.13.1",
"tailwindcss": "^3.4.19",
"zustand": "^5.0.11"
},
"devDependencies": {
"@capacitor/cli": "^8.1.0",
"@eslint/js": "^9.39.3",
"@playwright/test": "^1.58.2",
"@types/node": "^24.11.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"autoprefixer": "^10.4.27",
"eslint": "^9.39.3",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^16.5.0",
"playwright": "^1.58.2",
"typescript": "~5.9.3",
"typescript-eslint": "^8.56.1",
"vite": "^7.3.1"
}
}