-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.61 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.61 KB
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": "seo-star",
"displayName": "Seo Star",
"version": "0.0.1",
"description": "User-Friendly SEO Companion. This browser extension is your key to unlocking the world of search engine optimization.",
"author": "nice@tiangong.dev",
"scripts": {
"postinstall": "node scripts/patch.js",
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package",
"shadcn:update": "for file in components/ui/*.tsx; do pnpm dlx shadcn@latest add -y -o $(basename \"$file\" .tsx); done"
},
"dependencies": {
"@plasmohq/messaging": "^0.7.2",
"@plasmohq/storage": "^1.15.0",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.8",
"plasmo": "^0.90.5",
"radash": "^12.1.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-json-view-lite": "^2.5.0",
"web-vitals": "^5.1.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.7.1",
"@types/chrome": "0.1.37",
"@types/node": "25.3.5",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"autoprefixer": "^10.4.27",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.577.0",
"postcss": "^8.5.8",
"prettier": "3.8.1",
"tailwind-merge": "^3.5.0",
"@tailwindcss/postcss": "^4.2.1",
"tailwindcss": "^4.2.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.9.3"
},
"manifest": {
"permissions": [
"activeTab"
],
"host_permissions": [
"https://*/*"
]
},
"packageManager": "pnpm@10.30.3"
}