diff --git a/package.json b/package.json index cb18d77..d3863a1 100644 --- a/package.json +++ b/package.json @@ -98,21 +98,5 @@ "vite-plugin-pwa": "^0.21.1", "vite-tsconfig-paths": "^5.1.2", "vitest": "^3.0.7" - }, - "browserslist": { - "production": [ - ">0.2% and supports es6-class", - "not dead", - "not op_mini all", - "not chrome < 56", - "not safari < 15", - "not android < 56", - "not ie < 12" - ], - "development": [ - "last 1 chrome version", - "last 1 firefox version", - "last 1 safari version" - ] } }