-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·177 lines (177 loc) · 6.96 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
{
"name": "safe-deal",
"private": true,
"version": "5.8.10",
"author": "Safe Deal",
"license": "MIT",
"description": "Safe Deal Extension",
"scripts": {
"rel": "run-s dist:pretty test:dist dist:clean dist:bump:version dist:rel dist:rel:ff dist:build dist:rel:tag ",
"translate": "yarn --cwd ./tools run translate",
"dev": "run-s dev:clean conf:chrome dev:run:webpack",
"dev:ff": "run-s dev:clean conf:firefox dev:run:ff",
"dist:pretty": "run-s prettier eslint",
"dist:dev": "run-s eslint dist:clean conf:chrome dist:build",
"dist:rel": "run-s conf:chrome dist:build dist:pack:zip",
"dist:rel:ff": "run-s conf:firefox dist:build dist:pack:zip:ff",
"dist:clean": "shx rm -rf ./dist ./dist_upload ./src/browser-extension/public/manifest.json",
"dist:bump:version": "node webpack/ver.js",
"dist:rel:tag": "node ./webpack/rel.js",
"dist:build": "webpack --config ./webpack/webpack.prod.js",
"dist:pack:zip": "node webpack/zip.js extension.zip",
"dist:pack:zip:ff": "node webpack/zip.js extension_firefox.zip",
"conf:chrome": "shx cp ./webpack/manifest_v3/manifest.json src/browser-extension/public",
"conf:firefox": "shx cp ./webpack/manifest_v2/manifest.json src/browser-extension/public",
"dev:run:ff": "run-p dev:run:ff-dev dev:run:webpack ",
"dev:run:ff-dev": "run-s dev:run:wait dev:run:ff-ext",
"dev:run:ff-ext": "web-ext run -t firefox-desktop -s dist --start-url=https://www.amazon.com/Quencher-FlowState-Stainless-Insulated-Smoothie/dp/B0CRMZ7TFZ",
"dev:run:webpack": "webpack -w --config ./webpack/webpack.dev.js ",
"dev:run:wait": "wait-on file:dist/manifest.json",
"dev:clean": "shx rm -rf ./dist",
"prettier": "prettier --ignore-path .gitignore --write ./src >> /dev/null 2>&1",
"eslint": "eslint ./src --ext .ts,.tsx --fix --quiet",
"test": "run-s test:unit",
"test:dist": "run-s test:clean dist:clean conf:chrome dist:build test",
"test:unit": "jest --config ./test/jest.config.js --bail",
"test:clean": "shx rm -rf ./test/timing ./test/output ./test/output-report ./test/temp",
"test:e2e": "run-s test:e2e:clean test:e2e:run",
"test:res": "npx playwright show-report test/result-report",
"test:e2e:run": "yarn playwright test --config=./test/playwright.config.ts",
"test:e2e:clean": "shx rm -rf ./test/results ./test/result-report ./test/coverage ./test/temp/.e2e-auth-user.json ",
"test:ci": "CI=1 run-s test:ci:unit",
"test:ci:e2e": "run-s conf:chrome dist:build test:e2e",
"test:ci:unit": "jest --verbose --runInBand --config ./test/jest.config.js",
"clean": "run-s clean:delete clean:install",
"clean:delete": "shx rm -rf ./dist ./dist_upload ./test/timing ./node_modules ./test/temp/ ./package-lock.json ./yarn.lock ./test/output ./test/output-report",
"clean:install": "yarn",
"ncu": "ncu -u --reject eslint",
"postinstall:playwright": "yarn playwright install",
"postinstall": "run-p postinstall:playwright"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.2",
"@mui/material": "^6.1.2",
"@mui/system": "^6.1.2",
"@mui/x-data-grid": "7.19.0",
"@sentry/node": "^8.33.1",
"@sentry/profiling-node": "^8.33.1",
"@sentry/webpack-plugin": "^2.22.5",
"@supabase/supabase-js": "^2.45.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/react-hooks": "^8.0.1",
"@tippyjs/react": "^4.2.6",
"@types/express": "^5.0.0",
"@types/firefox-webext-browser": "^120.0.4",
"@types/p-queue": "^3.2.1",
"@types/webextension-polyfill": "^0.12.1",
"apexcharts": "~3.54.0",
"axios": "^1.7.7",
"axios-retry": "^4.5.0",
"cheerio": "^1.0.0",
"classnames": "^2.5.1",
"colors": "^1.4.0",
"date-fns": "~4.1.0",
"eventsource": "^2.0.2",
"express": "^4.21.0",
"framer-motion": "^11.11.1",
"lodash": "~4.17.21",
"lru-cache": "^11.0.1",
"nanoevents": "^9.0.0",
"newman": "^6.2.1",
"node-html-parser": "~6.1.13",
"p-queue": "^8.0.1",
"react": "~18.3.1",
"react-apexcharts": "^1.4.1",
"react-circular-progressbar": "~2.1.0",
"react-dom": "~18.3.1",
"react-iframe": "^1.8.5",
"react-magnifier": "^3.0.4",
"react-share": "^5.1.0",
"react-slick": "^0.30.2",
"serialize-error": "^11.0.3",
"shepherd.js": "~13.0.3",
"swiper": "^11.1.14",
"tiny-uid": "^1.1.2",
"tippy.js": "^6.3.7",
"tldjs": "^2.3.1",
"tsconfig-paths": "^4.2.0",
"type-fest": "^4.26.1",
"url": "^0.11.4",
"web-ext": "^8.3.0",
"webextension-polyfill": "0.12.0",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"resolutions": {
"@types/react": "~18",
"@types/react-dom": "~18"
},
"devDependencies": {
"@playwright/test": "^1.47.2",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/chrome": "0.0.277",
"@types/eventsource": "^1.1.15",
"@types/jest": "^29.5.13",
"@types/lodash": "~4.17.10",
"@types/node": "~22.7.4",
"@types/react": "~18.3.11",
"@types/react-dom": "~18.3.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"copy-webpack-plugin": "~12.0.2",
"cross-env": "^7.0.3",
"cross-fetch": "~4.0.0",
"css-loader": "~7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"del": "~8.0.0",
"dir-compressor": "~1.1.1",
"dotenv-webpack": "^8.1.0",
"esbuild-loader": "^4.2.2",
"eslint": "^8.56.0",
"eslint-config-airbnb": "~19.0.4",
"eslint-config-prettier": "~9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "~2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jsx-a11y": "~6.10.0",
"eslint-plugin-prettier": "~5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.3.0",
"fs-extra": "^11.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-runner": "^29.7.0",
"jest-skipped-reporter": "0.0.5",
"jsdom": "~25.0.1",
"npm-run-all": "^4.1.5",
"prettier": "3.3.3",
"sass": "^1.79.4",
"sass-loader": "~16.0.2",
"semver": "^7.6.3",
"shx": "~0.3.4",
"style-loader": "~4.0.0",
"terser-webpack-plugin": "~5.3.10",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-node-dev": "^2.0.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.6.2",
"unzip-crx-3": "^0.2.0",
"url-loader": "^4.1.1",
"wait-on": "^8.0.1",
"webpack": "~5.95.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "~6.0.1",
"webpack-node-externals": "^3.0.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}