-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
149 lines (149 loc) · 4.87 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
{
"name": "astian-privacy-protect",
"version": "7.3.0.2",
"description": "Astian Privacy Protect",
"author": "Astian, Inc",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/goastian/astian-privacy-protect"
},
"engines": {
"node": ">=16.13 <17"
},
"scripts": {
"dev": "cross-env BUILD_ENV=dev babel-node tools/bundle.js",
"dev:watch": "cross-env BUILD_ENV=dev babel-node tools/bundle.js chrome --watch",
"dev:watch:ff": "cross-env BUILD_ENV=dev babel-node tools/bundle.js firefox --watch",
"start:firefox": "web-ext run --source-dir ./build/dev/firefox-amo/",
"beta": "cross-env BUILD_ENV=beta babel-node tools/bundle.js",
"release": "cross-env BUILD_ENV=release babel-node tools/bundle.js",
"test": "jest",
"locales:validate": "babel-node tools/locales.js validate",
"locales:info": "babel-node tools/locales.js info",
"resources": "babel-node tools/resources.js",
"lint": "eslint . --ext .js,.jsx",
"increment": "yarn version --patch --no-git-tag-version",
"prepare": "husky install",
"lint-staged": "lint-staged",
"beta:ff:upload": "yarn beta:ff:upload:update && yarn beta:ff:upload:xpi",
"beta:ff:upload:update": "s3cmd put --acl-public ./build/beta/update.json s3://firefox-beta",
"beta:ff:upload:xpi": "s3cmd put --acl-public ./build/beta/firefox.xpi s3://firefox-beta --content-type application/x-xpinstall -m application/x-xpinstall"
},
"lint-staged": {
"*.{js,jsx}": [
"eslint --fix"
]
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/node": "^7.18.10",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.19.0",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.19.0",
"@babel/preset-react": "^7.18.6",
"@babel/register": "^7.18.9",
"axios": "^0.27.2",
"@svgr/webpack": "^6.2.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"chalk": "^4.1.2",
"clean-webpack-plugin": "^3.0.0",
"commander": "^6.2.1",
"copy-webpack-plugin": "^9.0.1",
"cpy": "^8.1.2",
"cross-env": "^7.0.3",
"crx": "^5.0.1",
"css-loader": "^6.7.1",
"css.escape": "^1.5.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"form-data": "^4.0.0",
"fs-extra": "^10.0.0",
"html-webpack-plugin": "^5.3.2",
"husky": "^7.0.1",
"jest": "^27.0.6",
"lint-staged": "^11.1.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.12",
"postcss-loader": "^7.0.0",
"postcss-nested": "^5.0.6",
"postcss-preset-env": "^7.4.3",
"postcss-svg": "^3.0.0",
"preprocess-loader": "^0.3.0",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"sinon-chrome": "^3.0.1",
"source-map-loader": "^3.0.0",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"web-ext": "^6.7.0",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.7.2",
"webpack-merge": "^5.8.0",
"zip-webpack-plugin": "^4.0.1"
},
"dependencies": {
"@adguard/assistant": "^4.3.63",
"@adguard/filters-downloader": "1.1.12",
"@adguard/scriptlets": "^1.6.55",
"@adguard/translate": "^0.3.0",
"@adguard/tsurlfilter": "^1.0.42",
"@babel/runtime": "^7.19.0",
"@elastic/apm-rum": "^5.10.2",
"@formkit/auto-animate": "^1.0.0-beta.1",
"@popperjs/core": "^2.11.5",
"@qwant/qwant-ponents": "^0.2.1",
"@xstate/react": "^1.5.1",
"ace-builds": "^1.8.1",
"ajv": "^8.6.2",
"c3": "0.4.15",
"classnames": "^2.3.2",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.1.1",
"date-fns": "^2.29.3",
"focus-trap-react": "^9.0.2",
"js-beautify": "^1.14.0",
"lodash": "^4.17.21",
"lru_map": "^0.4.1",
"mobx": "^6.6.2",
"mobx-react": "^7.5.3",
"nanobar": "^0.4.2",
"nanoid": "^3.2.0",
"prop-types": "^15.7.2",
"punycode": "^2.1.1",
"react": "^17.0.2",
"react-ace": "^10.1.0",
"react-dom": "^17.0.2",
"react-i18next": "^11.17.3",
"react-icons": "^4.4.0",
"react-modal": "^3.14.3",
"react-popper": "^2.3.0",
"react-remove-scroll": "^2.5.4",
"react-resize-detector": "^6.7.5",
"react-router-dom": "^6.3.0",
"react-spinners": "^0.11.0",
"react-switch": "^6.0.0",
"react-use": "^17.3.2",
"react-virtualized-auto-sizer": "^1.0.5",
"react-window": "^1.8.6",
"stream-browserify": "^3.0.0",
"url": "^0.11.0",
"webextension-polyfill": "^0.10.0",
"xstate": "^4.33.6",
"use-error-boundary": "^2.0.6"
},
"volta": {
"node": "16.15.1"
}
}