Files
web/package.json
2022-03-04 19:19:36 +11:00

71 lines
2.2 KiB
JSON

{
"name": "meshtastic-web",
"version": "1.0.0",
"description": "Meshtastic web client",
"license": "GPL-3.0-only",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite 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/)",
"format": "prettier --write 'src/**/*.{ts,tsx}' && eslint src/*.{ts,tsx}",
"check": "unimported"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meshtastic/meshtastic-web.git"
},
"bugs": {
"url": "https://github.com/meshtastic/meshtastic-web/issues"
},
"homepage": "https://meshtastic.org",
"dependencies": {
"@emeraldpay/hashicon-react": "^0.5.2",
"@meshtastic/eslint-config": "^1.0.6",
"@meshtastic/meshtasticjs": "^0.6.50",
"@reduxjs/toolkit": "^1.8.0",
"@tippyjs/react": "^4.2.6",
"base64-js": "^1.5.1",
"framer-motion": "^6.2.8",
"mapbox-gl": "^2.7.0",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.4",
"react-flow-renderer": "^10.0.0-next.48",
"react-hook-form": "^7.27.1",
"react-icons": "^4.3.1",
"react-json-pretty": "^2.2.0",
"react-multi-select-component": "^4.2.3",
"react-redux": "^7.2.6",
"react-use-clipboard": "^1.0.7",
"rfc4648": "^1.5.1",
"swr": "^1.2.2",
"timeago-react": "^3.0.4",
"tippy.js": "^6.3.7",
"type-route": "^0.6.0",
"vite-plugin-environment": "^1.1.0"
},
"devDependencies": {
"@hookform/devtools": "^4.0.2",
"@types/mapbox-gl": "^2.6.3",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.13",
"@types/w3c-web-serial": "^1.0.2",
"@types/web-bluetooth": "^0.0.12",
"@vitejs/plugin-react": "^1.2.0",
"autoprefixer": "^10.4.2",
"gzipper": "^7.0.0",
"postcss": "^8.4.7",
"rollup-plugin-visualizer": "^5.6.0",
"tailwindcss": "^3.0.23",
"tar": "^6.1.11",
"typescript": "^4.6.2",
"unimported": "^1.19.1",
"vite": "^2.8.6",
"vite-plugin-cdn-import": "^0.3.5",
"vite-plugin-pwa": "^0.11.13",
"workbox-window": "^6.5.1"
}
}