mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-12 16:44:20 -08:00
e93c5c0581
* Fix typo * Update on the delayed meshpacket type. * fixed typo in store forward doc * Updated notes for the delayed enum * Add note about stability to S&F doc * Firmware loading placeholder * add notes on mqtt stuff * change link to python api docs * re-org of python docs; migrate docs out of python repo README into this repo * fix links * Update protobuf submodule * Update protobuf submodule * Update protobuf submodule * Update protobuf submodule * Update protobuf submodule * Fix typo * Update protobuf submodule * Fix typos in radio setting table Co-authored-by: Jm Casler <jm@casler.org> Co-authored-by: Sacha Weatherstone <sachaw100@hotmail.com> Co-authored-by: Mike Kinney <mike.kinney@gmail.com> Co-authored-by: github-actions <bot@noreply.github.com> Co-authored-by: redfast00 <redfast00@gmail.com> Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "meshtastic",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"license": "GPL-3.0-only",
|
|
"scripts": {
|
|
"docusaurus": "docusaurus",
|
|
"start": "docusaurus start",
|
|
"build": "docusaurus build",
|
|
"serve": "docusaurus serve",
|
|
"clear": "docusaurus clear"
|
|
},
|
|
"dependencies": {
|
|
"@algolia/client-search": "^4.11.0",
|
|
"@docusaurus/core": "^2.0.0-beta.14",
|
|
"@docusaurus/plugin-ideal-image": "^2.0.0-beta.14",
|
|
"@docusaurus/preset-classic": "^2.0.0-beta.14",
|
|
"@mdx-js/react": "^1.6.22",
|
|
"dotenv": "^10.0.0",
|
|
"esp-web-flasher": "^4.0.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-icons": "^4.3.1",
|
|
"react-json-pretty": "^2.2.0",
|
|
"swr": "^1.1.2",
|
|
"url-search-params-polyfill": "^8.1.1"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.5%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/module-type-aliases": "^2.0.0-beta.14",
|
|
"@tsconfig/docusaurus": "^1.0.4",
|
|
"@types/node": "^17.0.5",
|
|
"@types/w3c-web-serial": "^1.0.2",
|
|
"typescript": "^4.5.4"
|
|
}
|
|
}
|