This repository was archived by the owner on Jul 3, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.58 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
{
"name": "brannloggen",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest run",
"test:watch": "vitest"
},
"repository": {
"type": "git",
"url": "http://local_proxy@127.0.0.1:17111/git/frlund3/Brannloggen"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@capacitor/android": "^8.0.2",
"@capacitor/app": "^8.0.0",
"@capacitor/cli": "^8.0.2",
"@capacitor/core": "^8.0.2",
"@capacitor/haptics": "^8.0.0",
"@capacitor/ios": "^8.0.2",
"@capacitor/local-notifications": "^8.0.0",
"@capacitor/push-notifications": "^8.0.0",
"@capacitor/status-bar": "^8.0.0",
"@capawesome/capacitor-badge": "^8.0.0",
"@supabase/ssr": "^0.8.0",
"@supabase/supabase-js": "^2.93.3",
"@types/node": "^25.1.0",
"@types/react": "^19.2.10",
"autoprefixer": "^10.4.24",
"date-fns": "^4.1.0",
"lucide-react": "^0.563.0",
"next": "^16.1.6",
"postcss": "^8.5.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"sonner": "^2.0.7",
"tailwindcss": "^3.4.19",
"zod": "^4.3.6",
"zustand": "^5.0.10"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@vitejs/plugin-react": "^5.1.3",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.6",
"jsdom": "^28.0.0",
"typescript": "5.9.3",
"vitest": "^4.0.18"
}
}