1
0

Update version and author of client

This commit is contained in:
2024-08-14 19:31:14 +10:00
parent 3ee620db01
commit 64491b9cb0
2 changed files with 6979 additions and 5534 deletions
+8 -8
View File
@@ -1,14 +1,14 @@
{
"name": "pi-weather-station-client",
"version": "1.0.0",
"version": "2.1",
"description": "Client for pi-weather-station",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --progress --watch --mode development",
"prod": "webpack -p --env.BUILD_PRODUCTION=1"
"prod": "webpack --mode production --env BUILD_PRODUCTION=1"
},
"author": "Eric Lewin",
"author": "Adam Roe",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.11.1",
@@ -24,7 +24,7 @@
"@iconify/icons-wi": "^1.0.3",
"@iconify/react": "^1.1.3",
"autoprefixer": "^9.8.6",
"axios": "^0.19.2",
"axios": "^1.7.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"chart.js": "^2.9.3",
@@ -46,14 +46,14 @@
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-chartjs-2": "^2.10.0",
"react-dom": "^16.13.1",
"react-leaflet": "^2.7.0",
"react-transition-group": "^4.4.1",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
}
}