-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.22 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
{
"name": "domain-swapper",
"displayName": "Domain Swapper",
"version": "2.0.1",
"description": "Browser extension to allow swapping between hostnames quickly while preserving the rest of the URL ",
"author": "Adam Norwood <adam@adamnorwood.com>",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"test": "plasmo test"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@plasmohq/redux-persist": "^6.1.0",
"@plasmohq/storage": "^1.12.0",
"@reduxjs/toolkit": "^2.2.7",
"lucide-react": "^0.446.0",
"nanoid": "^5.0.7",
"plasmo": "^0.89.2",
"react": "^18.3.1",
"react-redux": "^9.1.2",
"redux-persist-webextension-storage": "^1.0.2"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@types/chrome": "^0.0.273",
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"utopia-core-scss": "^1.1.0"
},
"manifest": {
"permissions": [
"activeTab",
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "{5ae60257-37eb-451f-ba4f-d37dbf6fa5c9}"
}
}
}
}