-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 4.77 KB
/
package.json
File metadata and controls
131 lines (131 loc) · 4.77 KB
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
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "adguard-vpn",
"version": "2.9.10",
"description": "AdGuard VPN",
"author": "adguard@adguard.com",
"license": "LGPL-3.0",
"engines": {
"node": ">=22.0.0 <24.0.0"
},
"scripts": {
"dev": "BUILD_ENV=dev ts-node tasks/rspack-bundle.ts",
"beta": "BUILD_ENV=beta ts-node tasks/rspack-bundle.ts",
"release": "BUILD_ENV=release ts-node tasks/rspack-bundle.ts",
"check-types": "tsc --project tsconfig.eslint.json --noEmit",
"lint": "eslint . --cache --ext .js,.jsx,.ts,.tsx && pnpm check-types",
"prepare": "husky install",
"test": "vitest run",
"test:watch": "vitest watch",
"test:ci": "pnpm run test --reporter default --reporter junit --outputFile=./tests-reports/unit-tests.xml",
"locales": "ts-node --transpile-only tasks/translations/index.js",
"compile-proto": "./tasks/compile-protobuf.sh",
"increment": "pnpm version patch --no-git-tag-version",
"crx:dev": "export BUILD_ENV=dev; ts-node tasks/crx.ts",
"crx:beta": "export BUILD_ENV=beta; ts-node tasks/crx.ts",
"crx:release": "export BUILD_ENV=release; ts-node tasks/crx.ts",
"resources": "ts-node tasks/resources",
"bundle-size": "ts-node tasks/bundle-size/guard.ts"
},
"devDependencies": {
"@adguard/eslint-plugin-logger-context": "^1.0.1",
"@csstools/postcss-global-data": "^3.0.0",
"@rspack/cli": "^1.7.5",
"@rspack/core": "^1.7.5",
"@swc/core": "^1.3.105",
"@testing-library/react": "^14.0.0",
"@types/chrome": "^0.0.242",
"@types/classnames": "^2.3.1",
"@types/crypto-js": "^4.1.1",
"@types/file-saver": "^2.0.4",
"@types/lodash": "^4.14.178",
"@types/node": "^16.11.11",
"@types/node-forge": "^1.3.11",
"@types/qs": "^6.9.7",
"@types/react": "^18.2.16",
"@types/react-dom": "^18.2.7",
"@types/react-modal": "^3.16.0",
"@types/react-router-dom": "^5.3.3",
"@types/react-transition-group": "^4.4.5",
"@types/webextension-polyfill": "^0.12.3",
"@types/zip-webpack-plugin": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"axios": "^1.15.0",
"chalk": "^4.1.0",
"commander": "^12.1.0",
"crx": "^5.0.1",
"css-loader": "^7.1.4",
"dotenv": "^8.2.0",
"eslint": "^8.27.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-newlines": "^1.4.0",
"eslint-plugin-jsdoc": "^54.3.1",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"form-data": "^3.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"loader-utils": "^2.0.0",
"node-fetch": "^2.6.1",
"node-forge": "^1.3.1",
"npm-run-all": "^4.1.5",
"pac-resolver": "^5.0.0",
"postcss": "^8.4.27",
"postcss-custom-media": "^11.0.5",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3",
"postcss-nested": "^6.0.1",
"postcss-preset-env": "^8.5.1",
"process": "^0.11.10",
"schema-utils": "^3.0.0",
"sinon-chrome": "^3.0.1",
"style-loader": "^4.0.0",
"swc-loader": "^0.2.3",
"tmp-promise": "^3.0.2",
"ts-node": "^10.9.2",
"typescript": "~5.9.3",
"util": "^0.12.5",
"vitest": "^3.2.4",
"vitest-fetch-mock": "^0.4.5",
"webpack-merge": "^5.2.0",
"zip-webpack-plugin": "^4.0.1"
},
"dependencies": {
"@adguard/logger": "^2.0.0",
"@adguard/translate": "^2.0.1",
"@babel/runtime": "^7.12.0",
"@date-fns/utc": "^2.1.0",
"@types/ua-parser-js": "^0.7.37",
"@xstate/react": "^2.0.1",
"buffer": "^6.0.3",
"classnames": "^2.3.1",
"crypto-js": "^4.1.1",
"date-fns": "^4.1.0",
"dns-js": "^0.3.1",
"file-saver": "^2.0.5",
"ipaddr.js": "^1.9.1",
"is-ip": "^4.0.0",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"mobx": "^5.15.7",
"mobx-react": "^6.3.1",
"nanoid": "^3.3.6",
"prop-types": "^15.7.2",
"protobufjs": "^6.11.3",
"punycode": "^2.1.1",
"qs": "^6.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-modal": "^3.16.1",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.1",
"tldts": "^5.6.59",
"ua-parser-js": "^1.0.36",
"valibot": "^1.2.0",
"webextension-polyfill": "^0.12.0",
"xstate": "^4.37.2"
}
}