This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
118 lines (118 loc) · 4.44 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "browser-extension-v3",
"version": "0.4.66",
"private": true,
"description": "AdGuard browser extension",
"author": "[email protected]",
"license": "GPL-3.0",
"scripts": {
"dev": "cross-env BUILD_ENV=dev ts-node scripts/bundle",
"release": "cross-env BUILD_ENV=release ts-node scripts/bundle",
"filters": "ts-node scripts/filters update && ts-node scripts/filters convert",
"filters-update": "ts-node scripts/filters update",
"filters-convert": "ts-node scripts/filters convert",
"lint": "eslint --cache . && tsc --noEmit",
"test": "jest",
"locales": "ts-node scripts/locales",
"increment": "yarn version --patch --no-git-tag-version",
"integration-test": "rimraf tmp && ts-node ./scripts/browser-test/index.ts"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint",
"pre-push": "yarn test"
}
},
"dependencies": {
"@adguard/filters-downloader": "^1.1.23",
"@adguard/scriptlets": "^1.9.105",
"@adguard/translate": "^1.0.2",
"@adguard/tsurlfilter": "2.2.11",
"@adguard/tswebextension": "1.0.10",
"ace-builds": "^1.4.13",
"classnames": "^2.3.1",
"lodash": "^4.17.21",
"mobx": "^6.3.5",
"mobx-react": "^7.2.1",
"nanoid": "^3.1.30",
"react": "^18.2.0",
"react-ace": "^9.5.0",
"react-dom": "^18.2.0",
"react-modal": "^3.16.1",
"react-popper-tooltip": "^4.3.1",
"react-resize-detector": "^6.7.6",
"react-router-dom": "^5.3.0",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.18.6",
"@babel/plugin-transform-private-property-in-object": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.18.6",
"@types/autoprefixer": "^9.7.2",
"@types/chrome": "^0.0.193",
"@types/classnames": "^2.2.11",
"@types/cssnano": "^4.0.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.5.5",
"@types/junit-report-builder": "^3.0.1",
"@types/lodash": "^4.14.168",
"@types/mini-css-extract-plugin": "^1.2.2",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/react-modal": "^3.13.1",
"@types/react-router-dom": "^5.1.7",
"@types/react-transition-group": "^4.4.5",
"@types/webpack": "^5.28.1",
"@types/zip-webpack-plugin": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"autoprefixer": "^10.2.3",
"axios": "^0.21.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"chalk": "^4.1.0",
"clean-webpack-plugin": "^4.0.0",
"commander": "^10.0.1",
"copy-webpack-plugin": "^10.2.4",
"cross-env": "^7.0.3",
"css-loader": "^5.0.1",
"cssnano": "^4.1.10",
"eslint": "^7.18.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-import-resolver-typescript": "^3.2.5",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import-newlines": "^1.2.3",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"fork-ts-checker-webpack-plugin": "^6.1.0",
"form-data": "^3.0.0",
"fs-extra": "^10.0.0",
"html-webpack-plugin": "^5.0.0-beta.5",
"husky": "^4.3.8",
"jest": "^29.7.0",
"junit-report-builder": "^3.1.0",
"mini-css-extract-plugin": "^1.3.4",
"playwright": "1.39.0",
"postcss": "^8.4.24",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.2",
"postcss-nested": "^6.0.1",
"postcss-preset-env": "^8.4.1",
"postcss-svg": "^3.0.0",
"sinon-chrome": "^3.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"webpack": "^5.83.1",
"zip-webpack-plugin": "^4.0.1"
}
}