-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.08 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "map",
"version": "0.1.0",
"private": true,
"author": {
"name": "Julien Tanay",
"email": "[email protected]",
"url": "https://github.com/Djiit"
},
"homepage": "https://map.djiit.dev",
"repository": {
"type": "git",
"url": "https://github.com/Djiit/map"
},
"license": "GNU GPLv3",
"keywords": [
"app",
"nextjs",
"react",
"leaflet",
"openstreetmap"
],
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"prepare": "husky",
"start": "next start",
"test": "vitest --dir src --passWithNoTests",
"test:e2e": "playwright test",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@heroicons/react": "^2.1.3",
"@serwist/next": "^8.4.4",
"@serwist/precaching": "^8.4.4",
"@serwist/sw": "^8.4.4",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"next": "14.2.4",
"next-intl": "^3.15.0",
"overpass-ql-ts": "^1.11.0",
"react": "^18",
"react-dom": "^18",
"react-leaflet": "^4.2.1"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/types": "^19.0.3",
"@playwright/test": "^1.43.0",
"@tanstack/eslint-plugin-query": "^5.28.6",
"@testing-library/react": "^16.0.0",
"@types/leaflet": "^1.9.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.0.1",
"daisyui": "^4.12.10",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^12.1.0",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.9",
"postcss": "^8",
"prettier": "^3.2.5",
"tailwindcss": "^3.3.0",
"typescript": "^5",
"vitest": "^1.4.0"
},
"packageManager": "[email protected]+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2"
}