-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
180 lines (180 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
{
"name": "browser-core",
"version": "1.46.0",
"description": "Cliqz features, shared across products including Cliqz browsers for Windows, Mac, Android and iOS",
"license": "MPL-2.0",
"author": {
"name": "Cliqz GmbH"
},
"main": "build/index.js",
"browserslist": [
"Firefox 52"
],
"files": [
"build/*"
],
"scripts": {
"typecheck": "tsc --project ./tsconfig.json"
},
"dependencies": {
"@cliqz-oss/dexie": "^2.0.4",
"@cliqz/adblocker-webextension": "^1.14.2",
"@cliqz/adblocker-webextension-cosmetics": "^1.14.2",
"@cliqz/autoconsent": "^0.5.0",
"@cliqz/url-parser": "^1.1.3",
"abortcontroller-polyfill": "^1.4.0",
"anonymous-credentials": "https://github.com/cliqz-oss/anonymous-credentials/releases/download/1.0.0/anonymous-credentials-1.0.0.tgz",
"fast-deep-equal": "^3.1.1",
"handlebars": "^4.7.6",
"jquery": "^3.5.0",
"jsep": "^0.3.0",
"jsonschema": "^1.2.6",
"math-expression-evaluator": "^1.2.22",
"moment": "^2.24.0",
"node-fetch": "^2.6.0",
"node-forge": "^0.9.1",
"node-persist": "^3.0.5",
"pako": "^1.0.11",
"prop-types": "^15.7.2",
"punycode": "^2.1.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-modal": "3.11.2",
"rusha": "^0.8.13",
"rxjs": "^6.5.5",
"sanitize-filename": "^1.6.3",
"spanan": "^2.0.0",
"spectre.css": "^0.5.8",
"styled-components": "^5.1.0",
"text-encoding": "^0.7.0",
"tldts-experimental": "^5.6.24",
"tooltipster": "^4.2.7",
"ua-parser-js": "^0.7.21",
"uuid": "^7.0.3",
"webextension-polyfill": "^0.6.0",
"ytdl-core": "^2.1.1"
},
"peerDependencies": {
"@cliqz/indexeddbshim": "^4.1.2",
"react-native": "0.56.1",
"react-native-device-info": "^0.10.2",
"react-native-fs": ">=2.3.3",
"react-native-sqlite-2": ">=1.4.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-async-generator-functions": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-transform-async-to-generator": "^7.8.3",
"@babel/plugin-transform-exponentiation-operator": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.9.0",
"@babel/plugin-transform-modules-systemjs": "^7.9.0",
"@babel/plugin-transform-react-jsx": "^7.9.4",
"@babel/plugin-transform-regenerator": "^7.8.7",
"@babel/plugin-transform-template-literals": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@cliqz/metalint": "^0.2.0",
"@types/chrome": "0.0.106",
"@types/node": "^13.13.4",
"@types/punycode": "^2.1.0",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@types/react-native": "^0.62.4",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"babel-eslint": "^10.1.0",
"body-parser": "^1.19.0",
"broccoli": "^3.4.1",
"broccoli-babel-transpiler": "^7.4.0",
"broccoli-concat": "^4.2.4",
"broccoli-config-replace": "github:cliqz-oss/broccoli-config-replace#nested-paths",
"broccoli-csso": "^3.0.0",
"broccoli-file-creator": "^2.1.1",
"broccoli-funnel": "^2.0.2",
"broccoli-handlebars-precompiler": "^0.1.4",
"broccoli-imagemin": "^2.0.1",
"broccoli-lint-eslint": "^6.0.0",
"broccoli-merge-trees": "^4.2.0",
"broccoli-plugin": "^4.0.2",
"broccoli-sass-source-maps": "^4.0.0",
"broccoli-source": "^3.0.0",
"broccoli-string-replace": "^0.1.2",
"camelcase": "^6.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-dom": "^1.8.2",
"chalk": "^4.0.0",
"chrome-webstore-upload-cli": "^1.2.0",
"colors": "^1.1.2",
"commander": "^5.1.0",
"console-ui": "^3.1.1",
"cookie-parser": "^1.4.5",
"cross-spawn": "^7.0.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-compat": "^3.5.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"eslint_d": "^8.1.1",
"express": "^4.17.1",
"fake-indexeddb": "^3.0.0",
"fast-check": "^1.24.2",
"fetch-mock": "^9.4.0",
"filehound": "^1.17.4",
"full-icu": "^1.3.1",
"ggit": "^2.4.12",
"git-describe": "^4.0.4",
"git-rev": "^0.2.1",
"glob": "^7.1.6",
"hard-source-webpack-plugin": "^0.13.1",
"imagemin-optipng": "^7.1.0",
"imagemin-svgo": "^7.1.0",
"jsdom": "^16.2.2",
"json-schema-faker": "^0.4.7",
"jsverify": "^0.8.4",
"mocha": "^7.1.2",
"mock-browser": "^0.92.14",
"mockdate": "^2.0.2",
"node-notifier": "^7.0.0",
"node-webcrypto-ossl": "^2.0.7",
"prom-client": "^12.0.0",
"puppeteer-core": "^3.0.2",
"ramda": "^0.27.0",
"readline": "^1.3.0",
"rx-sandbox": "^1.0.3",
"sass": "^1.26.5",
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0",
"strip-json-comments": "^3.1.0",
"stylelint": "^13.3.3",
"stylelint-config-recommended": "^3.0.0",
"stylelint-scss": "^3.17.1",
"systemjs": "^0.19.39",
"systemjs-plugin-json": "^0.3.0",
"terser-webpack-plugin": "^2.3.6",
"testem": "^3.1.0",
"tmp": "^0.1.0",
"tree-sync": "^2.0.0",
"typescript": "^3.8.3",
"untildify": "^4.0.0",
"watch-detector": "^1.0.0",
"web-ext": "^4.2.0",
"webpack": "^4.43.0",
"ws": "^7.2.5",
"xmldom": "^0.3.0"
},
"homepage": "https://github.com/cliqz/navigation-extension#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/cliqz/navigation-extension.git"
},
"bugs": {
"url": "https://github.com/cliqz/navigation-extension/issues"
}
}