|
|
@ -8,7 +8,8 @@ |
|
|
"build": "tsc && vite build", |
|
|
"build": "tsc && vite build", |
|
|
"preview": "vite preview", |
|
|
"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/)", |
|
|
"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}" |
|
|
"format": "prettier --write 'src/**/*.{ts,tsx}' && eslint src/*.{ts,tsx}", |
|
|
|
|
|
"check:unimported": "unimported" |
|
|
}, |
|
|
}, |
|
|
"repository": { |
|
|
"repository": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
@ -20,11 +21,11 @@ |
|
|
"homepage": "https://meshtastic.org", |
|
|
"homepage": "https://meshtastic.org", |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"@emeraldpay/hashicon-react": "^0.5.2", |
|
|
"@emeraldpay/hashicon-react": "^0.5.2", |
|
|
"@headlessui/react": "^1.7.2", |
|
|
"@headlessui/react": "^1.7.3", |
|
|
"@heroicons/react": "^2.0.11", |
|
|
"@heroicons/react": "^2.0.11", |
|
|
"@hookform/resolvers": "^2.9.8", |
|
|
"@hookform/resolvers": "^2.9.8", |
|
|
"@meshtastic/eslint-config": "^1.0.8", |
|
|
"@meshtastic/eslint-config": "^1.0.8", |
|
|
"@meshtastic/meshtasticjs": "^0.6.103", |
|
|
"@meshtastic/meshtasticjs": "^0.6.104", |
|
|
"@tailwindcss/line-clamp": "^0.4.2", |
|
|
"@tailwindcss/line-clamp": "^0.4.2", |
|
|
"@tailwindcss/typography": "^0.5.7", |
|
|
"@tailwindcss/typography": "^0.5.7", |
|
|
"base64-js": "^1.5.1", |
|
|
"base64-js": "^1.5.1", |
|
|
@ -47,7 +48,7 @@ |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|
"@types/chrome": "^0.0.197", |
|
|
"@types/chrome": "^0.0.197", |
|
|
"@types/geodesy": "^2.2.3", |
|
|
"@types/geodesy": "^2.2.3", |
|
|
"@types/node": "^18.7.23", |
|
|
"@types/node": "^18.8.0", |
|
|
"@types/react": "^18.0.21", |
|
|
"@types/react": "^18.0.21", |
|
|
"@types/react-dom": "^18.0.6", |
|
|
"@types/react-dom": "^18.0.6", |
|
|
"@types/w3c-web-serial": "^1.0.2", |
|
|
"@types/w3c-web-serial": "^1.0.2", |
|
|
@ -55,7 +56,7 @@ |
|
|
"@vitejs/plugin-react": "^2.1.0", |
|
|
"@vitejs/plugin-react": "^2.1.0", |
|
|
"autoprefixer": "^10.4.12", |
|
|
"autoprefixer": "^10.4.12", |
|
|
"gzipper": "^7.1.0", |
|
|
"gzipper": "^7.1.0", |
|
|
"postcss": "^8.4.16", |
|
|
"postcss": "^8.4.17", |
|
|
"prettier": "^2.7.1", |
|
|
"prettier": "^2.7.1", |
|
|
"prettier-plugin-tailwindcss": "^0.1.13", |
|
|
"prettier-plugin-tailwindcss": "^0.1.13", |
|
|
"rollup-plugin-visualizer": "^5.8.2", |
|
|
"rollup-plugin-visualizer": "^5.8.2", |
|
|
@ -63,6 +64,7 @@ |
|
|
"tar": "^6.1.11", |
|
|
"tar": "^6.1.11", |
|
|
"tslib": "^2.4.0", |
|
|
"tslib": "^2.4.0", |
|
|
"typescript": "^4.8.4", |
|
|
"typescript": "^4.8.4", |
|
|
|
|
|
"unimported": "^1.22.0", |
|
|
"vite": "^3.1.4", |
|
|
"vite": "^3.1.4", |
|
|
"vite-plugin-environment": "^1.1.2" |
|
|
"vite-plugin-environment": "^1.1.2" |
|
|
} |
|
|
} |
|
|
|