-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 1.21 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
{
"name": "smr-browser-plugins",
"version": "5.1.0",
"description": "Browser plugins for SMR",
"main": "-",
"repository": "https://github.com/StopModReposts/Illegal-Mod-Sites",
"author": "SMR Team",
"license": "GPL-3.0-or-later",
"$comment": "should not be published to npm registry: keep it private",
"private": true,
"dependencies": {
"axios": "^0.27.1",
"lit": "^2.1.1",
"url-parse": "^1.5.4"
},
"scripts": {
"build": "webpack --mode production && web-ext build --overwrite-dest",
"firefox": "concurrently --names webpack,firefox --prefix-colors red,blue \"webpack --mode development -w\" \"web-ext run --arg=\"-width=1280\" --arg=\"-height=800\" $FIREFOX_OPTIONS\"",
"chromium": "concurrently --names webpack,chromium --prefix-colors red,blue \"webpack --mode development -w\" \"web-ext run --target chromium --arg=\"--window-size=1280,800\" $CHROMIUM_OPTIONS\""
},
"devDependencies": {
"@types/chrome": "^0.0.187",
"@types/url-parse": "^1.4.7",
"concurrently": "^7.0.0",
"nodemon": "^2.0.15",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"web-ext": "^7.0.0",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.2",
"yarn-upgrade-all": "^0.7.1"
}
}