mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-07-29 11:19:16 +00:00
Merge in DNS/adguard-home from ADG-10293 to ADG-10291 Squashed commit of the following: commit d488e3d3ce9c1b154dae63af0514e776430cb355 Author: Ildar Kamalov <ik@adguard.com> Date: Wed Aug 13 19:40:42 2025 +0300 fix language change commit 2c22687bae448c8de3910b90376656a5e68b3a56 Author: Ildar Kamalov <ik@adguard.com> Date: Wed Aug 13 19:38:09 2025 +0300 fix mobile links commit 372eddc1e7fe3688b59a5c8285c65ef08a852374 Author: Ildar Kamalov <ik@adguard.com> Date: Wed Aug 13 11:53:58 2025 +0300 fix lock commit3f6d759b7fAuthor: Ildar Kamalov <ik@adguard.com> Date: Tue Aug 12 16:40:31 2025 +0300 fix placeholder commit507631ab71Author: Ildar Kamalov <ik@adguard.com> Date: Tue Aug 12 16:15:57 2025 +0300 use batch commite495a5585cAuthor: Ildar Kamalov <ik@adguard.com> Date: Tue Aug 12 16:13:13 2025 +0300 review fix commit2ba671b408Author: Ildar Kamalov <ik@adguard.com> Date: Tue Aug 12 10:45:00 2025 +0300 fix commit6f696238a0Author: Ildar Kamalov <ik@adguard.com> Date: Mon Aug 11 18:38:28 2025 +0300 fix language change commit8206f3f885Author: Ildar Kamalov <ik@adguard.com> Date: Mon Aug 11 14:54:58 2025 +0300 fix custom radio commit0920a51c4aAuthor: Ildar Kamalov <ik@adguard.com> Date: Mon Aug 11 14:30:26 2025 +0300 fix commitc7ca1e8eafAuthor: Ildar Kamalov <ik@adguard.com> Date: Mon Aug 11 14:25:16 2025 +0300 fix ids commit7ecd6426d9Author: Ildar Kamalov <ik@adguard.com> Date: Mon Aug 11 13:56:29 2025 +0300 fix constant import commit246f1277b8Author: Ildar Kamalov <ik@adguard.com> Date: Mon Aug 11 13:46:11 2025 +0300 fix version commit0224f567e6Author: Ildar Kamalov <ik@adguard.com> Date: Mon Aug 11 13:34:29 2025 +0300 fix version commit75c9caffbdAuthor: Ildar Kamalov <ik@adguard.com> Date: Mon Aug 11 13:14:01 2025 +0300 lint fix commitd0cf6ad5abAuthor: Ildar Kamalov <ik@adguard.com> Date: Mon Aug 11 12:40:49 2025 +0300 lint fix commit87eb68e519Author: Ildar Kamalov <ik@adguard.com> Date: Mon Aug 11 12:06:35 2025 +0300 use npm commit7df7d60ec9Author: Ildar Kamalov <ik@adguard.com> Date: Mon Aug 11 11:23:00 2025 +0300 rm unused commitc285ea978aAuthor: Ildar Kamalov <ik@adguard.com> Date: Mon Aug 11 10:42:39 2025 +0300 fix commitd00f1e12b3Author: Ildar Kamalov <ik@adguard.com> Date: Mon Aug 11 09:43:35 2025 +0300 fix ... and 2 more commits
133 lines
4.8 KiB
JSON
133 lines
4.8 KiB
JSON
{
|
|
"name": "dashboard",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build-dev": "cross-env NODE_ENV=development BUILD_ENV=dev webpack --config webpack.dev.js",
|
|
"build-prod": "cross-env BUILD_ENV=prod webpack --config webpack.prod.js",
|
|
"watch": "cross-env BUILD_ENV=dev webpack --config webpack.dev.js --watch",
|
|
"watch:hot": "cross-env BUILD_ENV=dev webpack-dev-server --config webpack.dev.js",
|
|
"lint": "eslint --ext .ts,.tsx src",
|
|
"lint:fix": "eslint --ext .ts,.tsx src --fix",
|
|
"test": "vitest --run",
|
|
"test:watch": "vitest --watch",
|
|
"test:e2e": "npx playwright test tests/e2e",
|
|
"test:e2e:interactive": "npx playwright test --ui",
|
|
"test:e2e:debug": "npx playwright test --debug",
|
|
"test:e2e:codegen": "npx playwright codegen",
|
|
"typecheck": "tsc --noEmit",
|
|
"typecheck:watch": "tsc --noEmit --watch",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@adguard/translate": "^1.0.2",
|
|
"axios": "^0.19.2",
|
|
"clsx": "^2.1.1",
|
|
"countries-and-timezones": "^3.6.0",
|
|
"date-fns": "^1.29.0",
|
|
"i18next": "^19.6.2",
|
|
"i18next-browser-languagedetector": "^4.2.0",
|
|
"ipaddr.js": "^1.9.1",
|
|
"js-yaml": "^3.14.0",
|
|
"lodash": "^4.17.19",
|
|
"nanoid": "^3.1.9",
|
|
"prop-types": "^15.8.1",
|
|
"qs": "^6.14.0",
|
|
"rc-dialog": "^10.0.0",
|
|
"rc-dropdown": "^4.2.1",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-hook-form": "^7.54.0",
|
|
"react-i18next": "^11.7.2",
|
|
"react-modal": "^3.11.2",
|
|
"react-redux": "^7.2.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-select": "^5.3.2",
|
|
"react-table": "^6.11.4",
|
|
"react-transition-group": "^4.4.5",
|
|
"redux": "^4.0.5",
|
|
"redux-actions": "^2.6.5",
|
|
"redux-thunk": "^2.3.0",
|
|
"url-polyfill": "^1.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.5",
|
|
"@babel/plugin-transform-class-properties": "^7.24.1",
|
|
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1",
|
|
"@babel/plugin-transform-object-rest-spread": "^7.24.5",
|
|
"@babel/plugin-transform-optional-chaining": "^7.24.5",
|
|
"@babel/plugin-transform-runtime": "^7.24.3",
|
|
"@babel/preset-env": "^7.24.5",
|
|
"@babel/preset-react": "^7.24.1",
|
|
"@playwright/test": "1.50.1",
|
|
"@storybook/addon-docs": "^9.0.18",
|
|
"@storybook/addon-webpack5-compiler-swc": "^3.0.0",
|
|
"@storybook/react-webpack5": "^9.0.18",
|
|
"@types/lodash": "^4.17.4",
|
|
"@types/node": "^22.13.10",
|
|
"@types/react": "^16.14.0",
|
|
"@types/react-dom": "^16.9.0",
|
|
"@types/react-redux": "^7.1.33",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/react-table": "^7.7.20",
|
|
"@types/redux-actions": "^2.6.5",
|
|
"@typescript-eslint/eslint-plugin": "^7.11.0",
|
|
"@typescript-eslint/parser": "^7.10.0",
|
|
"autoprefixer": "^10.4.21",
|
|
"babel-loader": "^9.1.3",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"copy-webpack-plugin": "^12.0.2",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^7.1.2",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-import-resolver-typescript": "^3.5.5",
|
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-react": "^7.34.1",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-storybook": "^9.0.18",
|
|
"file-loader": "^6.2.0",
|
|
"html-webpack-plugin": "^5.6.0",
|
|
"jscodeshift": "^0.15.2",
|
|
"jsdom": "^26.1.0",
|
|
"mini-css-extract-plugin": "^2.9.0",
|
|
"path": "^0.12.7",
|
|
"postcss": "^8.5.6",
|
|
"postcss-import": "^16.1.1",
|
|
"postcss-loader": "^8.1.1",
|
|
"postcss-nested": "^7.0.2",
|
|
"prettier": "^3.2.5",
|
|
"react-hot-loader": "^4.13.1",
|
|
"storybook": "^9.0.18",
|
|
"style-loader": "^4.0.0",
|
|
"stylelint": "^16.5.0",
|
|
"ts-loader": "^9.5.1",
|
|
"url-loader": "^4.1.1",
|
|
"user-agent-data-types": "^0.4.2",
|
|
"vitest": "^3.1.1",
|
|
"webpack": "^5.91.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^5.0.4",
|
|
"webpack-merge": "^5.10.0"
|
|
},
|
|
"browserslist": {
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
],
|
|
"production": [
|
|
">1%",
|
|
"last 4 chrome version",
|
|
"last 4 firefox version",
|
|
"last 4 safari version",
|
|
"firefox esr",
|
|
"not ie < 9"
|
|
]
|
|
}
|
|
}
|