forked from gautamkrishnar/motrix-webextension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 896 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
{
"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": {
"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.8.0",
"webextension-toolbox": "4.0.3"
},
"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"
}
}