-
-
Notifications
You must be signed in to change notification settings - Fork 99
/
package.json
34 lines (34 loc) · 959 Bytes
/
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
{
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gautamkrishnar/motrix-webextension.git"
},
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@webextension-toolbox/webextension-toolbox": "^5.2.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"prettier": "^2.4.1",
"webextension-polyfill": "^0.10.0"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.4",
"@mui/material": "^5.0.4",
"aria2": "^4.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rxjs": "^7.3.0"
}
}