-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.12 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
{
"name": "@misterabdul/webchat-blur",
"private": "true",
"version": "1.0.2",
"description": "Blur display on webchat app's until you hover on it.",
"author": {
"name": "Abdul Pasaribu",
"email": "[email protected]",
"url": "https://misterabdul.moe/"
},
"repository": {
"type": "git",
"url": "https://github.com/misterabdul/webchat-blur"
},
"license": "MIT",
"scripts": {
"watch": "mix watch",
"watch:chromium": "WEBCHAT_BLUR_BROWSER=chromium mix watch",
"watch:firefox": "WEBCHAT_BLUR_BROWSER=firefox mix watch",
"build": "mix build",
"build:chromium": "WEBCHAT_BLUR_BROWSER=chromium mix build",
"build:firefox": "WEBCHAT_BLUR_BROWSER=firefox mix build"
},
"devDependencies": {
"@types/chrome": "^0.0.263",
"@types/firefox": "^0.0.34",
"@types/webextension-polyfill": "^0.10.7",
"laravel-mix": "^6.0.49",
"material-icons": "^1.13.12",
"materialize-css": "^1.0.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.72.0",
"sass-loader": "^14.1.1",
"ts-loader": "^9.5.1",
"typescript": "^5.4.2",
"webextension-polyfill": "^0.10.0"
}
}