-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.74 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.74 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
61
62
63
64
65
{
"name": "twogether-pwa",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@capacitor/android": "^7.4.3",
"@capacitor/app": "^7.1.0",
"@capacitor/cli": "^7.4.3",
"@capacitor/core": "^7.4.3",
"@capacitor/geolocation": "^7.1.5",
"@capacitor/ios": "^7.4.3",
"@hello-pangea/dnd": "^18.0.1",
"@tanstack/react-query": "^5.85.5",
"autoprefixer": "^10.4.21",
"exif-js": "^2.3.0",
"exif-reader": "^2.0.2",
"exifr": "^7.1.3",
"heic-convert": "^2.1.0",
"leaflet": "^1.9.4",
"libheif-js": "^1.19.8",
"lucide-react": "^0.542.0",
"next": "15.5.9",
"next-auth": "^4.24.11",
"piexifjs": "^1.0.6",
"postcss": "^8.5.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-leaflet": "^5.0.0",
"usestate": "^1.1.3",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@storybook/addon-links": "^9.1.3",
"@storybook/react": "^9.1.3",
"@storybook/testing-library": "^0.2.2",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4.1.13",
"@types/google.maps": "^3.58.1",
"@types/minimatch": "^6.0.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitest/browser": "^3.2.4",
"@vitest/coverage-v8": "^3.2.4",
"eslint": "^9",
"eslint-config-next": "15.5.9",
"eslint-plugin-storybook": "^9.1.3",
"next-pwa": "^5.6.0",
"playwright": "^1.55.0",
"storybook": "^9.1.3",
"string-width": "5",
"tailwindcss": "^3.4.0",
"typescript": "^5",
"vitest": "^3.2.4"
}
}