Files
web/package.json
Sacha Weatherstone 842d8aa31d Fix changing settings.
2021-06-16 12:28:14 +10:00

52 lines
1.6 KiB
JSON

{
"name": "meshtastic-web",
"version": "1.0",
"description": "Meshtastic web client",
"license": "GPL-3.0-only",
"scripts": {
"start": "NODE_ENV=development snowpack dev",
"build": "snowpack build",
"package": "yarn gzipper c -i html,js,css build build/output",
"format": "prettier --write 'src/**/*.{ts,tsx}'",
"lint": "eslint 'src/**/*.{ts,tsx}'"
},
"dependencies": {
"@headlessui/react": "^1.2.0",
"@heroicons/react": "^1.0.1",
"@meshtastic/meshtasticjs": "^0.6.13",
"boring-avatars": "^1.5.8",
"observable-hooks": "^4.0.5",
"react": "^18.0.0-alpha-dbe3363cc",
"react-dom": "^18.0.0-alpha-dbe3363cc",
"react-flags-select": "^2.1.2",
"react-hook-form": "^7.8.6",
"rxjs": "^7.1.0"
},
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.0.5",
"@snowpack/plugin-postcss": "^1.4.1",
"@snowpack/plugin-react-refresh": "^2.5.0",
"@snowpack/plugin-typescript": "^1.2.0",
"@types/eslint": "^7.2.13",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.7",
"@types/snowpack-env": "^2.3.3",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"autoprefixer": "^10.2.6",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"gzipper": "^4.5.0",
"postcss": "^8.3.4",
"postcss-cli": "^8.3.1",
"prettier": "^2.3.1",
"snowpack": "^3.5.7",
"tailwindcss": "^2.1.4",
"typescript": "^4.3.2"
}
}