-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.55 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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "betternexus",
"displayName": "BetterNexus",
"version": "0.1.10",
"description": "Improve the Nexus mods website with a quick download button and automatic downloads.",
"author": "Tricked-dev <[email protected]>",
"type": "module",
"scripts": {
"dev": "plasmo dev",
"package": "plasmo package",
"build:chrome": "pnpm plasmo build --zip --target=chrome-mv3",
"build:firefox": "pnpm plasmo build --zip --target=firefox-mv3",
"build:edge": "pnpm plasmo build --zip --target=edge-mv3",
"build": "concurrently -n w: pnpm:build:*"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@gatsbyjs/reach-router": "^2.0.1",
"@plasmohq/storage": "^1.9.0",
"@react-icons/all-files": "^4.1.0",
"framer-motion": "^10.17.4",
"plasmo": "0.84.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-textarea-autosize": "^8.5.3",
"wouter": "^2.12.1"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "4.0.1",
"@types/chrome": "0.0.254",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"concurrently": "^8.2.2",
"prettier": "3.1.1",
"typescript": "5.3.3"
},
"manifest": {
"host_permissions": [
"https://www.nexusmods.com/*"
],
"permissions": [
"scripting",
"activeTab"
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "80.0"
}
}
}
}