-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 896 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 896 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
36
37
38
39
{
"name": "tab-master-crx",
"displayName": "Tab master crx",
"version": "0.0.0",
"description": "A CRX for collecting your tabs by group",
"author": "yusheng",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"antd": "^4.21.3",
"plasmo": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@parcel/transformer-less": "2.6.1",
"@trivago/prettier-plugin-sort-imports": "3.2.0",
"@types/chrome": "0.0.190",
"@types/node": "17.0.43",
"@types/react": "18.0.12",
"@types/react-dom": "18.0.5",
"postcss": "^8.4.14",
"postcss-modules": "^4.3.1",
"prettier": "2.7.0",
"typescript": "4.7.4"
},
"manifest": {
"host_permissions": [
"https://*/*"
],
"permissions": [
"storage",
"tabGroups"
]
}
}