forked from LycheeOrg/Lychee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.49 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
{
"private": true,
"type": "module",
"scripts": {
"check": "tsc --noEmit",
"dev": "vite",
"build": "vite build",
"check-formatting": "prettier --check resources/js/ resources/css/",
"format": "prettier --write resources/js/ resources/css/"
},
"devDependencies": {
"@lychee-org/leaflet.photo": "^1.0.0",
"@tailwindcss/typography": "^0.5.12",
"@types/alpinejs": "^3.13.6",
"@types/leaflet": "^1.9.8",
"@types/leaflet-rotatedmarker": "^0.2.5",
"@types/leaflet.markercluster": "^1.5.4",
"@types/mousetrap": "^1.6.15",
"@types/photoswipe": "^4.1.6",
"@types/qrcode": "^1.5.5"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@types/justified-layout": "^4.1.4",
"autoprefixer": "^10.4.17",
"is-mobile": "^4.0.0",
"justified-layout": "^4.1.0",
"laravel-vite-plugin": "^1.0.1",
"lazysizes": "^5.3.2",
"leaflet": "^1.9.4",
"leaflet-gpx": "^1.7.0",
"leaflet-rotatedmarker": "^0.2.0",
"leaflet.markercluster": "^1.5.3",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"qrcode": "^1.5.3",
"tailwindcss": "^3.4.1",
"tinygesture": "^3.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"vite": "^5.1.7",
"vite-plugin-commonjs": "^0.10.1"
},
"browserslist": [
"defaults and fully supports es6-module"
]
}