mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 17:59:53 +03:00
update es build
This commit is contained in:
@@ -16,8 +16,7 @@
|
||||
"standalone": "npm-run-all -p dev typesafe-i18n mock-api",
|
||||
"typesafe-i18n": "typesafe-i18n",
|
||||
"format": "prettier --write '**/*.{ts,tsx,js,css,json,md}'",
|
||||
"lint": "tsc --noEmit && eslint src/**/*.ts{,x} --cache --max-warnings=0",
|
||||
"lint:fix": "eslint src/**/*.ts{,x} --fix"
|
||||
"lint": "eslint . --cache --max-warnings=0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.10.6",
|
||||
@@ -28,8 +27,8 @@
|
||||
"@remix-run/router": "^1.4.0",
|
||||
"@table-library/react-table-library": "4.1.0",
|
||||
"@types/lodash-es": "^4.17.7",
|
||||
"@types/node": "^18.15.7",
|
||||
"@types/react": "^18.0.28",
|
||||
"@types/node": "^18.15.10",
|
||||
"@types/react": "^18.0.29",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@yarnpkg/pnpify": "^4.0.0-rc.40",
|
||||
@@ -46,7 +45,7 @@
|
||||
"react-router-dom": "^6.9.0",
|
||||
"react-toastify": "^9.1.2",
|
||||
"sockette": "^2.0.6",
|
||||
"typesafe-i18n": "^5.24.2",
|
||||
"typesafe-i18n": "^5.24.3",
|
||||
"typescript": "^5.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -60,7 +59,6 @@
|
||||
"eslint-config-airbnb-typescript": "^17.0.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-import-resolver-typescript": "^3.5.3",
|
||||
"eslint-plugin-deprecation": "^1.3.3",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
@@ -70,7 +68,7 @@
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.8.7",
|
||||
"rollup-plugin-visualizer": "^5.9.0",
|
||||
"terser": "^5.16.6",
|
||||
"terser": "^5.16.8",
|
||||
"vite": "^4.2.1",
|
||||
"vite-plugin-minify": "^1.5.2",
|
||||
"vite-plugin-svgr": "^2.4.0",
|
||||
|
||||
Reference in New Issue
Block a user