mirror of
https://github.com/meshtastic/web.git
synced 2026-02-08 06:41:49 -05:00
54 lines
1.7 KiB
JSON
54 lines
1.7 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.12",
|
|
"@react-rxjs/core": "^0.8.0",
|
|
"observable-hooks": "^4.0.3",
|
|
"react": "^0.0.0-experimental-d75105fa9",
|
|
"react-dom": "^0.0.0-experimental-d75105fa9",
|
|
"react-flags-select": "^2.1.2",
|
|
"react-hook-form": "^7.6.10",
|
|
"react-json-pretty": "^2.2.0",
|
|
"rxjs": "^7.1.0",
|
|
"yarn": "^1.22.10"
|
|
},
|
|
"devDependencies": {
|
|
"@snowpack/plugin-dotenv": "^2.0.5",
|
|
"@snowpack/plugin-postcss": "^1.4.0",
|
|
"@snowpack/plugin-react-refresh": "^2.5.0",
|
|
"@snowpack/plugin-typescript": "^1.2.0",
|
|
"@types/eslint": "^7.2.12",
|
|
"@types/react": "^17.0.8",
|
|
"@types/react-dom": "^17.0.5",
|
|
"@types/snowpack-env": "^2.3.2",
|
|
"@typescript-eslint/eslint-plugin": "^4.25.0",
|
|
"@typescript-eslint/parser": "^4.25.0",
|
|
"autoprefixer": "^10.2.6",
|
|
"eslint": "^7.27.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-import": "^2.23.3",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"eslint-plugin-react": "^7.23.2",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"gzipper": "^4.5.0",
|
|
"postcss": "^8.3.0",
|
|
"postcss-cli": "^8.3.1",
|
|
"prettier": "^2.3.0",
|
|
"snowpack": "^3.5.2",
|
|
"tailwindcss": "^2.1.2",
|
|
"typescript": "^4.3.2"
|
|
}
|
|
}
|