-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 823 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 823 Bytes
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
{
"name": "tab-organizer",
"displayName": "Tab organizer",
"version": "0.1.0",
"description": "Silly extension to group tabs by domain",
"author": "Denis Churilov <me@potat.dev>",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package"
},
"dependencies": {
"@mantine/core": "7.12.2",
"@mantine/hooks": "7.12.2",
"plasmo": "0.89.1",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"@types/chrome": "0.0.270",
"@types/node": "22.5.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"prettier": "3.3.3",
"typescript": "5.6.2"
},
"manifest": {
"permissions": [
"tabs",
"tabGroups"
]
}
}