|
|
|
@ -6,7 +6,7 @@ |
|
|
|
"scripts": { |
|
|
|
"start": "NODE_ENV=development snowpack dev", |
|
|
|
"build": "snowpack build", |
|
|
|
"package": "gzipper c -i html,js,css,png,ico,svg,webmanifest build build/output && tar -cvf build/output/build.tar -C ./build/output/ $(ls ./build/output)", |
|
|
|
"package": "gzipper c -i html,js,css,png,ico,svg,webmanifest build build/output && tar -cvf build/build.tar -C ./build/output/static/ $(ls ./build/output/static)", |
|
|
|
"format": "prettier --write 'src/**/*.{ts,tsx}'", |
|
|
|
"lint": "eslint 'src/**/*.{ts,tsx}'" |
|
|
|
}, |
|
|
|
@ -14,18 +14,18 @@ |
|
|
|
"@headlessui/react": "^1.4.1", |
|
|
|
"@heroicons/react": "^1.0.4", |
|
|
|
"@meshtastic/meshtasticjs": "^0.6.17", |
|
|
|
"@reduxjs/toolkit": "^1.6.1", |
|
|
|
"apexcharts": "^3.28.1", |
|
|
|
"@reduxjs/toolkit": "^1.6.2", |
|
|
|
"apexcharts": "^3.28.3", |
|
|
|
"boring-avatars": "^1.5.8", |
|
|
|
"i18next": "^20.6.0", |
|
|
|
"i18next": "^21.2.4", |
|
|
|
"i18next-browser-languagedetector": "^6.1.2", |
|
|
|
"moment": "^2.29.1", |
|
|
|
"react": "^17.0.2", |
|
|
|
"react-apexcharts": "^1.3.9", |
|
|
|
"react-dom": "^17.0.2", |
|
|
|
"react-flags-select": "^2.1.2", |
|
|
|
"react-hook-form": "^7.15.0", |
|
|
|
"react-i18next": "^11.11.4", |
|
|
|
"react-hook-form": "^7.17.2", |
|
|
|
"react-i18next": "^11.12.0", |
|
|
|
"react-redux": "^7.2.5", |
|
|
|
"type-route": "^0.6.0", |
|
|
|
"use-breakpoint": "^2.0.2" |
|
|
|
@ -35,28 +35,28 @@ |
|
|
|
"@snowpack/plugin-postcss": "^1.4.3", |
|
|
|
"@snowpack/plugin-react-refresh": "^2.5.0", |
|
|
|
"@snowpack/plugin-typescript": "^1.2.1", |
|
|
|
"@types/react": "^17.0.20", |
|
|
|
"@types/react": "^17.0.27", |
|
|
|
"@types/react-dom": "^17.0.9", |
|
|
|
"@types/react-redux": "^7.1.18", |
|
|
|
"@types/react-redux": "^7.1.19", |
|
|
|
"@types/snowpack-env": "^2.3.4", |
|
|
|
"@typescript-eslint/eslint-plugin": "^4.31.0", |
|
|
|
"@typescript-eslint/parser": "^4.31.0", |
|
|
|
"@typescript-eslint/eslint-plugin": "^4.33.0", |
|
|
|
"@typescript-eslint/parser": "^4.33.0", |
|
|
|
"@verypossible/eslint-config": "^1.6.1", |
|
|
|
"autoprefixer": "^10.3.4", |
|
|
|
"autoprefixer": "^10.3.7", |
|
|
|
"babel-plugin-module-resolver": "^4.1.0", |
|
|
|
"eslint": "^7.32.0", |
|
|
|
"eslint-config-prettier": "^8.3.0", |
|
|
|
"eslint-import-resolver-babel-module": "^5.3.1", |
|
|
|
"eslint-import-resolver-typescript": "^2.4.0", |
|
|
|
"eslint-import-resolver-typescript": "^2.5.0", |
|
|
|
"eslint-plugin-import": "^2.24.2", |
|
|
|
"eslint-plugin-react": "^7.25.1", |
|
|
|
"eslint-plugin-react": "^7.26.1", |
|
|
|
"eslint-plugin-react-hooks": "^4.2.0", |
|
|
|
"gzipper": "^5.0.0", |
|
|
|
"postcss": "^8.3.6", |
|
|
|
"prettier": "^2.3.2", |
|
|
|
"gzipper": "^5.0.1", |
|
|
|
"postcss": "^8.3.9", |
|
|
|
"prettier": "^2.4.1", |
|
|
|
"snowpack": "^3.8.8", |
|
|
|
"tailwindcss": "^2.2.11", |
|
|
|
"tailwindcss": "^2.2.16", |
|
|
|
"tar": "^6.1.11", |
|
|
|
"typescript": "^4.4.2" |
|
|
|
"typescript": "^4.4.3" |
|
|
|
} |
|
|
|
} |
|
|
|
|