-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
150 lines (150 loc) · 5.74 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "adguard-vpn",
"version": "2.3.3",
"description": "AdGuard VPN",
"author": "[email protected]",
"license": "LGPL-3.0",
"scripts": {
"dev": "BUILD_ENV=dev ts-node tasks/bundle.ts",
"beta": "BUILD_ENV=beta ts-node tasks/bundle.ts",
"release": "BUILD_ENV=release ts-node tasks/bundle.ts",
"check-types": "tsc --project tsconfig.eslint.json --noEmit",
"lint": "eslint . --cache --ext .js,.jsx,.ts,.tsx && yarn check-types",
"prepare": "husky install",
"test": "jest",
"test:watch": "jest --watch",
"locales": "babel-node tasks/translations",
"compile-proto": "./tasks/compile-protobuf.sh",
"increment": "yarn version --patch --no-git-tag-version",
"crx:beta": "export BUILD_ENV=beta; yarn beta chrome && ts-node tasks/crx.ts",
"xpi:beta": "export BUILD_ENV=beta; yarn beta firefox && ts-node tasks/xpi.ts",
"crx:release": "export BUILD_ENV=release; yarn release chrome && ts-node tasks/crx.ts",
"xpi:release": "export BUILD_ENV=release; yarn release firefox && ts-node tasks/xpi.ts",
"artifacts:beta": "yarn crx:beta",
"artifacts:release": "yarn crx:release && yarn xpi:release",
"resources": "ts-node tasks/resources"
},
"devDependencies": {
"@babel/cli": "^7.12.0",
"@babel/core": "^7.12.0",
"@babel/node": "^7.14.9",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/plugin-proposal-export-namespace-from": "^7.12.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.0",
"@babel/plugin-proposal-optional-chaining": "^7.12.0",
"@babel/plugin-transform-runtime": "^7.12.0",
"@babel/preset-env": "^7.12.0",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.16.0",
"@babel/register": "^7.12.0",
"@csstools/postcss-global-data": "^3.0.0",
"@swc/core": "^1.3.105",
"@swc/jest": "^0.2.31",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^14.0.0",
"@types/chrome": "^0.0.242",
"@types/classnames": "^2.3.1",
"@types/copy-webpack-plugin": "^6.4.0",
"@types/crypto-js": "^4.1.1",
"@types/file-saver": "^2.0.4",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.178",
"@types/node": "^16.11.11",
"@types/qs": "^6.9.7",
"@types/react": "^18.2.16",
"@types/react-dom": "^18.2.7",
"@types/react-html-parser": "^2.0.2",
"@types/react-modal": "^3.16.0",
"@types/react-router-dom": "^5.3.3",
"@types/react-transition-group": "^4.4.5",
"@types/webextension-polyfill": "^0.9.1",
"@types/webpack": "^5.28.1",
"@types/zip-webpack-plugin": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@vespaiach/axios-fetch-adapter": "0.3.1",
"axios": "^0.27.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"chalk": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"commander": "^6.1.0",
"copy-webpack-plugin": "^11.0.0",
"create-file-webpack": "^1.0.2",
"crx": "^5.0.1",
"css-loader": "^6.7.3",
"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-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"form-data": "^3.0.0",
"html-webpack-plugin": "^5.5.1",
"husky": "^8.0.3",
"jest": "^26.6.3",
"jest-mock-server": "^0.1.0",
"lint-staged": "^15.2.0",
"loader-utils": "^2.0.0",
"node-fetch": "^2.6.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",
"postcss-svg": "^3.0.0",
"schema-utils": "^3.0.0",
"sinon-chrome": "^3.0.1",
"source-map-loader": "^1.1.3",
"style-loader": "^2.0.0",
"swc-loader": "^0.2.3",
"tmp-promise": "^3.0.2",
"ts-node": "^10.9.2",
"typescript": "~5.0.4",
"web-ext": "^6.6.0",
"webpack": "^5.82.1",
"webpack-cli": "^5.1.1",
"webpack-merge": "^5.2.0",
"zip-webpack-plugin": "^4.0.1"
},
"dependencies": {
"@adguard/logger": "^1.1.1",
"@adguard/translate": "^1.0.2",
"@babel/runtime": "^7.12.0",
"@xstate/react": "^2.0.1",
"buffer": "^6.0.3",
"classnames": "^2.3.1",
"crypto-js": "^4.1.1",
"date-fns": "^2.17.0",
"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-html-parser": "^2.0.2",
"react-modal": "^3.16.1",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.1",
"tldts": "^5.6.59",
"webextension-polyfill": "^0.9.0",
"xstate": "^4.37.2",
"zod": "^3.21.4"
}
}