-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.33 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
{
"name": "meshcore-webagent",
"version": "1.30.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --max-warnings 0",
"type-check": "tsc --noEmit",
"spell-check": "cspell \"**\" --no-progress --dot",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"fuse.js": "^7.5.0",
"i18next": "^26.4.2",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"lucide-react": "^1.42.0",
"next": "^16.3.4",
"qrcode": "^1.5.4",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-i18next": "^17.0.13",
"zustand": "^5.0.15"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@types/leaflet": "^1.9.22",
"@types/leaflet.markercluster": "^1.5.6",
"@types/node": "^26.5.0",
"@types/qrcode": "^1.5.6",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.7",
"@types/w3c-web-serial": "^1.0.8",
"@types/web-bluetooth": "^0.0.21",
"cspell": "^10.2.2",
"eslint": "^9.39.5",
"eslint-config-next": "^16.3.4",
"eslint-plugin-tsdoc": "^0.5.2",
"prettier": "^3.9.6",
"tailwindcss": "^4.3.3",
"typescript": "^6.0.3"
},
"overrides": {
"eslint-plugin-tsdoc": {
"@typescript-eslint/utils": "^8.61.1"
}
}
}