-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.14 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
39
40
41
42
43
{
"name": "youtube-no-shorts",
"displayName": "YTNoShorts",
"version": "2.6.4",
"description": "Replace youtube shorts video version with normal one",
"author": "LoryPelli",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package",
"build-firefox": "web-ext build --source-dir ./build/firefox-mv2-prod"
},
"dependencies": {
"@mantine/core": "^6.0.21",
"@plasmohq/storage": "^1.9.3",
"@tabler/icons-react": "^2.47.0",
"plasmo": "^0.85.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/chrome": "^0.0.254",
"@types/firefox-webext-browser": "^120.0.3",
"@types/node": "^20.11.26",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.0",
"typescript": "^5.4.2"
},
"manifest": {
"host_permissions": [
"https://www.youtube.com/*"
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
}
}
}