2 changed files with 764 additions and 724 deletions
@ -13,7 +13,7 @@ |
|||||
"preview": "rsbuild preview", |
"preview": "rsbuild preview", |
||||
"package": "gzipper c -i html,js,css,png,ico,svg,webmanifest,txt dist dist/output && tar -cvf dist/build.tar -C ./dist/output/ $(ls ./dist/output/)" |
"package": "gzipper c -i html,js,css,png,ico,svg,webmanifest,txt dist dist/output && tar -cvf dist/build.tar -C ./dist/output/ $(ls ./dist/output/)" |
||||
}, |
}, |
||||
"packageManager": "[email protected]" |
"packageManager": "[email protected]", |
||||
"repository": { |
"repository": { |
||||
"type": "git", |
"type": "git", |
||||
"url": "git+https://github.com/meshtastic/web.git" |
"url": "git+https://github.com/meshtastic/web.git" |
||||
@ -41,7 +41,6 @@ |
|||||
"@radix-ui/react-toast": "^1.2.5", |
"@radix-ui/react-toast": "^1.2.5", |
||||
"@radix-ui/react-tooltip": "^1.1.7", |
"@radix-ui/react-tooltip": "^1.1.7", |
||||
"@turf/turf": "^7.2.0", |
"@turf/turf": "^7.2.0", |
||||
"@types/js-cookie": "^3.0.6", |
|
||||
"base64-js": "^1.5.1", |
"base64-js": "^1.5.1", |
||||
"class-validator": "^0.14.1", |
"class-validator": "^0.14.1", |
||||
"class-variance-authority": "^0.7.1", |
"class-variance-authority": "^0.7.1", |
||||
@ -60,17 +59,18 @@ |
|||||
"react-qrcode-logo": "^3.0.0", |
"react-qrcode-logo": "^3.0.0", |
||||
"rfc4648": "^1.5.4", |
"rfc4648": "^1.5.4", |
||||
|
|
||||
|
"tailwind-merge": "^2.6.0", |
||||
|
"tailwindcss-animate": "^1.0.7", |
||||
"timeago-react": "^3.0.6", |
"timeago-react": "^3.0.6", |
||||
"vite-plugin-node-polyfills": "^0.23.0", |
"vite-plugin-node-polyfills": "^0.23.0", |
||||
"zustand": "5.0.3" |
"zustand": "5.0.3" |
||||
}, |
}, |
||||
"devDependencies": { |
"devDependencies": { |
||||
"@biomejs/biome": "^1.9.4", |
"@biomejs/biome": "^1.9.4", |
||||
"@buf/meshtastic_protobufs.bufbuild_es": "1.10.0-20240906232734-3da561588c55.1", |
"@types/js-cookie": "^3.0.6", |
||||
"@rsbuild/core": "^1.2.2", |
"@rsbuild/core": "^1.2.2", |
||||
"@rsbuild/plugin-react": "^1.1.0", |
"@rsbuild/plugin-react": "^1.1.0", |
||||
"@types/node": "^22.10.9", |
"@types/node": "^22.10.9", |
||||
"@types/js-cookie": "^3.0.6", |
|
||||
"@types/react": "^19.0.8", |
"@types/react": "^19.0.8", |
||||
"@types/react-dom": "^19.0.3", |
"@types/react-dom": "^19.0.3", |
||||
"@types/w3c-web-serial": "^1.0.7", |
"@types/w3c-web-serial": "^1.0.7", |
||||
|
|||||
File diff suppressed because it is too large
Loading…
Reference in new issue