-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1.05 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
{
"name": "meshtastic",
"version": "1.0.0",
"type": "module",
"description": "Meshtastic Website & Public Map",
"license": "GPL-3.0-only",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@park-ui/tailwind-plugin": "^0.19.1",
"@types/node": "^20.11.19",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^5.1.7",
"vite-plugin-environment": "^1.1.3",
"vite-plugin-solid": "^2.10.1",
"vite-tsconfig-paths": "^4.3.1"
},
"dependencies": {
"@ark-ui/solid": "^2.1.1",
"@buf/meshtastic_api.bufbuild_es": "1.7.2-20240110092216-3a147af14302.1",
"@buf/meshtastic_api.connectrpc_es": "1.3.0-20240110092216-3a147af14302.1",
"@bufbuild/protobuf": "^1.7.2",
"@connectrpc/connect": "^1.3.0",
"@connectrpc/connect-web": "^1.3.0",
"maplibre-gl": "^4.0.1",
"solid-js": "^1.8.15",
"solid-phosphor": "^1.0.3",
"tailwind-variants": "^0.2.0"
}
}