mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 06:28:31 +03:00
Merge in DNS/adguard-home from ADG-9415 to master Squashed commit of the following: commit76bf99499a
Merge:29529970a
0389515ee
Author: Ildar Kamalov <ik@adguard.com> Date: Wed Feb 26 18:31:41 2025 +0300 Merge branch 'master' into ADG-9415 commit29529970a3
Merge:b49790daf
782a1a982
Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Mon Feb 24 15:44:38 2025 +0300 Merge branch 'master' into ADG-9415 commitb49790daf8
Author: Ildar Kamalov <ik@adguard.com> Date: Mon Feb 24 15:30:18 2025 +0300 fix default lease duration value commitcb307472ec
Author: Ildar Kamalov <ik@adguard.com> Date: Mon Feb 24 10:35:26 2025 +0300 fix default response status commit115e743e1a
Author: Ildar Kamalov <ik@adguard.com> Date: Mon Feb 24 10:32:46 2025 +0300 fix upstream description commit26b0eddaca
Author: Ildar Kamalov <ik@adguard.com> Date: Tue Feb 18 17:40:41 2025 +0300 use const for test config file commit58faa7c537
Author: Ildar Kamalov <ik@adguard.com> Date: Tue Feb 18 17:31:04 2025 +0300 fix install config commit0a3346d911
Author: Ildar Kamalov <ik@adguard.com> Date: Mon Feb 17 15:25:23 2025 +0300 fix install check config commit17c4c26ea8
Author: Ildar Kamalov <ik@adguard.com> Date: Fri Feb 14 17:18:20 2025 +0300 fix query log commit14a2685ae3
Author: Ildar Kamalov <ik@adguard.com> Date: Fri Feb 14 15:52:36 2025 +0300 fix dhcp initial values commite7a8db7afd
Author: Ildar Kamalov <ik@adguard.com> Date: Fri Feb 14 14:37:24 2025 +0300 fix encryption form values commit1c8917f7ac
Author: Ildar Kamalov <ik@adguard.com> Date: Fri Feb 14 14:07:29 2025 +0300 fix blocked services submit commit4dfa536cea
Author: Ildar Kamalov <ik@adguard.com> Date: Fri Feb 14 13:50:47 2025 +0300 dns config ip validation commit4fee83fe13
Author: Ildar Kamalov <ik@adguard.com> Date: Wed Feb 12 17:49:54 2025 +0300 add playwright warning commit8c2f36e7a6
Author: Ildar Kamalov <ik@adguard.com> Date: Tue Feb 11 18:36:18 2025 +0300 fix config file name commit83db5f33dc
Author: Ildar Kamalov <ik@adguard.com> Date: Tue Feb 11 16:16:43 2025 +0300 temp config file commit9080c1620f
Author: Ildar Kamalov <ik@adguard.com> Date: Tue Feb 11 15:01:46 2025 +0300 update readme commitee1520307f
Merge:fd12e33c0
2fe2d254b
Author: Ildar Kamalov <ik@adguard.com> Date: Tue Feb 11 14:44:06 2025 +0300 Merge branch 'master' into ADG-9415 commitfd12e33c06
Author: Igor Lobanov <bniwredyc@gmail.com> Date: Mon Feb 10 10:29:43 2025 +0100 added typecheck on build, fixed eslint commitb3849eebc4
Merge:225167a8b
9bf3ee128
Author: Igor Lobanov <bniwredyc@gmail.com> Date: Mon Feb 10 09:43:32 2025 +0100 Merge branch 'ADG-9415' of https://bit.int.agrd.dev/scm/dns/adguard-home into ADG-9415 ... and 94 more commits
123 lines
4.4 KiB
JSON
Vendored
123 lines
4.4 KiB
JSON
Vendored
{
|
|
"name": "dashboard",
|
|
"version": "0.1.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"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@nivo/line": "^0.64.0",
|
|
"axios": "^0.19.2",
|
|
"classnames": "^2.5.1",
|
|
"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",
|
|
"popper.js": "^1.16.1",
|
|
"prop-types": "^15.8.1",
|
|
"query-string": "^6.13.1",
|
|
"react": "^16.13.1",
|
|
"react-click-outside": "^3.0.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-hook-form": "^7.54.0",
|
|
"react-i18next": "^11.7.2",
|
|
"react-modal": "^3.11.2",
|
|
"react-popper-tooltip": "^2.11.1",
|
|
"react-redux": "^7.2.0",
|
|
"react-redux-loading-bar": "^4.6.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-router-hash-link": "^1.2.2",
|
|
"react-select": "^3.1.0",
|
|
"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",
|
|
"ts-migrate": "^0.1.35",
|
|
"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",
|
|
"@types/lodash": "^4.17.4",
|
|
"@types/node": "^22.10.2",
|
|
"@types/react": "^17.0.80",
|
|
"@types/react-dom": "^18.3.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",
|
|
"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-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",
|
|
"file-loader": "^6.2.0",
|
|
"html-webpack-plugin": "^5.6.0",
|
|
"jscodeshift": "^0.15.2",
|
|
"mini-css-extract-plugin": "^2.9.0",
|
|
"path": "^0.12.7",
|
|
"postcss-loader": "^8.1.1",
|
|
"prettier": "^3.2.5",
|
|
"react-hot-loader": "^4.13.1",
|
|
"style-loader": "^4.0.0",
|
|
"stylelint": "^16.5.0",
|
|
"ts-loader": "^9.5.1",
|
|
"url-loader": "^4.1.1",
|
|
"vitest": "^3.0.4",
|
|
"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"
|
|
]
|
|
}
|
|
}
|