-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 834 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 834 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
{
"name": "taboo",
"displayName": "Taboo",
"version": "1.1.1",
"description": "Modern and simple tab replacement for Chrome, Firefox, and Edge.",
"author": "screfy <screfy@proton.me>",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package",
"format": "prettier --write ."
},
"dependencies": {
"@plasmohq/storage": "^1.9.3",
"@radix-ui/react-popover": "^1.0.7",
"lucide-react": "^0.363.0",
"plasmo": "0.85.2",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/chrome": "0.0.263",
"@types/node": "20.11.30",
"@types/react": "18.2.70",
"@types/react-dom": "18.2.22",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"tailwindcss": "^3.4.1",
"typescript": "5.4.3"
}
}