-
-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.22 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
{
"name": "motrix-webextension",
"version": "2.0.1",
"description": "WebExtension for Motrix download manager",
"scripts": {
"dev": "webextension-toolbox dev",
"build": "webextension-toolbox build",
"lint": "eslint --fix app",
"test": "playwright test --project=chrome",
"test:firefox": "playwright test --project=firefox",
"test:all": "playwright test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gautamkrishnar/motrix-webextension.git"
},
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@playwright/test": "^1.59.1",
"@types/webextension-polyfill": "^0.12.5",
"@webextension-toolbox/webextension-toolbox": "^7.1.1",
"eslint": "^8",
"eslint-config-prettier": "^9",
"eslint-plugin-prettier": "^5",
"eslint-plugin-react": "^7",
"prettier": "^3",
"web-ext": "^10.1.0",
"ws": "^8.18.0"
},
"packageManager": "yarn@1.22.22",
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.4",
"@mui/material": "^5.0.4",
"aria2": "^5.0.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"webextension-polyfill": "^0.12.0"
}
}